Inserted UNIMPLEMENTED macro definiton, otherwise /lib/user32 won't compile.

svn path=/trunk/; revision=7100
This commit is contained in:
Aleksey Bragin 2003-12-17 20:06:10 +00:00
parent 48cbf21922
commit 1fc5217c9b

View file

@ -19,6 +19,9 @@ ULONG DbgPrint(PCH Format,...);
#define DPRINT DbgPrint("(%s:%d:%s) ",__FILE__,__LINE__,__FUNCTION__), DbgPrint #define DPRINT DbgPrint("(%s:%d:%s) ",__FILE__,__LINE__,__FUNCTION__), DbgPrint
#endif #endif
#define UNIMPLEMENTED DbgPrint("WARNING: %s at %s:%d is UNIMPLEMENTED!\n",__FUNCTION__,__FILE__,__LINE__);
struct _GUID; struct _GUID;
/* Exported definitions and macros */ /* Exported definitions and macros */