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

    r8775 r9617  
    1 /* $Id: oslibtime.h,v 1.1 2002-06-26 07:14:18 sandervl Exp $ */
     1/* $Id: oslibtime.h,v 1.2 2003-01-05 12:31:24 sandervl Exp $ */
    22/*
    33 * OS/2 time procedures
     
    1111#define __OSLIBTIME_H__
    1212
     13#ifdef __cplusplus
     14extern "C" {
     15#endif
     16
    1317ULONG OSLibDosGetTickCount();
    1418
     19#ifdef __cplusplus
     20}
     21#endif
     22
    1523#endif //__OSLIBTIME_H__
Note: See TracChangeset for help on using the changeset viewer.