Skip to content

Commit

Permalink
- fix windows compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
adrpo committed May 18, 2015
1 parent 6d49a94 commit 27df1e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SimulationRuntime/c/util/modelica_string.h
Expand Up @@ -32,6 +32,7 @@
#define MODELICA_STRING_H_

#include "openmodelica.h"
#include <stdarg.h>

#define stringCompare(x,y) mmc_stringCompare(x,y)
#define stringEqual(x,y) (MMC_STRLEN(x) == MMC_STRLEN(y) && !stringCompare(x,y))
Expand Down

0 comments on commit 27df1e5

Please sign in to comment.