Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenprecomp.h
Go to the documentation of this file.
00001 #include <windows.h> 00002 #include <winfax.h> 00003 00004 /* INTERNAL *******************************************************************/ 00005 00006 ULONG DbgPrint(PCH Format,...); 00007 #define UNIMPLEMENTED \ 00008 DbgPrint("%s:%i: %s() UNIMPLEMENTED!\n", __FILE__, __LINE__, __FUNCTION__); \ 00009 SetLastError( ERROR_CALL_NOT_IMPLEMENTED) 00010 00011 /* EOF */ Generated on Sat May 26 2012 04:15:26 for ReactOS by
1.7.6.1
|