Changeset 21916 for trunk/include/win/winnls.h
- Timestamp:
- Dec 18, 2011, 10:28:22 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (2 props)
-
include/win/winnls.h (modified) (2 diffs)
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/win/winnls.h
r21360 r21916 560 560 */ 561 561 562 #ifdef __cplusplus 563 extern "C" { 564 #endif 565 562 566 UINT WINAPI CompareStringA(LCID,DWORD,LPCSTR,DWORD,LPCSTR,DWORD); 563 567 UINT WINAPI CompareStringW(LCID,DWORD,LPCWSTR,DWORD,LPCWSTR,DWORD); … … 633 637 INT WINAPI WideCharToMultiByte(UINT,DWORD,LPCWSTR,INT,LPSTR,INT,LPCSTR,LPBOOL); 634 638 639 #ifdef __cplusplus 640 } // extern "C" 641 #endif 642 635 643 #endif //#ifndef OS2_INCLUDED 636 644
Note:
See TracChangeset
for help on using the changeset viewer.
