Skip to content

Commit

Permalink
removed tabs
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12911 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
niklwors committed Sep 13, 2012
1 parent 46a41ff commit 186ab3f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions SimulationRuntime/cpp/Source/Math/Interfaces/OMAPI.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
#endif

#if defined( _WIN32 ) && defined( _MSC_VER )
# 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
# 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
#endif

#if !defined(OMC_API)
Expand Down

0 comments on commit 186ab3f

Please sign in to comment.