[Libreoffice-commits] core.git: include/LibreOfficeKit
Tor Lillqvist
tml at collabora.com
Thu Apr 23 07:34:48 PDT 2015
include/LibreOfficeKit/LibreOfficeKitInit.h | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 33ee2eb4364a7a6f5263eafedc3e2f2373db313e
Author: Tor Lillqvist <tml at collabora.com>
Date: Thu Apr 23 17:33:19 2015 +0300
No F_OK on Windows either
Change-Id: I5ecb340ffef46cca11492ddf7c1cd771d275cac1
diff --git a/include/LibreOfficeKit/LibreOfficeKitInit.h b/include/LibreOfficeKit/LibreOfficeKitInit.h
index ae9c5a8..6058b0e 100644
--- a/include/LibreOfficeKit/LibreOfficeKitInit.h
+++ b/include/LibreOfficeKit/LibreOfficeKitInit.h
@@ -75,6 +75,7 @@ extern "C"
#else
#include <io.h>
+ #define F_OK 00
#include <windows.h>
#define TARGET_LIB "sofficeapp" ".dll"
More information about the Libreoffice-commits
mailing list