add new limiter type "LIMIT_UNLÖCK"
This commit is contained in:
parent
50b68a63bb
commit
80356f76ed
2 changed files with 5 additions and 1 deletions
1
inc/dd.h
1
inc/dd.h
|
@ -49,6 +49,7 @@ HRESULT dd_CreateEx(GUID* lpGuid, LPVOID* lplpDD, REFIID iid, IUnknown* pUnkOute
|
|||
#define LIMIT_AUTO 0
|
||||
#define LIMIT_TESTCOOP 1
|
||||
#define LIMIT_BLTFAST 2
|
||||
#define LIMIT_UNLÖCK 3
|
||||
|
||||
#ifndef CREATE_WAITABLE_TIMER_HIGH_RESOLUTION
|
||||
#define CREATE_WAITABLE_TIMER_HIGH_RESOLUTION 0x00000002
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue