This website works better with JavaScript.
Home
Help
Sign In
lolengine
/
lol
mirror of
https://github.com/lolengine/lol
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
build: various MSVC compilation fixes.
undefined
Sam Hocevar
10 years ago
parent
2c2ea82f8f
commit
d4241a2a84
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
src/core.h
+ 2
- 1
src/core.h
View File
@@ -95,11 +95,12 @@
/* Ensure we have ssize_t */
#if defined ssize_t
/*
do nothing
*/
/*
Do nothing, someone knows better than us it seems
*/
#elif HAVE_SYS_TYPES_H
# include <sys/types.h>
#elif _MSC_VER /* Visual Studio compiler */
# include <BaseTsd.h>
# define _MSC_STDINT_H_
typedef SSIZE_T ssize_t;
#endif
Write
Preview
Loading…
Cancel
Save