diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-04-23 17:33:19 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-04-23 17:33:19 +0300 |
commit | 33ee2eb4364a7a6f5263eafedc3e2f2373db313e (patch) | |
tree | 075a7dd4780fc726f7a59369b6b3236a08bfc2db /include | |
parent | 44aa325ac22906e472b40de9577a90d9204981a3 (diff) |
No F_OK on Windows either
Change-Id: I5ecb340ffef46cca11492ddf7c1cd771d275cac1
Diffstat (limited to 'include')
-rw-r--r-- | include/LibreOfficeKit/LibreOfficeKitInit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/LibreOfficeKit/LibreOfficeKitInit.h b/include/LibreOfficeKit/LibreOfficeKitInit.h index ae9c5a89cad5..6058b0eca1d1 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" |