19 Feb
2008
19 Feb
'08
2:05 p.m.
Module: wine Branch: master Commit: 7666315c37139e501784a4acb1ae512859edd6f5 URL: http://source.winehq.org/git/wine.git/?a=commit;h=7666315c37139e501784a4acb1... Author: Tony Wasserka <tony.wasserka(a)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