[Libreoffice-commits] core.git: sal/osl
Stephan Bergmann
sbergman at redhat.com
Tue Oct 4 15:04:29 UTC 2016
sal/osl/w32/salinit.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit bef47d3da6f44b725519f7bf3e2400a3148bac67
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Tue Oct 4 16:58:55 2016 +0200
At least MSVC 2015 doesn't find sal/osl/w32/time.h
...when included as <time.h> (our rather sick convention, for include files
other than standard headers) rather than "time.h"
Change-Id: I5aacfb81de95ae4254e39badffc9c83c7ac0f58f
diff --git a/sal/osl/w32/salinit.cxx b/sal/osl/w32/salinit.cxx
index 8122fbb..dd94af1 100644
--- a/sal/osl/w32/salinit.cxx
+++ b/sal/osl/w32/salinit.cxx
@@ -20,7 +20,7 @@
#include "sal/config.h"
#include "system.h"
-#include <time.h>
+#include "time.h"
#include <osl/process.h>
#include <sal/main.h>
More information about the Libreoffice-commits
mailing list