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:
Gerdal 2019-03-27 19:37:44 +01:00 committed by GitHub
parent 3eda38e5fc
commit b33b36e052
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"