Changeset 9617 for trunk/src/kernel32/oslibmisc.h
- Timestamp:
- Jan 5, 2003, 1:31:26 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/oslibmisc.h
r9582 r9617 1 /* $Id: oslibmisc.h,v 1.1 0 2003-01-02 11:50:46sandervl Exp $ */1 /* $Id: oslibmisc.h,v 1.11 2003-01-05 12:31:24 sandervl Exp $ */ 2 2 /* 3 3 * Misc util. procedures … … 13 13 char *OSLibGetDllName(ULONG hModule); 14 14 BOOL OSLibGetDllName(ULONG hModule, char *name, int length); 15 16 #ifdef __cplusplus 17 extern "C" { 18 #endif 15 19 16 20 char *OSLibStripPath(char *path); … … 90 94 ULONG OSLibQueryCountry(); 91 95 96 #ifdef __cplusplus 97 } 92 98 #endif 99 100 #endif
Note:
See TracChangeset
for help on using the changeset viewer.