Skip to content

Commit

Permalink
Try to fix MinGW compilation
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16913 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Aug 26, 2013
1 parent adde5c1 commit 6d92f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/runtime/getMemorySize.c
Expand Up @@ -7,7 +7,7 @@
* http://creativecommons.org/licenses/by/3.0/deed.en_US
*/

#if defined(_WIN32)
#if defined(_WIN32) || defined(__MINGW32__) || defined(_MSC_VER)
#include <Windows.h>

#elif defined(__unix__) || defined(__unix) || defined(unix) || (defined(__APPLE__) && defined(__MACH__))
Expand Down

0 comments on commit 6d92f1f

Please sign in to comment.