mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Don't include official header first - it breaks on something with VS2015
This commit is contained in:
@@ -23,10 +23,11 @@
|
||||
* THE SOFTWARE.
|
||||
******************************************************************************/
|
||||
|
||||
#include "driver/dx/official/d3d9.h"
|
||||
#include "driver/d3d11/d3d11_device.h"
|
||||
#include "hooks/hooks.h"
|
||||
|
||||
#include "driver/dx/official/d3d9.h"
|
||||
|
||||
#define DLL_NAME "d3d9.dll"
|
||||
|
||||
typedef int(WINAPI *PFN_BEGIN_EVENT)(DWORD, WCHAR *);
|
||||
|
||||
Reference in New Issue
Block a user