Fri May 31 16:21:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
[mono.git] / mono / io-layer / timefuncs.h
1 /*
2  * timefuncs.h:  performance timer functions
3  *
4  * Author:
5  *      Dick Porter (dick@ximian.com)
6  *
7  * (C) 2002 Ximian, Inc.
8  */
9
10 #ifndef _WAPI_TIME_H_
11 #define _WAPI_TIME_H_
12
13 #include <glib.h>
14
15 #include "mono/io-layer/wapi.h"
16
17 gboolean QueryPerformanceCounter(WapiLargeInteger *count);
18 gboolean QueryPerformanceFrequency(WapiLargeInteger *freq);
19
20 #endif /* _WAPI_TIME_H_ */