mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 00:17:57 -05:00
renderdoc: Check for _WIN32
symbol rather than WIN32
This commit is contained in:
@ -7,7 +7,7 @@
|
|||||||
#include "common/dynamic_library.h"
|
#include "common/dynamic_library.h"
|
||||||
#include "core/tools/renderdoc.h"
|
#include "core/tools/renderdoc.h"
|
||||||
|
|
||||||
#ifdef WIN32
|
#ifdef _WIN32
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#else
|
#else
|
||||||
#include <dlfcn.h>
|
#include <dlfcn.h>
|
||||||
|
Reference in New Issue
Block a user