Mercurial > hg > xemacs-beta
comparison src/event-msw.c @ 434:9d177e8d4150 r21-2-25
Import from CVS: tag r21-2-25
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:30:53 +0200 |
parents | a5df635868b2 |
children | 84b14dcb0985 |
comparison
equal
deleted
inserted
replaced
433:892ca416f0fb | 434:9d177e8d4150 |
---|---|
71 typedef unsigned int SOCKET; | 71 typedef unsigned int SOCKET; |
72 #endif | 72 #endif |
73 #include <io.h> | 73 #include <io.h> |
74 #include <errno.h> | 74 #include <errno.h> |
75 | 75 |
76 #if defined (__CYGWIN32__) && !defined (CYGWIN_VERSION_DLL_MAJOR) | 76 #if defined (__CYGWIN32__) && (CYGWIN_VERSION_DLL_MAJOR < 20) |
77 typedef NMHDR *LPNMHDR; | 77 typedef NMHDR *LPNMHDR; |
78 #endif | 78 #endif |
79 | 79 |
80 #ifdef HAVE_MENUBARS | 80 #ifdef HAVE_MENUBARS |
81 #define ADJR_MENUFLAG TRUE | 81 #define ADJR_MENUFLAG TRUE |