Skip to content

Commit da5a08d

Browse files
committed
- more attempts to fix SimulationRuntime CPP build.
- fix weird includes git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16803 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent 4a49ded commit da5a08d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryConfig.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#define PATH string
77
#include <VxWorksFactory/VxWorksFactory.h>
88

9-
#elif defined(_WIN32) && defined(SIMSTER_BUILD)
9+
#elif defined(SIMSTER_BUILD)
1010

1111

1212
/*Factory includes*/
@@ -31,7 +31,7 @@
3131
#define PATH fs::path
3232

3333
#include <Genericfactory/Factory.h>
34-
#elif defined(_WIN32) && defined(OMC_BUILD)
34+
#elif defined(OMC_BUILD)
3535
/*Factory includes*/
3636
#include "Utils/extension/extension.hpp"
3737
#include "Utils/extension/factory.hpp"
@@ -56,5 +56,5 @@
5656
#include "LibrariesConfig.h"
5757
#include <OMCFactory/OMCFactory.h>
5858
#else
59-
error "operating system not supported"
59+
/* error "operating system not supported" */
6060
#endif

0 commit comments

Comments
 (0)