Skip to content
Why GitHub?
Features
→
Code review
Project management
Integrations
Actions
Packages
Security
Team management
Hosting
Customer stories
→
Security
→
Enterprise
Explore
Explore GitHub
→
Learn & contribute
Topics
Collections
Trending
Learning Lab
Open source guides
Connect with others
Events
Community forum
GitHub Education
Marketplace
Pricing
Plans
→
Compare plans
Contact Sales
Nonprofit
→
Education
→
In this repository
All GitHub
↵
Jump to
↵
No suggested jump to results
In this repository
All GitHub
↵
Jump to
↵
In this repository
All GitHub
↵
Jump to
↵
Sign in
Sign up
Watch
323
Star
4.6k
Fork
1.1k
minetest
/
minetest
Code
Issues
890
Pull requests
130
Projects
3
Security
Insights
Permalink
Browse files
Loading status checks…
Fix Windows build
Loading branch information
sfan5
committed
Jun 23, 2014
1 parent
f6fc39e
commit
5fb8778e28beb256513a5c8c20a803066c625c76
Unified
Split
Showing
1 changed file
with
6 additions
and
0 deletions
.
+6
−0
src/cguittfont/irrUString.h
6
src/cguittfont/irrUString.h
Show comments
View file
Edit file
Delete file
@@ -41,7 +41,13 @@
#
include
<
stdio.h
>
#
include
<
string.h
>
#
include
<
stdlib.h
>
#
ifdef
_WIN32
#
define
__BYTE_ORDER
0
#
define
__LITTLE_ENDIAN
0
#
define
__BIG_ENDIAN
1
#
else
#
include
<
endian.h
>
#
endif
#
ifdef
USTRING_CPP0X
#
include
<
utility
>
Toggle all file notes
0 comments on commit
5fb8778
Please
sign in
to comment.
You can’t perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
0 comments on commit
5fb8778