Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd63c2fd

Browse files
committed
This should fix unix compile failure if SDL2 is installed
1 parent582fda8 commitd63c2fd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎ext_mod/lcd_bus/sdl_bus/sdl_bus.c‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
// mp_printf(&mp_plat_print, "incomming event %d\n", event->type);
1919

2020
#ifdefMP_PORT_UNIX
21-
#include<SDL.h>
22-
#include<SDL_thread.h>
21+
#include"SDL.h"
22+
#include"SDL_thread.h"
2323

2424
mp_lcd_sdl_bus_obj_t*instances[10]= {NULL };
2525

‎ext_mod/lcd_bus/sdl_bus/sdl_bus.h‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
#defineSDL_MAIN_HANDLED/*To fix SDL's "undefined reference to WinMain" issue*/
1010

1111
#ifdefMP_PORT_UNIX
12-
#include<SDL.h>
13-
#include<SDL_thread.h>
12+
#include"SDL.h"
13+
#include"SDL_thread.h"
1414

1515
typedefstruct {
1616
int32_tx;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp