Tony Wasserka : d3dx9.h: Include d3dx9math.h before d3dx9core.h.

Alexandre Julliard julliard at winehq.org
Tue Feb 19 08:05:29 CST 2008


Module: wine
Branch: master
Commit: 7666315c37139e501784a4acb1ae512859edd6f5
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=7666315c37139e501784a4acb1ae512859edd6f5

Author: Tony Wasserka <tony.wasserka at freenet.de>
Date:   Tue Feb  5 14:27:52 2008 +0100

d3dx9.h: Include d3dx9math.h before d3dx9core.h.

---

 include/d3dx9.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/d3dx9.h b/include/d3dx9.h
index 62319ec..5d9fd5f 100644
--- a/include/d3dx9.h
+++ b/include/d3dx9.h
@@ -22,7 +22,7 @@
 #include <limits.h>
 
 #include "d3d9.h"
-#include "d3dx9core.h"
 #include "d3dx9math.h"
+#include "d3dx9core.h"
 
 #endif




More information about the wine-cvs mailing list