Mercurial > hg > xemacs-beta
comparison src/syswindows.h @ 5048:32e1ae4c1e3a
merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Sat, 20 Feb 2010 23:34:25 -0600 |
parents | d4f666cda5e6 d2c3bac89ba0 |
children | 3889ef128488 308d34e9f07d |
comparison
equal
deleted
inserted
replaced
5047:07dcc7000bbf | 5048:32e1ae4c1e3a |
---|---|
594 | 594 |
595 /* Some types that show up in Cygwin headers but not in Visual Studio headers, | 595 /* Some types that show up in Cygwin headers but not in Visual Studio headers, |
596 and cause problems if we used Cygwin headers to generate | 596 and cause problems if we used Cygwin headers to generate |
597 intl-auto-encap-win32.[ch]. */ | 597 intl-auto-encap-win32.[ch]. */ |
598 typedef LPCVOID PCVOID; | 598 typedef LPCVOID PCVOID; |
599 typedef LPDWORD *PDWORD_PTR; | |
600 | 599 |
601 #endif /* CYGWIN_HEADERS */ | 600 #endif /* CYGWIN_HEADERS */ |
602 | 601 |
603 /* Not in VC 6 */ | 602 /* Not in VC 6 */ |
604 #ifndef BIF_NEWDIALOGSTYLE | 603 #ifndef BIF_NEWDIALOGSTYLE |