diff options
author | Jose Fonseca <jfonseca@vmware.com> | 2015-07-20 14:44:56 +0100 |
---|---|---|
committer | Jose Fonseca <jfonseca@vmware.com> | 2015-07-20 14:44:56 +0100 |
commit | 27169800d153342829ddd1fe12e6217276c10bfa (patch) | |
tree | f92f5178a991aae001495c489376b2d8293fb334 /dispatch | |
parent | cacd27c973f6c84d13a67adaf5d6fce4ae898e9e (diff) |
dxerr: Avoid macro redefinition warnings.
Diffstat (limited to 'dispatch')
-rw-r--r-- | dispatch/d3derr.hpp | 3 |
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 |