aboutsummaryrefslogtreecommitdiffstats
path: root/make/stub_includes/win32/windows.h
diff options
context:
space:
mode:
Diffstat (limited to 'make/stub_includes/win32/windows.h')
-rw-r--r--make/stub_includes/win32/windows.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/make/stub_includes/win32/windows.h b/make/stub_includes/win32/windows.h
index f2f3900ba..51ebbdcce 100644
--- a/make/stub_includes/win32/windows.h
+++ b/make/stub_includes/win32/windows.h
@@ -47,13 +47,3 @@ typedef HANDLE HPBUFFERARB;
typedef HANDLE HPBUFFEREXT;
typedef HANDLE HGPUNV;
-typedef struct tagRECT {
- LONG left;
- LONG top;
- LONG right;
- LONG bottom;
-} RECT;
-
-typedef RECT* PRECT;
-typedef RECT* LPRECT;
-