mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-04-20 11:35:57 +00:00
Fix for issue #316 - failed build on LWS (Linux Windows Subsystem) because of lack of reference to WinMain@16 during linking
This commit is contained in:
parent
3eda38e5fc
commit
b33b36e052
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
#include <stdint.h>
|
||||
#include <unistd.h>
|
||||
#include <libavformat/avformat.h>
|
||||
#define SDL_MAIN_HANDLED
|
||||
#include <SDL2/SDL.h>
|
||||
|
||||
#include "compat.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue