Last change
on this file was 9617, checked in by sandervl, 23 years ago |
added dll load hook and function to override named or ordinal exports
|
File size:
397 bytes
|
Rev | Line | |
---|
[9617] | 1 | /* $Id: oslibtime.h,v 1.2 2003-01-05 12:31:24 sandervl Exp $ */
|
---|
[8775] | 2 | /*
|
---|
| 3 | * OS/2 time procedures
|
---|
| 4 | *
|
---|
| 5 | * Copyright 2002 Sander van Leeuwen (sandervl@xs4all.nl)
|
---|
| 6 | *
|
---|
| 7 | * Project Odin Software License can be found in LICENSE.TXT
|
---|
| 8 | *
|
---|
| 9 | */
|
---|
| 10 | #ifndef __OSLIBTIME_H__
|
---|
| 11 | #define __OSLIBTIME_H__
|
---|
| 12 |
|
---|
[9617] | 13 | #ifdef __cplusplus
|
---|
| 14 | extern "C" {
|
---|
| 15 | #endif
|
---|
| 16 |
|
---|
[8775] | 17 | ULONG OSLibDosGetTickCount();
|
---|
| 18 |
|
---|
[9617] | 19 | #ifdef __cplusplus
|
---|
| 20 | }
|
---|
| 21 | #endif
|
---|
| 22 |
|
---|
[8775] | 23 | #endif //__OSLIBTIME_H__
|
---|
Note:
See
TracBrowser
for help on using the repository browser.