Navigation Menu

Skip to content

Commit

Permalink
Fix link failure on Windows
Browse files Browse the repository at this point in the history
Visaul C++ doesn't have snprintf().
  • Loading branch information
kou committed Jun 25, 2013
1 parent d353f1d commit 90b4cbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions normalizers/mysql.c
Expand Up @@ -36,6 +36,7 @@

#ifdef _MSC_VER
# define inline _inline
# define snprintf _snprintf
#endif

#define SNIPPET_BUFFER_SIZE 256
Expand Down

0 comments on commit 90b4cbf

Please sign in to comment.