Mercurial > hg > xemacs-beta
comparison src/syswindows.h @ 1685:29c45c1b64f3
[xemacs-hg @ 2003-09-15 21:19:11 by james]
Quiet compiler warnings on Cygwin.
author | james |
---|---|
date | Mon, 15 Sep 2003 21:19:17 +0000 |
parents | 74353ce403ce |
children | 543769b89fed |
comparison
equal
deleted
inserted
replaced
1684:fba0799e2d79 | 1685:29c45c1b64f3 |
---|---|
486 #endif | 486 #endif |
487 | 487 |
488 typedef LPCDLGTEMPLATE LPCDLGTEMPLATEW; | 488 typedef LPCDLGTEMPLATE LPCDLGTEMPLATEW; |
489 typedef LPCDLGTEMPLATE LPCDLGTEMPLATEA; | 489 typedef LPCDLGTEMPLATE LPCDLGTEMPLATEA; |
490 | 490 |
491 #else /* !CYGWIN_HEADERS */ | |
492 #define W32API_VER(major,minor) 0 | |
493 #define W32API_INSTALLED_VER 0 | |
491 #endif /* CYGWIN_HEADERS */ | 494 #endif /* CYGWIN_HEADERS */ |
492 | 495 |
493 /* Not in VC 6 */ | 496 /* Not in VC 6 */ |
494 #ifndef BIF_NEWDIALOGSTYLE | 497 #ifndef BIF_NEWDIALOGSTYLE |
495 #define BIF_NEWDIALOGSTYLE 64 | 498 #define BIF_NEWDIALOGSTYLE 64 |