|
From: TAMURA K. <tk...@us...> - 2006-06-30 03:33:48
|
Update of /cvsroot/peace/peace/dll/ui.so In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16518 Modified Files: winuser.cc Log Message: * remove IS_INTRESOURCE() because w32api has it * remove EXTERN_C of UnregisterDeviceNotification() because w32api has it Index: winuser.cc =================================================================== RCS file: /cvsroot/peace/peace/dll/ui.so/winuser.cc,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- winuser.cc 31 Jan 2006 16:52:02 -0000 1.12 +++ winuser.cc 30 Jun 2006 03:33:44 -0000 1.13 @@ -714,7 +714,6 @@ return 0; } -#define IS_INTRESOURCE(X) (HIWORD(X) == 0) HBITMAP bitmap_load_from_memory(const BYTE* p) { @@ -1754,7 +1753,7 @@ /** * Windows 98/2000 only. */ -EXTERN_C BOOL WINAPI +BOOL WINAPI UnregisterDeviceNotification(HDEVNOTIFY h) { ADP("UnregisterDeviceNotification [not implemented]"); |