diff options
Diffstat (limited to 'make/stub_includes/win32/windows.h')
-rw-r--r-- | make/stub_includes/win32/windows.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/make/stub_includes/win32/windows.h b/make/stub_includes/win32/windows.h index 20d424a79..a1162f531 100644 --- a/make/stub_includes/win32/windows.h +++ b/make/stub_includes/win32/windows.h @@ -39,3 +39,11 @@ typedef unsigned short WORD; typedef HANDLE HPBUFFERARB; typedef HANDLE HPBUFFEREXT; typedef HANDLE HGPUNV; + +typedef struct tagRECT { + LONG left; + LONG top; + LONG right; + LONG bottom; +} RECT; + |