mirror of https://github.com/Genymobile/scrcpy
Fix ifdef _WIN32
We use _WIN32 across the code base, not __WIN32.
This commit is contained in:
parent
1d713d7598
commit
145a9468fd
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue