summaryrefslogtreecommitdiff
path: root/dispatch
diff options
context:
space:
mode:
authorJose Fonseca <jfonseca@vmware.com>2015-07-20 14:44:56 +0100
committerJose Fonseca <jfonseca@vmware.com>2015-07-20 14:44:56 +0100
commit27169800d153342829ddd1fe12e6217276c10bfa (patch)
treef92f5178a991aae001495c489376b2d8293fb334 /dispatch
parentcacd27c973f6c84d13a67adaf5d6fce4ae898e9e (diff)
dxerr: Avoid macro redefinition warnings.
Diffstat (limited to 'dispatch')
-rw-r--r--dispatch/d3derr.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/dispatch/d3derr.hpp b/dispatch/d3derr.hpp
index 0b04f216..39ebc9ab 100644
--- a/dispatch/d3derr.hpp
+++ b/dispatch/d3derr.hpp
@@ -38,6 +38,9 @@
#pragma once
+#include <windows.h>
+
+
#ifndef _FACD3D
#define _FACD3D 0x876
#endif