comparison src/syswindows.h @ 4541:0c410b5b387a

Merge.
author Aidan Kehoe <kehoea@parhasard.net>
date Mon, 29 Dec 2008 14:07:32 +0000
parents 112f6ed44299
children c12b646d84ee
comparison
equal deleted inserted replaced
4540:7e01763ea656 4541:0c410b5b387a
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);