Changeset 22040 for trunk/src/kernel32/oslibmisc.h
- Timestamp:
- Oct 25, 2012, 12:39:39 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/oslibmisc.h
r21308 r22040 18 18 #endif 19 19 20 c har *OSLibStripPath(char *path);20 const char *OSLibStripPath(const char *path); 21 21 22 22 ULONG OSLibiGetModuleHandleA(char *pszModule); … … 109 109 #endif 110 110 111 #ifdef __cplusplus 112 inline char *OSLibStripPath(char *path) 113 { 114 return (char *)OSLibStripPath((const char *)path); 115 } 111 116 #endif 117 118 #endif
Note:
See TracChangeset
for help on using the changeset viewer.