Changeset 706
- Timestamp:
- Aug 26, 1999, 2:56:50 PM (26 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r703 r706 1 /* $Id: changelog,v 1.139 1999-08-25 22:39:12 sandervl Exp $ */ 1 /* $Id: changelog,v 1.140 1999-08-26 12:56:35 sandervl Exp $ */ 2 3 99-08-26: Sander van Leeuwen <sandervl@xs4all.nl> 4 - KERNEL32: Cleaned up. (removed os2native.cpp & os2util.cpp and 5 replaced them with oslibdos.* & oslibmisc.*; put 6 Virtual* win32 apis in virtual.cpp) 2 7 3 8 99-08-25: Jens Wiessner <wiessnej@rfi.de> -
trunk/include/nameid.h
r550 r706 1 /* $Id: nameid.h,v 1. 3 1999-08-18 17:16:05sandervl Exp $ */1 /* $Id: nameid.h,v 1.4 1999-08-26 12:56:50 sandervl Exp $ */ 2 2 3 3 /* … … 21 21 #endif 22 22 23 ULONG GetOS2ModuleHandle(ULONG hmod);24 char *StripPath(char *path);25 26 23 #ifdef __cplusplus 27 24 }
Note:
See TracChangeset
for help on using the changeset viewer.