1
0
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:
FunkyFr3sh 2024-06-15 06:06:27 +02:00
parent 30de4d7df4
commit a0abcb20be

View File

@ -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;