Changeset 9617 for trunk/src/kernel32/oslibdos.h
- Timestamp:
- Jan 5, 2003, 1:31:26 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/oslibdos.h
r9530 r9617 1 /* $Id: oslibdos.h,v 1. 49 2002-12-19 12:55:27sandervl Exp $ */1 /* $Id: oslibdos.h,v 1.50 2003-01-05 12:31:24 sandervl Exp $ */ 2 2 3 3 /* … … 13 13 #define __OSLIBDOS_H__ 14 14 15 #ifdef __cplusplus 16 extern "C" { 17 #endif 15 18 16 19 #ifdef OS2_INCLUDED … … 358 361 DWORD OSLibDosGetNumPhysDrives(); 359 362 363 #ifdef __cplusplus 364 } 365 #endif 366 360 367 #endif //__OSLIBDOS_H__ 361 368
Note:
See TracChangeset
for help on using the changeset viewer.