Skip to content

Commit

Permalink
- properly include omc_msvc.h on all paths so we have OMC_INLINE defi…
Browse files Browse the repository at this point in the history
…ned!

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19968 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Apr 3, 2014
1 parent a8438dc commit 16192f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimulationRuntime/c/util/rtclock.c
Expand Up @@ -34,10 +34,10 @@
#include <limits.h>
#include <string.h>
#include <gc.h>
#include "omc_msvc.h"

#if defined(__MINGW32__) || defined(_MSC_VER)
#include <windows.h>
#include "omc_msvc.h"
#if defined(_MSC_VER)
#include <intrin.h>
#endif
Expand Down

0 comments on commit 16192f6

Please sign in to comment.