Changes between Version 12 and Version 13 of BuildingWithMinGW


Ignore:
Timestamp:
Jan 9, 2011, 4:34:51 AM (13 years ago)
Author:
Ari Jolma
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingWithMinGW

    v12 v13  
    6565'''Wide functions (UTF8 filenames)'''
    6666
    67 Currently you need to manually define {{{__MSVCRT_VERSION__=0x0601}}} to get wide function support that's built into cpl_vsil_win32.cpp for example in CFLAGS in GDALmake.opt.
     67Currently you need to manually define {{{__MSVCRT_VERSION__=0x0601}}} to get wide function support that's built into cpl_vsil_win32.cpp for example in top of GDALmake.opt:
     68
     69{{{
     70USER_DEFS       = -D__MSVCRT_VERSION__=0x0601
     71}}}
    6872
    6973'''Misc:'''