Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/syswindows.h Mon Sep 15 20:21:47 2003 +0000 +++ b/src/syswindows.h Mon Sep 15 21:19:17 2003 +0000 @@ -488,6 +488,9 @@ typedef LPCDLGTEMPLATE LPCDLGTEMPLATEW; typedef LPCDLGTEMPLATE LPCDLGTEMPLATEA; +#else /* !CYGWIN_HEADERS */ +#define W32API_VER(major,minor) 0 +#define W32API_INSTALLED_VER 0 #endif /* CYGWIN_HEADERS */ /* Not in VC 6 */