Skip to content

Commit

Permalink
. Fix Windows build. No langinfo.h for mingw.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12466 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adeas31 committed Aug 10, 2012
1 parent 7a6225e commit f65d900
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Compiler/runtime/systemimpl.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,10 @@ typedef int (*function_t)(type_description*, type_description*);
#else
#include <locale.h>
#include <libintl.h>
#if !defined(__MINGW32__)
#include <langinfo.h>
#endif
#endif

#if defined(__MINGW32__) || defined(_MSC_VER)
#define NOMINMAX
Expand Down

0 comments on commit f65d900

Please sign in to comment.