# HG changeset patch # User Aidan Kehoe # Date 1266571845 0 # Node ID d2c3bac89ba0960b54dd7b137b59b33db4f37abf # Parent 9b80fa04e7d791a8d9564855480a1304f902a36c Remove the unused PDWORD_PTR typedef from syswindows.h 2010-02-12 Aidan Kehoe * syswindows.h: Remove the PDWORD_PTR typedef; it's not used in intl-auto-encap-win32.h , and it breaks the build with Visual C++ 2005 Express Edition and a 2005 copy of the SDK. diff -r 9b80fa04e7d7 -r d2c3bac89ba0 src/ChangeLog --- a/src/ChangeLog Thu Feb 18 19:23:32 2010 -0500 +++ b/src/ChangeLog Fri Feb 19 09:30:45 2010 +0000 @@ -1,3 +1,10 @@ +2010-02-12 Aidan Kehoe + + * syswindows.h: + Remove the PDWORD_PTR typedef; it's not used in + intl-auto-encap-win32.h , and it breaks the build with Visual C++ + 2005 Express Edition and a 2005 copy of the SDK. + 2010-02-10 Ben Wing * text.h: diff -r 9b80fa04e7d7 -r d2c3bac89ba0 src/syswindows.h --- a/src/syswindows.h Thu Feb 18 19:23:32 2010 -0500 +++ b/src/syswindows.h Fri Feb 19 09:30:45 2010 +0000 @@ -572,7 +572,6 @@ and cause problems if we used Cygwin headers to generate intl-auto-encap-win32.[ch]. */ typedef LPCVOID PCVOID; -typedef LPDWORD *PDWORD_PTR; #endif /* CYGWIN_HEADERS */