Mercurial > hg > xemacs-beta
comparison src/syswindows.h @ 5039:f8ae1031c706
merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Sat, 20 Feb 2010 19:04:55 -0600 |
parents | d2c3bac89ba0 |
children | 32e1ae4c1e3a |
comparison
equal
deleted
inserted
replaced
5038:9410323e4b0d | 5039:f8ae1031c706 |
---|---|
570 | 570 |
571 /* Some types that show up in Cygwin headers but not in Visual Studio headers, | 571 /* Some types that show up in Cygwin headers but not in Visual Studio headers, |
572 and cause problems if we used Cygwin headers to generate | 572 and cause problems if we used Cygwin headers to generate |
573 intl-auto-encap-win32.[ch]. */ | 573 intl-auto-encap-win32.[ch]. */ |
574 typedef LPCVOID PCVOID; | 574 typedef LPCVOID PCVOID; |
575 typedef LPDWORD *PDWORD_PTR; | |
576 | 575 |
577 #endif /* CYGWIN_HEADERS */ | 576 #endif /* CYGWIN_HEADERS */ |
578 | 577 |
579 /* Not in VC 6 */ | 578 /* Not in VC 6 */ |
580 #ifndef BIF_NEWDIALOGSTYLE | 579 #ifndef BIF_NEWDIALOGSTYLE |