more WIN32 compilation fixes.

This commit is contained in:
U-WIN-U2045GN0RNQ\Vítor Santos Costa
2010-07-20 14:33:33 +01:00
parent bf0786822e
commit 18f28354b6
6 changed files with 14 additions and 6 deletions

2
packages/semweb/Makefile.in Normal file → Executable file
View 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
View 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