Skip to content

Commit

Permalink
- bugfix mscv
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10403 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Jens Frenkel committed Nov 10, 2011
1 parent 1a75e6d commit a9d22fb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions SimulationRuntime/c/ModelicaExternalC/tables.cpp
Expand Up @@ -45,8 +45,7 @@
#include "tables.h"

#ifdef _MSC_VER
#define fmin min
#define fmax max
#include "omc_msvc.h"
#endif

//extern char *model_dir; // defined somewhere else (where?)
Expand Down

0 comments on commit a9d22fb

Please sign in to comment.