Show
Ignore:
Timestamp:
07/14/09 18:23:57 (15 years ago)
Author:
smidl
Message:

compilation fixes by Karel Vrbensky

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/osutils.cpp

    r408 r415  
    3535void makedir ( string &dirname, bool rewrite ) { 
    3636#ifdef WIN32 
    37         if ( mkdir ( dirname.c_str() ) == -1 )   // Create the directory 
     37        if ( _mkdir ( dirname.c_str() ) == -1 )   // Create the directory 
    3838#else 
    3939        if ( mkdir ( dirname.c_str(), 00755 ) == -1 )   // Create the directory