This website works better with JavaScript.
Home
Help
Sign In
cacalabs
/
libcaca
mirror of
https://github.com/cacalabs/libcaca.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
7
Wiki
Activity
Browse Source
Fixed VS2015 error; snprintf std is now included
tags/v0.99.beta20
Huxy
8 years ago
parent
558812d3fe
commit
e7a28ddc82
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
build/win32/config.h
+ 3
- 1
build/win32/config.h
View File
@@ -94,5 +94,7 @@
#define inline __inline
#endif
#define strcasecmp stricmp
#define snprintf _snprintf
#if defined(_MSC_VER) && _MSC_VER < 1900
#define snprintf _snprintf
#endif
Write
Preview
Loading…
Cancel
Save