more WIN32 compilation fixes.
This commit is contained in:
2
packages/semweb/Makefile.in
Normal file → Executable file
2
packages/semweb/Makefile.in
Normal file → Executable file
@@ -46,7 +46,7 @@ SO=@SO@
|
||||
CWD=$(PWD)
|
||||
#
|
||||
|
||||
LD=@DO_SECOND_LD@ @SHLIB_CXX_LD@
|
||||
LD=@DO_SECOND_LD@ @SHLIB_LD@
|
||||
LDFLAGS=@EXTRA_LIBS_FOR_SWIDLLS@
|
||||
|
||||
BINTARGET=$(DESTDIR)$(YAPLIBDIR)
|
||||
|
2
packages/semweb/lock.h
Normal file → Executable file
2
packages/semweb/lock.h
Normal file → Executable file
@@ -29,7 +29,7 @@
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#ifdef __WINDOWS__
|
||||
#if defined(__WINDOWS__) || defined(__MINGW32__)
|
||||
#include <windows.h>
|
||||
#if defined(_REENTRANT) && defined(__WINDOWS__)
|
||||
enum
|
||||
|
Reference in New Issue
Block a user