mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[client,sdl] do not compile WinMain for mingw builds
This commit is contained in:
@@ -46,7 +46,9 @@
|
||||
#include <freerdp/log.h>
|
||||
|
||||
#include <SDL3/SDL.h>
|
||||
#if !defined(__MINGW32__)
|
||||
#include <SDL3/SDL_main.h>
|
||||
#endif
|
||||
#include <SDL3/SDL_hints.h>
|
||||
#include <SDL3/SDL_video.h>
|
||||
#include <SDL3/SDL_oldnames.h>
|
||||
|
||||
Reference in New Issue
Block a user