X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=org.simantics.fmil.core%2Fnative%2FFMUSimulator%2Finclude%2Ffmi_me.h;h=4698b460f29a2b2ecd1c502f3ea68e45af544687;hb=a19f5279b32973dfc28ae084a8b7d20ae6aaac97;hp=f1152455c25af3b94a62e8b7234c55ee69dd6970;hpb=411f77604de585b8b00e76ce39dab96e530193e5;p=simantics%2Ffmil.git diff --git a/org.simantics.fmil.core/native/FMUSimulator/include/fmi_me.h b/org.simantics.fmil.core/native/FMUSimulator/include/fmi_me.h index f115245..4698b46 100644 --- a/org.simantics.fmil.core/native/FMUSimulator/include/fmi_me.h +++ b/org.simantics.fmil.core/native/FMUSimulator/include/fmi_me.h @@ -9,7 +9,6 @@ #ifndef FMI_ME_H #define FMI_ME_H -#include #include "fmiModelFunctions.h" #include "xml_parser.h" @@ -42,7 +41,7 @@ typedef fmiStatus (*fTerminate) (fmiComponent c); typedef struct { ModelDescription* modelDescription; - HANDLE dllHandle; + void* dllHandle; fGetModelTypesPlatform getModelTypesPlatform; fGetVersion getVersion; fInstantiateModel instantiateModel;