aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/windows/src/native/raw/rawwinver.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/windows/src/native/raw/rawwinver.h')
-rw-r--r--plugins/windows/src/native/raw/rawwinver.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/plugins/windows/src/native/raw/rawwinver.h b/plugins/windows/src/native/raw/rawwinver.h
new file mode 100644
index 0000000..882341a
--- /dev/null
+++ b/plugins/windows/src/native/raw/rawwinver.h
@@ -0,0 +1,14 @@
+/*
+ * %W% %E%
+ *
+ * Copyright 2002 Sun Microsystems, Inc. All rights reserved.
+ * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
+ */
+
+#ifndef RAWWINVER_H
+#define RAWWINVER_H
+
+#define _WIN32_WINNT 0x0501
+#define WINVER 0x0501
+
+#endif