renderdoc: Check for `_WIN32` symbol rather than `WIN32`

This commit is contained in:
Cathy J. Fitzpatrick 2023-09-18 11:51:55 -07:00
parent 974380fe10
commit 9fef6560f0
No known key found for this signature in database
GPG Key ID: B4B8C7F80CAB49E4
1 changed files with 1 additions and 1 deletions

View File

@ -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>