comparison src/syswindows.h @ 4538:112f6ed44299

Allow compilation under Cygwin 1.7
author acs@samwise
date Sat, 27 Dec 2008 21:23:16 -0500
parents 6765f2581182
children c12b646d84ee
comparison
equal deleted inserted replaced
4537:7ca6d57ce12d 4538:112f6ed44299
477 /* Not in VC 6 */ 477 /* Not in VC 6 */
478 #ifndef BIF_NEWDIALOGSTYLE 478 #ifndef BIF_NEWDIALOGSTYLE
479 #define BIF_NEWDIALOGSTYLE 64 479 #define BIF_NEWDIALOGSTYLE 64
480 #endif 480 #endif
481 481
482 #ifdef CYGWIN 482 #if defined (CYGWIN) && (CYGWIN_VERSION_DLL_COMBINED < 190)
483 483
484 /* All but wcscmp and wcslen left out of Cygwin headers -- but present 484 /* All but wcscmp and wcslen left out of Cygwin headers -- but present
485 in /usr/include/mingw/string.h! */ 485 in /usr/include/mingw/string.h! */
486 wchar_t* wcscat (wchar_t*, const wchar_t*); 486 wchar_t* wcscat (wchar_t*, const wchar_t*);
487 wchar_t* wcschr (const wchar_t*, wchar_t); 487 wchar_t* wcschr (const wchar_t*, wchar_t);