Tools: map generator maintenance; added SVG output driver (from Jan Lönnberg, bug #1100); attempt to load fonts with various filename capitalization
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3665 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -26,5 +26,10 @@
|
||||
# define strcasecmp stricmp
|
||||
#endif
|
||||
|
||||
#ifdef _MSC_VER
|
||||
// Defined in port.c
|
||||
int snprintf(char *str, size_t size, const char *format, ...);
|
||||
#endif /* _MSC_VER */
|
||||
|
||||
#endif /* _PORT_H */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user