multimon.c
Upload User: xhy777
Upload Date: 2007-02-14
Package Size: 24088k
Code Size: 1k
Category:

Windows Kernel

Development Platform:

Visual C++

  1. #include "shellprv.h"
  2. //=============================================================================
  3. //
  4. // This function defines the MULTIMON stub module that fakes multiple monitor 
  5. // apis on pre Memphis Win32 OSes
  6. // this is the only file that defines COMPILE_MULTIMON_STUBS 
  7. //=============================================================================
  8. #define COMPILE_MULTIMON_STUBS
  9. // Don't include multimop.h if shell32 does not use shared dataseg any more.
  10. #include "multimop.h"
  11. #include "multimon.h"