Reverted latest changes.
[reactos.git] / reactos / lib / user32 / misc / display.c
index b608c16..d5032aa 100644 (file)
@@ -16,7 +16,7 @@
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
-/* $Id: display.c,v 1.2 2002/09/07 15:12:44 chorns Exp $
+/* $Id: display.c,v 1.3 2002/09/08 10:23:10 chorns Exp $
  *
  * PROJECT:         ReactOS user32.dll
  * FILE:            lib/user32/misc/dde.c
@@ -28,7 +28,9 @@
 
 /* INCLUDES ******************************************************************/
 
+#include <windows.h>
 #include <user32.h>
+#include <debug.h>
 
 /* FUNCTIONS *****************************************************************/
 
@@ -57,7 +59,7 @@ WINBOOL
 STDCALL
 EnumDisplayMonitors(
   HDC hdc,
-  LPCRECT lprcClip,
+  LPRECT lprcClip,
   MONITORENUMPROC lpfnEnum,
   LPARAM dwData)
 {