Changeset 21975 for trunk/include/win
- Timestamp:
- Feb 21, 2012, 8:53:47 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/winnls.h
r21916 r21975 438 438 typedef DWORD CALID; 439 439 440 441 #ifndef OS2_INCLUDED 440 #if !(defined(OS2_INCLUDED) && !defined(OS2_WRAP_INCLUDED)) 442 441 443 442 /* Define a bunch of callback types */ … … 559 558 /* APIs 560 559 */ 561 562 #ifdef __cplusplus563 extern "C" {564 #endif565 560 566 561 UINT WINAPI CompareStringA(LCID,DWORD,LPCSTR,DWORD,LPCSTR,DWORD); … … 637 632 INT WINAPI WideCharToMultiByte(UINT,DWORD,LPCWSTR,INT,LPSTR,INT,LPCSTR,LPBOOL); 638 633 639 #ifdef __cplusplus 640 } // extern "C" 641 #endif 642 643 #endif //#ifndef OS2_INCLUDED 634 #endif /* !(defined(OS2_INCLUDED) && !defined(OS2_WRAP_INCLUDED)) */ 644 635 645 636 #endif /* __WINE_WINNLS_H */
Note:
See TracChangeset
for help on using the changeset viewer.