mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 06:22:58 +00:00
Inserted UNIMPLEMENTED macro definiton, otherwise /lib/user32 won't compile.
svn path=/trunk/; revision=7100
This commit is contained in:
parent
48cbf21922
commit
1fc5217c9b
1 changed files with 3 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue