source: trunk/src/kernel32/oslibtime.h@ 9304

Last change on this file since 9304 was 8775, checked in by sandervl, 23 years ago

debug updates + added OSLibDosGetTickCount

File size: 328 bytes
Line 
1/* $Id: oslibtime.h,v 1.1 2002-06-26 07:14:18 sandervl Exp $ */
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
13ULONG OSLibDosGetTickCount();
14
15#endif //__OSLIBTIME_H__
Note: See TracBrowser for help on using the repository browser.