Changeset 9617 for trunk/src/kernel32/oslibtime.h
- Timestamp:
- Jan 5, 2003, 1:31:26 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/oslibtime.h
r8775 r9617 1 /* $Id: oslibtime.h,v 1. 1 2002-06-26 07:14:18sandervl Exp $ */1 /* $Id: oslibtime.h,v 1.2 2003-01-05 12:31:24 sandervl Exp $ */ 2 2 /* 3 3 * OS/2 time procedures … … 11 11 #define __OSLIBTIME_H__ 12 12 13 #ifdef __cplusplus 14 extern "C" { 15 #endif 16 13 17 ULONG OSLibDosGetTickCount(); 14 18 19 #ifdef __cplusplus 20 } 21 #endif 22 15 23 #endif //__OSLIBTIME_H__
Note:
See TracChangeset
for help on using the changeset viewer.