Skip to content

Commit 323f946

Browse files
committed
- copy omc_msvc.h also to build/include/omc/
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18356 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent 43e3519 commit 323f946

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

SimulationRuntime/c/Makefile.common

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ RUNTIME_HEADERS = $(LIBF2CHEADER) \
5555
./util/modelica.h \
5656
./util/modelica_string.h \
5757
./util/omc_error.h \
58+
./util/omc_msvc.h \
5859
./util/omc_spinlock.h \
5960
./util/read_write.h \
6061
./util/real_array.h \

SimulationRuntime/c/util/omc_error.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@
3333
#ifndef OMC_ERROR_H
3434
#define OMC_ERROR_H
3535

36-
#if defined(_MSC_VER)
3736
#include "omc_msvc.h"
38-
#endif
3937

4038
#include <setjmp.h>
4139
#include <stdio.h>

0 commit comments

Comments
 (0)