mirror of
https://github.com/Genymobile/scrcpy
synced 2025-08-30 22:05:12 +00:00
Fix ifdef _WIN32
We use _WIN32 across the code base, not __WIN32.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#include <libavutil/version.h>
|
||||
#include <SDL2/SDL_version.h>
|
||||
|
||||
#ifndef __WIN32
|
||||
#ifndef _WIN32
|
||||
# define PRIu64_ PRIu64
|
||||
# define SC_PRIsizet "zu"
|
||||
#else
|
||||
|
Reference in New Issue
Block a user