[ooo-build-commit] .: sal/osl
Fridrich Strba
fridrich at kemper.freedesktop.org
Tue Sep 14 04:10:25 PDT 2010
sal/osl/w32/file_dirvol.cxx | 2 +-
sal/osl/w32/file_error.c | 2 +-
sal/osl/w32/file_url.cxx | 2 +-
sal/osl/w32/tempfile.cxx | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
New commits:
commit 90a90958ea59b3866a71c1d9abd2ddfbb641e72c
Author: Thorsten Behrens <tbehrens at novell.com>
Date: Tue Sep 14 12:58:29 2010 +0200
win32-force-version-fix.diff: force WINVER when using non-std win api
diff --git a/sal/osl/w32/file_dirvol.cxx b/sal/osl/w32/file_dirvol.cxx
index c307a63..02dc0c7 100644
--- a/sal/osl/w32/file_dirvol.cxx
+++ b/sal/osl/w32/file_dirvol.cxx
@@ -27,7 +27,7 @@
#define UNICODE
#define _UNICODE
-#define _WIN32_WINNT_0x0500
+#define _WIN32_WINNT 0x0500
#include "systools/win32/uwinapi.h"
#include "osl/file.h"
diff --git a/sal/osl/w32/file_error.c b/sal/osl/w32/file_error.c
index 7902551..3298ed5 100644
--- a/sal/osl/w32/file_error.c
+++ b/sal/osl/w32/file_error.c
@@ -27,7 +27,7 @@
#define UNICODE
#define _UNICODE
-#define _WIN32_WINNT_0x0500
+#define _WIN32_WINNT 0x0500
#include "systools/win32/uwinapi.h"
#include "file_error.h"
diff --git a/sal/osl/w32/file_url.cxx b/sal/osl/w32/file_url.cxx
index 246874a..c1ccdf6 100644
--- a/sal/osl/w32/file_url.cxx
+++ b/sal/osl/w32/file_url.cxx
@@ -27,7 +27,7 @@
#define UNICODE
#define _UNICODE
-#define _WIN32_WINNT_0x0500
+#define _WIN32_WINNT 0x0500
#include "systools/win32/uwinapi.h"
#include "file_url.h"
diff --git a/sal/osl/w32/tempfile.cxx b/sal/osl/w32/tempfile.cxx
index 63a5d9a..8a0fec1 100644
--- a/sal/osl/w32/tempfile.cxx
+++ b/sal/osl/w32/tempfile.cxx
@@ -27,7 +27,7 @@
#define UNICODE
#define _UNICODE
-#define _WIN32_WINNT_0x0500
+#define _WIN32_WINNT 0x0500
#include "systools/win32/uwinapi.h"
#include "osl/file.h"
More information about the ooo-build-commit
mailing list