Ignore:
Timestamp:
Jan 20, 2003, 11:46:28 AM (23 years ago)
Author:
sandervl
Message:

Only load LVM.DLL when we actually need it; CreateProcess bugfix for thread id if launched directly; CreateFile returns ERROR_ALREADY_EXISTS if file not found and CREATE_NEW; Check and correct process type in thread wrapper

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/osliblvm.h

    r9617 r9693  
    1 /* $Id: osliblvm.h,v 1.5 2003-01-05 12:31:24 sandervl Exp $ */
     1/* $Id: osliblvm.h,v 1.6 2003-01-20 10:46:27 sandervl Exp $ */
    22/*
    33 * OS/2 LVM (Logical Volume Management) functions
     
    327327#define VOLUME_NAME_PREFIX  "\\\\?\\Volume\\"
    328328
    329 BOOL   OSLibLVMInit();
    330329void   OSLibLVMExit();
    331330HANDLE OSLibLVMQueryVolumeControlData();
Note: See TracChangeset for help on using the changeset viewer.