summaryrefslogtreecommitdiff
path: root/wininclude_windows.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2015-02-18 00:43:41 -0500
committerPietro Gagliardi <[email protected]>2015-02-18 00:43:41 -0500
commit847e9bfd2caacba1c90ee68753d5652abe484501 (patch)
tree0e3ddb2941373dd9ea11b1a304fed749c9beb8a8 /wininclude_windows.h
parent366460a46e981ea402067f2b96fd15226417e3db (diff)
Fixed Windows build. More TODOs. Still not working...
Diffstat (limited to 'wininclude_windows.h')
-rw-r--r--wininclude_windows.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/wininclude_windows.h b/wininclude_windows.h
index 64e7caf..2a6c717 100644
--- a/wininclude_windows.h
+++ b/wininclude_windows.h
@@ -5,6 +5,8 @@
#define STRICT_TYPED_ITEMIDS
#define CINTERFACE
#define COBJMACROS
+// see https://github.com/golang/go/issues/9916#issuecomment-74812211
+#define INITGUID
// get Windows version right; right now Windows XP
#define WINVER 0x0501
#define _WIN32_WINNT 0x0501