mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-05-01 22:57:33 +02:00
eliminate duplicate macro definition and unnecessary -I
This commit is contained in:
parent
9eb4c95a8d
commit
77fe7da636
@ -65,7 +65,6 @@ win32 {
|
||||
CONFIG += staticlib
|
||||
|
||||
DEFINES += LIBXML_STATIC LIBXSLT_STATIC
|
||||
INCLUDEPATH += ../../../fwb-lm/include
|
||||
INCLUDEPATH += c:/local/include c:/local/include/libxml2 c:/MinGW/include
|
||||
LIBS += -LC:\local\lib
|
||||
# LIBS += ws2_32.lib pthreadVC.lib
|
||||
|
||||
@ -54,8 +54,11 @@
|
||||
*/
|
||||
#undef HAVE_SNPRINT_OBJID
|
||||
|
||||
#ifndef SNPRINTF
|
||||
#define SNPRINTF snprintf
|
||||
#define VSNPRINTF vsnprintf
|
||||
#endif
|
||||
|
||||
#define FS_SEPARATOR "/"
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user