Skip to content

Commit

Permalink
- include omc_msvc.h only if we're in the MSVC compiler.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18355 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Nov 29, 2013
1 parent 55d8251 commit 43e3519
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SimulationRuntime/c/util/omc_error.h
Expand Up @@ -33,7 +33,9 @@
#ifndef OMC_ERROR_H
#define OMC_ERROR_H

#if defined(_MSC_VER)
#include "omc_msvc.h"
#endif

#include <setjmp.h>
#include <stdio.h>
Expand Down

0 comments on commit 43e3519

Please sign in to comment.