define CREATE_WAITABLE_TIMER_MANUAL_RESET in header
This commit is contained in:
parent
30de4d7df4
commit
a0abcb20be
1 changed files with 4 additions and 0 deletions
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
|
#define CREATE_WAITABLE_TIMER_HIGH_RESOLUTION 0x00000002
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef CREATE_WAITABLE_TIMER_MANUAL_RESET
|
||||||
|
#define CREATE_WAITABLE_TIMER_MANUAL_RESET 0x00000001
|
||||||
|
#endif
|
||||||
|
|
||||||
typedef struct SPEEDLIMITER
|
typedef struct SPEEDLIMITER
|
||||||
{
|
{
|
||||||
DWORD tick_length;
|
DWORD tick_length;
|
||||||
|
|
Loading…
Reference in a new issue