Config.h 290 Bytes
Newer Older
Claudio Valerio's avatar
Claudio Valerio committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
/*
This file provides some common configuration definitions for PDF merge library
Is intended for multiplatform support
*/
#ifndef CONFIG_H_INCLUDE
#define CONFIG_H_INCLUDE

#ifdef WIN32

#define _CRT_SECURE_NO_WARNINGS 
#define snprintf _snprintf

#endif    


#endif // CONFIG_H_INCLUDE