]> gerrit.simantics Code Review - simantics/fmil.git/blobdiff - org.simantics.fmil.core/native/FMUSimulator/include/fmi_me.h
Linux 64 support for FMU
[simantics/fmil.git] / org.simantics.fmil.core / native / FMUSimulator / include / fmi_me.h
index f1152455c25af3b94a62e8b7234c55ee69dd6970..4698b460f29a2b2ecd1c502f3ea68e45af544687 100644 (file)
@@ -9,7 +9,6 @@
 #ifndef FMI_ME_H\r
 #define FMI_ME_H\r
 \r
-#include <windows.h>\r
 #include "fmiModelFunctions.h"\r
 #include "xml_parser.h"\r
 \r
@@ -42,7 +41,7 @@ typedef fmiStatus (*fTerminate)                 (fmiComponent c);
 \r
 typedef struct {\r
     ModelDescription* modelDescription;\r
-    HANDLE dllHandle;\r
+    void* dllHandle;\r
     fGetModelTypesPlatform getModelTypesPlatform;\r
     fGetVersion getVersion;\r
     fInstantiateModel instantiateModel;\r