Windows2000/private/shell/shell32/multimon.c

14 lines
352 B
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
#include "shellprv.h"
// This function defines the MULTIMON stub module that fakes multiple monitor
// apis on pre Memphis Win32 OSes
// this is the only file that defines COMPILE_MULTIMON_STUBS
#define COMPILE_MULTIMON_STUBS
// Don't include multimop.h if shell32 does not use shared dataseg any more.
#include "multimop.h"
#include "multimon.h"