make clipper threadsafe for TA
This commit is contained in:
parent
009bc4e2e8
commit
103f78276b
3 changed files with 51 additions and 0 deletions
|
@ -16,6 +16,7 @@ typedef struct IDirectDrawClipperImpl
|
|||
ULONG ref;
|
||||
HWND hwnd;
|
||||
HRGN region;
|
||||
CRITICAL_SECTION cs;
|
||||
|
||||
} IDirectDrawClipperImpl;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue