Multimon.cpp
上传用户:maidou0901
上传日期:2008-10-19
资源大小:68k
文件大小:0k
源码类别:

多显示器编程

开发平台:

Visual C++

  1. #include "stdafx.h"
  2. // this file includes the multimon stub function
  3. // that are implmented in multimon.h
  4. // this is only necessary if the app is supporting win95
  5. #if !defined(COMPILE_MULTIMON_STUBS) && (WINVER < 0x0500)
  6. //
  7. // this needs to be here so that we get the wrapper stubs that deal with win95 platforms
  8. #define COMPILE_MULTIMON_STUBS
  9. #include "multimon.h"
  10. //
  11. #endif // !defined(COMPILE_MULTIMON_STUBS) && (WINVER < 0x0500)