mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-15 06:04:49 +01:00
define CREATE_WAITABLE_TIMER_MANUAL_RESET in header
This commit is contained in:
parent
30de4d7df4
commit
a0abcb20be
4
inc/dd.h
4
inc/dd.h
@ -54,6 +54,10 @@ HRESULT dd_CreateEx(GUID* lpGuid, LPVOID* lplpDD, REFIID iid, IUnknown* pUnkOute
|
||||
#define CREATE_WAITABLE_TIMER_HIGH_RESOLUTION 0x00000002
|
||||
#endif
|
||||
|
||||
#ifndef CREATE_WAITABLE_TIMER_MANUAL_RESET
|
||||
#define CREATE_WAITABLE_TIMER_MANUAL_RESET 0x00000001
|
||||
#endif
|
||||
|
||||
typedef struct SPEEDLIMITER
|
||||
{
|
||||
DWORD tick_length;
|
||||
|
Loading…
x
Reference in New Issue
Block a user