Changeset 21916 for trunk/include/winres.h
- Timestamp:
- Dec 18, 2011, 10:28:22 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 bin 2 Makefile.inc 1 env.cmd 2 LocalConfig.kmk
-
-
Property svn:mergeinfo
set to
/branches/gcc-kmk merged eligible
- Property svn:ignore
-
trunk/include/winres.h
r9849 r21916 11 11 #define __WINRES_H__ 12 12 13 #ifdef __cplusplus 14 extern "C" { 15 #endif 16 13 17 PVOID WIN32API ConvertResourceToOS2(HINSTANCE hInstance, LPSTR restype, HRSRC hResource); 14 18 ULONG WIN32API QueryConvertedResourceSize(HINSTANCE hInstance, LPSTR restype, HRSRC hResource); … … 19 23 void *WIN32API ConvertIconGroupIndirect(void *lpIconData, DWORD iconsize, DWORD *ressize); 20 24 25 #ifdef __cplusplus 26 } // extern "C" 21 27 #endif 28 29 #endif
Note:
See TracChangeset
for help on using the changeset viewer.