I'm back after many troubles with the SF Mailing list....

The winbase.h header in cegcc/src/w32api/includes is missing

> RegisterDevice: http://msdn2.microsoft.com/en-us/library/ms919794.aspx
> DeRegisterDevice: http://msdn2.microsoft.com/en-us/library/ms898281.aspx

The patch that is attached just provides the definitions as defined on the
MSDN pages.



-Steven
Index: winbase.h
===================================================================
--- winbase.h	(revision 1037)
+++ winbase.h	(working copy)
@@ -2524,6 +2524,9 @@
 WINBASEAPI HANDLE WINAPI ActivateDevice(LPCWSTR, DWORD);
 WINBASEAPI HANDLE WINAPI ActivateDeviceEx(LPCWSTR, LPCVOID, DWORD, LPVOID);
 WINBASEAPI BOOL WINAPI DeactivateDevice(HANDLE);
+
+WINBASEAPI HANDLE RegisterDevice (LPCWSTR lpszName, DWORD index, LPCWSTR lpszLib, DWORD dwInfo);
+WINBASEAPI BOOL DeregisterDevice (HANDLE hDevice);
 #endif /* _WIN32_WCE */
 
 #ifdef __cplusplus
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to