include/LibreOfficeKit/LibreOfficeKitInit.h |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 33ee2eb4364a7a6f5263eafedc3e2f2373db313e
Author: Tor Lillqvist <t...@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"
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to