diff options
author | Cathy J. Fitzpatrick <cathy@cathyjf.com> | 2023-09-18 20:51:55 +0200 |
---|---|---|
committer | Cathy J. Fitzpatrick <cathy@cathyjf.com> | 2023-09-18 21:09:51 +0200 |
commit | 9fef6560f0d547fa211602e629ef0358961b8728 (patch) | |
tree | 865c782db7dadfd7ead662a61630111365b2f771 /src/core/tools | |
parent | Merge pull request #11258 from Squall-Leonhart/Z16_Assert_Fix (diff) | |
download | yuzu-9fef6560f0d547fa211602e629ef0358961b8728.tar yuzu-9fef6560f0d547fa211602e629ef0358961b8728.tar.gz yuzu-9fef6560f0d547fa211602e629ef0358961b8728.tar.bz2 yuzu-9fef6560f0d547fa211602e629ef0358961b8728.tar.lz yuzu-9fef6560f0d547fa211602e629ef0358961b8728.tar.xz yuzu-9fef6560f0d547fa211602e629ef0358961b8728.tar.zst yuzu-9fef6560f0d547fa211602e629ef0358961b8728.zip |
Diffstat (limited to 'src/core/tools')
-rw-r--r-- | src/core/tools/renderdoc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/tools/renderdoc.cpp b/src/core/tools/renderdoc.cpp index 44d24822a..947fa6cb3 100644 --- a/src/core/tools/renderdoc.cpp +++ b/src/core/tools/renderdoc.cpp @@ -7,7 +7,7 @@ #include "common/dynamic_library.h" #include "core/tools/renderdoc.h" -#ifdef WIN32 +#ifdef _WIN32 #include <windows.h> #else #include <dlfcn.h> |