From f00c31f3ff0504bb47c775ca27805a6d55236abd Mon Sep 17 00:00:00 2001 From: Rafal Harabien Date: Wed, 19 Oct 2011 19:25:45 +0000 Subject: [PATCH] [WIN32K] - Don't define things from PSDK in source code svn path=/trunk/; revision=54202 --- reactos/subsystems/win32/win32k/ntuser/monitor.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/reactos/subsystems/win32/win32k/ntuser/monitor.c b/reactos/subsystems/win32/win32k/ntuser/monitor.c index 0bd69c4be8d..e13694131a7 100644 --- a/reactos/subsystems/win32/win32k/ntuser/monitor.c +++ b/reactos/subsystems/win32/win32k/ntuser/monitor.c @@ -10,12 +10,6 @@ #include DBG_DEFAULT_CHANNEL(UserMonitor); -/* FIXME: find include file for these */ -#define MONITORINFOF_PRIMARY 1 -#define MONITOR_DEFAULTTONULL 0 -#define MONITOR_DEFAULTTOPRIMARY 1 -#define MONITOR_DEFAULTTONEAREST 2 - #define NDEBUG #include