Changeset be289f9 in OpenModelica


Ignore:
Timestamp:
2016-04-06T07:18:34+02:00 (8 years ago)
Author:
adrpo <adrian.pop@…>
Branches:
Added-citation-metadata, maintenance/v1.14, maintenance/v1.15, maintenance/v1.16, maintenance/v1.17, maintenance/v1.18, maintenance/v1.19, maintenance/v1.20, maintenance/v1.21, maintenance/v1.22, maintenance/v1.23, master, omlib-staging
Children:
fd0af6a1
Parents:
86230f2
Message:

fix windows build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • SimulationRuntime/c/util/omc_msvc.h

    r86230f2 rbe289f9  
    120120
    121121#if (defined(__MINGW32__) || defined(_MSC_VER)) && !defined(OMC_MINIMAL_RUNTIME)
    122 static int RTLD_LAZY=0 __attribute__((unused));
     122static int RTLD_LAZY __attribute__((unused)) = 0;
    123123char* mkdtemp(char *tpl);
    124124void* omc_dlopen(const char *filename, int flag);
Note: See TracChangeset for help on using the changeset viewer.