mirror of
https://github.com/Genymobile/scrcpy
synced 2025-08-31 14:25:56 +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 <libavutil/version.h>
|
||||||
#include <SDL2/SDL_version.h>
|
#include <SDL2/SDL_version.h>
|
||||||
|
|
||||||
#ifndef __WIN32
|
#ifndef _WIN32
|
||||||
# define PRIu64_ PRIu64
|
# define PRIu64_ PRIu64
|
||||||
# define SC_PRIsizet "zu"
|
# define SC_PRIsizet "zu"
|
||||||
#else
|
#else
|
||||||
|
Reference in New Issue
Block a user