We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46a41ff commit 186ab3fCopy full SHA for 186ab3f
SimulationRuntime/cpp/Source/Math/Interfaces/OMAPI.h
@@ -6,12 +6,12 @@
6
#endif
7
8
#if defined( _WIN32 ) && defined( _MSC_VER )
9
-# if defined OMC_EXPORTS
10
-# define OMC_API __declspec( dllexport )
11
-# else
12
-# define OMC_API __declspec( dllimport )
13
-# pragma warning( disable : 4251 ) // 'identifier' : class 'type' needs to have dll-interface to be used by clients of class 'type2'
14
-# endif
+# if defined OMC_EXPORTS
+# define OMC_API __declspec( dllexport )
+# else
+# define OMC_API __declspec( dllimport )
+# pragma warning( disable : 4251 ) // 'identifier' : class 'type' needs to have dll-interface to be used by clients of class 'type2'
+# endif
15
16
17
#if !defined(OMC_API)
0 commit comments