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/oslibdos.h

    r9530 r9617  
    1 /* $Id: oslibdos.h,v 1.49 2002-12-19 12:55:27 sandervl Exp $ */
     1/* $Id: oslibdos.h,v 1.50 2003-01-05 12:31:24 sandervl Exp $ */
    22
    33/*
     
    1313#define __OSLIBDOS_H__
    1414
     15#ifdef __cplusplus
     16extern "C" {
     17#endif
    1518
    1619#ifdef OS2_INCLUDED
     
    358361DWORD OSLibDosGetNumPhysDrives();
    359362
     363#ifdef __cplusplus
     364}
     365#endif
     366
    360367#endif //__OSLIBDOS_H__
    361368
Note: See TracChangeset for help on using the changeset viewer.