Author: rharabien Date: Wed Oct 19 19:25:45 2011 New Revision: 54202
URL: http://svn.reactos.org/svn/reactos?rev=54202&view=rev Log: [WIN32K] - Don't define things from PSDK in source code
Modified: trunk/reactos/subsystems/win32/win32k/ntuser/monitor.c
Modified: trunk/reactos/subsystems/win32/win32k/ntuser/monitor.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/ntu... ============================================================================== --- trunk/reactos/subsystems/win32/win32k/ntuser/monitor.c [iso-8859-1] (original) +++ trunk/reactos/subsystems/win32/win32k/ntuser/monitor.c [iso-8859-1] Wed Oct 19 19:25:45 2011 @@ -9,12 +9,6 @@
#include <win32k.h> 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 <debug.h>