Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Kirjaudu sisään
Archivist
/
raylib-src
peilaus alkaen
https://github.com/raysan5/raylib
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Julkaisut
24
Wiki
Toiminta
Selaa lähdekoodia
Fix compiling on Linux
pull/29/head
Constantine Tarasenkov
10 vuotta sitten
vanhempi
77558eec0c
commit
7c36289768
2 muutettua tiedostoa
jossa
3 lisäystä
ja
2 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
src/gestures.c
+1
-1
src/makefile
+ 2
- 1
src/gestures.c
Näytä tiedosto
@ -37,6 +37,7 @@
#
if defined(_WIN32)
/
/
#
include
<
Windows
.
h
>
#
elif defined(__linux)
#
include
<sys/time.h> // Declares storage size of ‘now’
#
include
<time.h> // Used for clock functions
#
endif
@ -659,4 +660,4 @@ static EM_BOOL EmscriptenInputCallback(int eventType, const EmscriptenTouchEvent
return
1
;
}
#
endif
#
endif
+ 1
- 1
src/makefile
Näytä tiedosto
@ -73,7 +73,7 @@ endif
i
f
e
q
(
$(
PLATFORM
)
,
P
L
A
T
F
O
R
M
_
R
P
I
)
CFLAGS
=
-O1 -Wall -std
=
gnu99 -fgnu89-inline
e
l
s
e
CFLAGS
=
-O1 -Wall -std
=
c
99
CFLAGS
=
-O1 -Wall -std
=
gnu
99
e
n
d
i
f
#CFLAGSEXTRA = -Wextra -Wmissing-prototypes -Wstrict-prototypes
Kirjoita
Esikatselu
Ladataan…
Peruuta
Tallenna