[Misc] Windows preprocessor define in crash.cpp (#4191)

This commit is contained in:
JJ 2024-03-23 00:27:31 -04:00 committed by GitHub
parent f5050ab5dc
commit 16cb7364e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@
#include <cstdio>
#include <vector>
#if WINDOWS
#ifdef _WINDOWS
#define popen _popen
#endif