diff --git a/include/ChangeLog b/include/ChangeLog index 1b5339f7..7822b2ec 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,9 @@ +2005-06-27 Marcel Telka + + * win32/stdint.h: File renamed and moved ... + * stdint/stdint-win32.h: ... here. + * Makefile.am (noinst_HEADERS): Changed filename of stdint.h for win32. + 2005-06-27 Marcel Telka * configure.ac: Fixed Hitachi Workbench detection. diff --git a/include/Makefile.am b/include/Makefile.am index 56587582..810d8969 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -116,7 +116,7 @@ nobase_openwinceinc_HEADERS = \ std/mic.h noinst_HEADERS = \ - win32/stdint.h + stdint/stdint-win32.h nodist_openwinceinc_HEADERS = \ owce-stdint.h diff --git a/include/NEWS b/include/NEWS index a57c7781..11215047 100644 --- a/include/NEWS +++ b/include/NEWS @@ -7,7 +7,8 @@ include-0.3.3: * Added Renesas SH7750 CCN registers. * Added Hitiachi HD64461 registers. * Added more manufacturer entries into Manufacturer's Identification Code database. - * Ported uintptr_t type in win32/stdint.h to old Windows SDK. + * Changes in stdint.h support: + - Ported uintptr_t type to old Windows SDK (win32). * Changes in brux common headers: - Added new parameter (adr) for detectflash function * Added support for Hitachi Workbench. diff --git a/include/win32/stdint.h b/include/stdint/stdint-win32.h similarity index 100% rename from include/win32/stdint.h rename to include/stdint/stdint-win32.h