Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit e349127

Browse files
committed
[[ VS2015 ]] Ensure cairo builds under VS2015
This patch ensures that cairo builds using VS2015. It adds appropriate mappings for vsnprintf and snprintf to their counterparts in the VS CRT.
1 parent 1d7e41c commit e349127

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

libcairo/src/cairo-compiler-private.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,10 +201,8 @@
201201
#define hypot _hypot
202202
#define pclose _pclose
203203
#define popen _popen
204-
#define snprintf _snprintf
205204
#define strdup _strdup
206205
#define unlink _unlink
207-
#define vsnprintf _vsnprintf
208206
#endif
209207

210208
#ifdef _MSC_VER

0 commit comments

Comments
 (0)