Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 16, 2010, 8:31:40 PM (14 years ago)
Author:
landauf
Message:

for some reason MinGW with gcc 4.5 needs some additional _UtilExport keywords
also fixed 2 warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/libraries/core/TclThreadManager.cc

    r6417 r7165  
    621621        const int argc = 2;
    622622        char* argv[argc];
    623         argv[0] = "tclthread";
     623        argv[0] = const_cast<char*>("tclthread");
    624624        argv[1] = const_cast<char*>(file.c_str());
    625625
Note: See TracChangeset for help on using the changeset viewer.