Changeset 9617 for trunk/src/kernel32/osliblvm.h
- Timestamp:
- Jan 5, 2003, 1:31:26 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/osliblvm.h
r9304 r9617 1 /* $Id: osliblvm.h,v 1. 4 2002-09-27 14:35:56sandervl Exp $ */1 /* $Id: osliblvm.h,v 1.5 2003-01-05 12:31:24 sandervl Exp $ */ 2 2 /* 3 3 * OS/2 LVM (Logical Volume Management) functions … … 10 10 #ifndef __OSLIBLVM_H__ 11 11 #define __OSLIBLVM_H__ 12 13 #ifdef __cplusplus 14 extern "C" { 15 #endif 12 16 13 17 #include <win\winioctl.h> … … 345 349 BOOL OSLibLVMGetDiskGeometry(DWORD dwDiskNr, PDISK_GEOMETRY pGeom); 346 350 351 #ifdef __cplusplus 352 } 353 #endif 354 347 355 #endif //__OSLIBLVM_H__
Note:
See TracChangeset
for help on using the changeset viewer.