Changeset 9673 for trunk/include/heapstring.h
- Timestamp:
- Jan 15, 2003, 11:41:13 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/heapstring.h
r7513 r9673 20 20 * Prototypes * 21 21 *****************************************************************************/ 22 #ifdef __cplusplus 23 extern "C" { 24 #endif 22 25 23 26 int WIN32API lstrlenA (LPCSTR arg1); … … 58 61 INT WIN32API LocalToWideChar(LPWSTR pWide, LPSTR pLocal, INT dwChars); 59 62 63 #ifdef __cplusplus 64 } 65 #endif 60 66 61 67 /*****************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.