• Fabrice Popineau's avatar
    Fix compilation problems with 64-bit MSVC compiler. · c7b36b95
    Fabrice Popineau authored
     src/w32fns.c: Remove prototype of atof.
     (syspage_mask): Declared DWORD_PTR, for compatibility with 64-bit
     builds.
     (file_dialog_callback): Declared UINT_PTR.
     src/w32common.h (syspage_mask): Declare DWORD_PTR, for compatibility
     with 64-bit builds.
     src/w32.c (FILE_DEVICE_FILE_SYSTEM, METHOD_BUFFERED)
     (FILE_ANY_ACCESS, CTL_CODE) [_MSC_VER]: Define only if not already
     defined.
    c7b36b95
w32common.h 1.62 KB