comparison dwcompat.h @ 1864:3816d76835e9

Some more MinGW build fixes.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 07 Mar 2013 20:17:24 +0000
parents 02a23143334c
children cb5f9aa9aebb
comparison
equal deleted inserted replaced
1863:0656c716dc9f 1864:3816d76835e9
417 char * API locale_string(char *default_text, int message); 417 char * API locale_string(char *default_text, int message);
418 void API nice_strformat(char *dest, long double val, int dec); 418 void API nice_strformat(char *dest, long double val, int dec);
419 void API initdir(int argc, char *argv[]); 419 void API initdir(int argc, char *argv[]);
420 int API setpath(char *path); 420 int API setpath(char *path);
421 421
422 #ifdef __MINGW32__ 422 #endif
423 # undef API
424 # define API APIENTRY
425 #endif
426
427 #endif