OSDN Git Service

Redo the filters based on assumptions discussed in mingw-dvlpr list.
authorEarnie Boyd <earnie@users.sourceforge.net>
Thu, 13 Sep 2012 20:50:21 +0000 (16:50 -0400)
committerEarnie Boyd <earnie@users.sourceforge.net>
Thu, 13 Sep 2012 20:50:21 +0000 (16:50 -0400)
commit686b9d21aa238718dc3c8073a4e768522a3d153d
tree4dd8618d999d1eada2318a61d02580e7649e4480
parent9313d16b81162e4d6f58aa5b4a08d16dbcbccdb6
Redo the filters based on assumptions discussed in mingw-dvlpr list.

* include/rapi.h (_mingw.h): Include.
* include/raserror.h: Ditto.
* include/rassapi.h: Ditto.
* include/regstr.h: Ditto.
* include/richole.h: Ditto.
* include/rpc.h: Ditto.
* include/rpcndr.h: Ditto.
* include/rpcnsip.h: Ditto.
* include/rpcnterr.h: Ditto.
* include/rpcproxy.h: Ditto.
* include/schannel.h: Ditto.
* include/schnlsp.h: Ditto.
* include/scrnsave.h: Ditto.
* include/security.h: Ditto.
* include/servprov.h: Ditto.

* include/search.h (_mingw.h): Remove comment and move to top of file.
* include/setjmp.h: Ditto.
* include/share.h: Ditto.

* include/rasdlg.h (_mingw.h): Include.
(UNICODE): Use __AW() macro for mapping non-specific symbols.
* include/richedit.h: Ditto.
* include/rpcdce2.h: Ditto.
* include/rpcdcep.h: Ditto.
* include/rpcnsi.h: Ditto.
* include/setupapi.h: Ditto.

* include/reason.h (_mingw.h): Include.
(_WIN32_WINNT): Use MACRO constant for comparison instead of integer
and move filters to the end of the file.
* include/routprot.h: Ditto.

* include/shellapi.h (_mingw.h): Include.
(_WIN32_WINNT): Use MACRO constant for comparison instead of integer.
(UNICODE): Use __AW() macro for mapping non-specific symbols.

* include/shldisp.h (_mingw.h): Include.
(_WIN32_WINNT): Use MACRO constant for comparison instead of integer.

* include/rpcdce.h (_mingw.h): Include.
(UNICODE): Use __AW() macro for mapping non-specific symbols.
(_WIN32_WINNT): Use MACRO constant for comparison instead of integer
and move filters to the end of the file.
* include/rtutils.h: Ditto.
* include/sddl.h: Ditto.
* include/secext.h: Ditto.
* include/shlguid.h: Ditto.

* include/ras.h (_mingw.h): Include.
(UNICODE): Use __AW() macro for mapping non-specific symbols.
(WINVER): Use _WIN32_WINNT instead.
(_WIN32_WINNT): Use MACRO constant for comparison instead of integer
and move filters to the end of the file.

* include/shlobj.h (_mingw.h): Include.
(UNICODE): Use __AW() macro for mapping non-specific symbols.
(_WIN32_WINNT): Use MACRO constant for comparison instead of integer
and move filters to the end of the file.
(_WIN32_IE): Move filters to the end of the file.

* include/sdkddkver.h (_WIN32_WINNT_WIN4E): Add new symbol.
(_mingw.h): Document to not include the file since _mingw.h includes
this file.

* TODO: Add entries.

* NOTES: New file.
39 files changed:
ChangeLog
NOTES [new file with mode: 0644]
TODO
include/rapi.h
include/ras.h
include/rasdlg.h
include/raserror.h
include/rassapi.h
include/reason.h
include/regstr.h
include/richedit.h
include/richole.h
include/routprot.h
include/rpc.h
include/rpcdce.h
include/rpcdce2.h
include/rpcdcep.h
include/rpcndr.h
include/rpcnsi.h
include/rpcnsip.h
include/rpcnterr.h
include/rpcproxy.h
include/rtutils.h
include/schannel.h
include/schnlsp.h
include/scrnsave.h
include/sddl.h
include/sdkddkver.h
include/search.h
include/secext.h
include/security.h
include/servprov.h
include/setjmp.h
include/setupapi.h
include/share.h
include/shellapi.h
include/shldisp.h
include/shlguid.h
include/shlobj.h