mirror of
https://github.com/reactos/reactos.git
synced 2026-07-07 10:40:20 +08:00
Inserted UNIMPLEMENTED macro definiton, otherwise /lib/user32 won't compile.
svn path=/trunk/; revision=7100
This commit is contained in:
@@ -19,6 +19,9 @@ ULONG DbgPrint(PCH Format,...);
|
||||
#define DPRINT DbgPrint("(%s:%d:%s) ",__FILE__,__LINE__,__FUNCTION__), DbgPrint
|
||||
#endif
|
||||
|
||||
#define UNIMPLEMENTED DbgPrint("WARNING: %s at %s:%d is UNIMPLEMENTED!\n",__FUNCTION__,__FILE__,__LINE__);
|
||||
|
||||
|
||||
struct _GUID;
|
||||
|
||||
/* Exported definitions and macros */
|
||||
|
||||
Reference in New Issue
Block a user