mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 00:58:30 -05:00
Removed psapi.h from non-windows builds.
This commit is contained in:
parent
1dfb086769
commit
10aeb83a69
1 changed files with 3 additions and 1 deletions
|
@ -6,7 +6,9 @@
|
|||
#include "bgfx_p.h"
|
||||
|
||||
#if BGFX_CONFIG_DEBUG_PIX
|
||||
# include <psapi.h>
|
||||
# if BX_PLATFORM_WINDOWS
|
||||
# include <psapi.h>
|
||||
# endif // BX_PLATFORM_WINDOWS
|
||||
# include <renderdoc/renderdoc_app.h>
|
||||
|
||||
namespace bgfx
|
||||
|
|
Loading…
Reference in a new issue