diff options
Diffstat (limited to 'make/stub_includes/win32/windows.h')
-rw-r--r-- | make/stub_includes/win32/windows.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/stub_includes/win32/windows.h b/make/stub_includes/win32/windows.h index d9f9e692a..382ab8c81 100644 --- a/make/stub_includes/win32/windows.h +++ b/make/stub_includes/win32/windows.h @@ -34,6 +34,7 @@ typedef unsigned int* PUINT; typedef unsigned int UINT; typedef unsigned short USHORT; typedef unsigned short WORD; +typedef unsigned short ATOM; /* Necessary handle typedefs for parsing wglext.h */ |