This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
Browse Source
Added required define on TCC compiler
pull/717/head
Ray
6 years ago
parent
8bc4050377
commit
010c655f79
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
src/rglfw.c
+ 3
- 0
src/rglfw.c
View File
@ -45,6 +45,9 @@
#
define _GLFW_USE_MENUBAR
/
/
To create and populate the menu bar when the first window is created
#
define _GLFW_USE_RETINA
/
/
To have windows use the full resolution of Retina displays
#
endif
#
if defined(__TINYC__)
#
define _WIN32_WINNT_WINXP 0x0501
#
endif
/
/
NOTE
:
_GLFW_MIR
experimental
platform
not
supported
at
this
moment
Write
Preview
Loading…
Cancel
Save