Skip to content

Commit 186ab3f

Browse files
committed
removed tabs
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12911 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent 46a41ff commit 186ab3f

File tree

1 file changed

+6
-6
lines changed
  • SimulationRuntime/cpp/Source/Math/Interfaces

1 file changed

+6
-6
lines changed

SimulationRuntime/cpp/Source/Math/Interfaces/OMAPI.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
#endif
77

88
#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
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
1515
#endif
1616

1717
#if !defined(OMC_API)

0 commit comments

Comments
 (0)