scrcpy/app/src
Gerdal ffa8c66979 Fix link error on Windows Subsystem for Linux
Build failed on WSL because of lack of reference to WinMain@16 during
linking.

Fixes <https://github.com/Genymobile/scrcpy/issues/316>

Signed-off-by: Romain Vimont <rom@rom1v.com>
2019-03-31 20:07:07 +02:00
..
android Remove AINPUT_SOURCE_ANY value 2018-08-12 15:35:29 +02:00
sys Replace SDL types by C99 standard types 2019-03-02 23:55:23 +01:00
buffer_util.h Replace SDL types by C99 standard types 2019-03-02 23:55:23 +01:00
command.c Replace SDL types by C99 standard types 2019-03-02 23:55:23 +01:00
command.h Replace SDL types by C99 standard types 2019-03-02 23:55:23 +01:00
common.h Replace SDL types by C99 standard types 2019-03-02 23:55:23 +01:00
compat.h Use "always on top" only for SDL >= 2.0.5 2019-02-16 15:28:56 +01:00
control_event.c Replace SDL types by C99 standard types 2019-03-02 23:55:23 +01:00
control_event.h Replace SDL types by C99 standard types 2019-03-02 23:55:23 +01:00
controller.c Replace SDL types by C99 standard types 2019-03-02 23:55:23 +01:00
controller.h Replace SDL types by C99 standard types 2019-03-02 23:55:23 +01:00
convert.c Replace SDL types by C99 standard types 2019-03-02 23:55:23 +01:00
convert.h Replace SDL types by C99 standard types 2019-03-02 23:55:23 +01:00
decoder.c Add more consts 2019-03-03 12:02:41 +01:00
decoder.h Add more consts 2019-03-03 12:02:41 +01:00
device.c Replace SDL types by C99 standard types 2019-03-02 23:55:23 +01:00
device.h Replace SDL types by C99 standard types 2019-03-02 23:55:23 +01:00
events.h Add stream layer 2019-03-02 18:45:45 +01:00
file_handler.c Replace SDL types by C99 standard types 2019-03-02 23:55:23 +01:00
file_handler.h Replace SDL types by C99 standard types 2019-03-02 23:55:23 +01:00
fps_counter.c Replace SDL types by C99 standard types 2019-03-02 23:55:23 +01:00
fps_counter.h Replace SDL types by C99 standard types 2019-03-02 23:55:23 +01:00
icon.xpm Add window icon 2018-02-05 14:46:00 +01:00
input_manager.c Explicitly pass control flag to input manager 2019-03-03 11:05:26 +01:00
input_manager.h Explicitly pass control flag to input manager 2019-03-03 11:05:26 +01:00
lock_util.c Update code style 2019-03-02 20:28:46 +01:00
lock_util.h Update code style 2019-03-02 20:28:46 +01:00
log.h Add log verbose macro 2019-02-09 12:27:13 +01:00
main.c Fix link error on Windows Subsystem for Linux 2019-03-31 20:07:07 +02:00
net.c Replace SDL types by C99 standard types 2019-03-02 23:55:23 +01:00
net.h Replace SDL types by C99 standard types 2019-03-02 23:55:23 +01:00
recorder.c Add more consts 2019-03-03 12:02:41 +01:00
recorder.h Add more consts 2019-03-03 12:02:41 +01:00
scrcpy.c Explicitly pass control flag to input manager 2019-03-03 11:05:26 +01:00
scrcpy.h Replace SDL types by C99 standard types 2019-03-02 23:55:23 +01:00
screen.c Log "new texture" at INFO level 2019-03-07 20:18:03 +01:00
screen.h Do not init SDL video subsystem if no display 2019-03-03 01:41:35 +01:00
server.c Make owned serial a pointer-to-non-const 2019-03-03 00:01:16 +01:00
server.h Make owned serial a pointer-to-non-const 2019-03-03 00:01:16 +01:00
str_util.c Update code style 2019-03-02 20:28:46 +01:00
str_util.h Update code style 2019-03-02 20:28:46 +01:00
stream.c Replace SDL types by C99 standard types 2019-03-02 23:55:23 +01:00
stream.h Replace SDL types by C99 standard types 2019-03-02 23:55:23 +01:00
tiny_xpm.c Replace SDL types by C99 standard types 2019-03-02 23:55:23 +01:00
tiny_xpm.h Update code style 2019-03-02 20:28:46 +01:00
video_buffer.c Use explicit output parameter for skipped frame 2019-03-03 00:35:20 +01:00
video_buffer.h Use explicit output parameter for skipped frame 2019-03-03 00:35:20 +01:00