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

New commits:
commit ccd6a95eaaa8c8c4af1f2efa388a25aca2877cc1
Author:     Michael Stahl <[email protected]>
AuthorDate: Fri Nov 11 13:51:43 2022 +0100
Commit:     Michael Stahl <[email protected]>
CommitDate: Mon Nov 28 19:00:47 2022 +0100

    WASM LibreOfficeKit add EMSCRIPTEN to ifdef
    
    Change-Id: Ib6f3a6bd6b8703cd9eb24707531c01153cd2f8de
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143391
    Tested-by: Jenkins
    Reviewed-by: Michael Stahl <[email protected]>

diff --git a/include/LibreOfficeKit/LibreOfficeKitInit.h 
b/include/LibreOfficeKit/LibreOfficeKitInit.h
index 2ceeab052e33..08feb42c1e18 100644
--- a/include/LibreOfficeKit/LibreOfficeKitInit.h
+++ b/include/LibreOfficeKit/LibreOfficeKitInit.h
@@ -20,7 +20,7 @@
 
 #if defined(__linux__) || defined (__FreeBSD__) || defined(_AIX) ||\
     defined(_WIN32) || defined(__APPLE__) || defined (__NetBSD__) ||\
-    defined (__sun) || defined(__OpenBSD__)
+    defined (__sun) || defined(__OpenBSD__) || defined(__EMSCRIPTEN__)
 
 #include <stdio.h>
 #include <stdlib.h>

Reply via email to