ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/config.h.in
(Generate patch)

Comparing gvpe/config.h.in (file contents):
Revision 1.9 by pcg, Fri Mar 18 01:53:05 2005 UTC vs.
Revision 1.10 by pcg, Fri Mar 18 02:32:20 2005 UTC

339typedef int32_t s32; 339typedef int32_t s32;
340#endif 340#endif
341 341
342#endif 342#endif
343 343
344// include clocale first because gettext.h might overwrite setlocale 344#if HAVE_CLOCALE
345#if defined(HAVE_CLOCALE) && defined(__cplusplus) 345# define CLOCALE <clocale>
346# include <clocale>
347#else 346#else
348# include <locale.h> 347# define CLOCALE <locale.h>
349#endif 348#endif
350#include "gettext.h"
351 349

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines