OSDN Git Service

Redo the filters based on assumptions discussed in mingw-dvlpr list.
authorEarnie Boyd <earnie@users.sourceforge.net>
Thu, 20 Sep 2012 13:06:04 +0000 (09:06 -0400)
committerEarnie Boyd <earnie@users.sourceforge.net>
Thu, 20 Sep 2012 13:06:04 +0000 (09:06 -0400)
commit9e7428cac4bfcdbd0018635220f13ea225674fc7
tree3b8d2c7885bec41c41139ba5ff24018bae3da7fe
parent66fd95c73404ecd59e84ac01a7b772e33e5e1fff
Redo the filters based on assumptions discussed in mingw-dvlpr list.

* include/_mingw.h: Remove default setting of __MSVCRT_VERSION__ since
it is no longer used.
* include/commdlg.h (PRINTDLGEX): Move to below definition of struct.
(PrintDlgEx): Move to below function declaration.
* include/ctype.h: Add FIXME.
* include/lmcons.h: Correct filter syntax.
* include/ras.h: Move definitions and declarations based on dependencies
of definition order.
* include/rpcdce.h: Add comments and remove unintentional filter for
UNICODE.
* include/sys/stat.h: Remove __MSVCRT_VERSION__ filters.
* include/sys/timeb.h: Remove FIXME.
* include/sys/utime.h: Ditto.
* include/sys/types.h: Clean code for defining time_t and
_TIME_T_DEFINED.
* include/winbase.h: Correct comment from RC_DEFINED to RC_INVOKED.
Add RC_INVOKED guards for SetThreadExecutionState and OpenThread.
(EXECUTION_STATE): Move definition to the _WIN32_WINNT_WIN98 guard.
* tests/Makefile.in (CFLAGS): Add -DNTDDI_VERSION=0x06010000 to get rid
of warnings and for maximum coverage of tests.
15 files changed:
ChangeLog
include/_mingw.h
include/commdlg.h
include/ctype.h
include/lmcons.h
include/ras.h
include/rpcdce.h
include/sys/stat.h
include/sys/timeb.h
include/sys/types.h
include/sys/utime.h
include/winbase.h
include/winsock.h
tests/Makefile.in
tests/headers/directx.c