commit: Remove the unused PDWORD_PTR typedef from syswindows.h
Aidan Kehoe
kehoea at parhasard.net
Fri Feb 19 04:31:14 EST 2010
changeset: 5033:d2c3bac89ba0
tag: tip
user: Aidan Kehoe <kehoea at parhasard.net>
date: Fri Feb 19 09:30:45 2010 +0000
files: src/ChangeLog src/syswindows.h
description:
Remove the unused PDWORD_PTR typedef from syswindows.h
2010-02-12 Aidan Kehoe <kehoea at parhasard.net>
* 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 <kehoea at parhasard.net>
+
+ * 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 <ben at xemacs.org>
* 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 */
More information about the XEmacs-Patches
mailing list