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

This commit is contained in:
Tony Wasserka 2008-02-05 14:27:52 +01:00 committed by Alexandre Julliard
parent df0a694f9e
commit 7666315c37
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
#include <limits.h>
#include "d3d9.h"
#include "d3dx9core.h"
#include "d3dx9math.h"
#include "d3dx9core.h"
#endif