Changeset 21702 for branches/gcc-kmk/include/win32api.h
- Timestamp:
- Oct 18, 2011, 6:56:51 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/include/win32api.h
r21602 r21702 11 11 #include <win32type.h> 12 12 #include <winconst.h> 13 14 #ifdef __cplusplus 15 extern "C" { 16 #endif 13 17 14 18 void WIN32API SetLastError(DWORD dwError); … … 263 267 BOOL WINAPI IsDBCSLeadByte(BYTE); 264 268 269 #ifdef __cplusplus 270 } // extern "C" 265 271 #endif 272 273 #endif
Note:
See TracChangeset
for help on using the changeset viewer.