Ignore:
Timestamp:
Jan 5, 2003, 1:31:26 PM (23 years ago)
Author:
sandervl
Message:

added dll load hook and function to override named or ordinal exports

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:56 sandervl Exp $ */
     1/* $Id: osliblvm.h,v 1.5 2003-01-05 12:31:24 sandervl Exp $ */
    22/*
    33 * OS/2 LVM (Logical Volume Management) functions
     
    1010#ifndef __OSLIBLVM_H__
    1111#define __OSLIBLVM_H__
     12
     13#ifdef __cplusplus
     14extern "C" {
     15#endif
    1216
    1317#include <win\winioctl.h>
     
    345349BOOL   OSLibLVMGetDiskGeometry(DWORD dwDiskNr, PDISK_GEOMETRY pGeom);
    346350
     351#ifdef __cplusplus
     352}
     353#endif
     354
    347355#endif //__OSLIBLVM_H__
Note: See TracChangeset for help on using the changeset viewer.