| 2007-09-25 Kai Tietz <kai.tietz@onevision.com> |
| |
| * _mingw.h: (USE___UUIDOF): New. |
| * comdef.h: Use USE___UUIDOF for use of __uuidof operator. Also |
| add include of _mingw.h to it. |
| * comdefsp.h: Likewise. |
| * comip.h: Likewise. |
| * comsvcs.h: Likewise. |
| * servprov.h: Likewise. |
| * unknwn.h: Likewise. |
| |
| 2007-09-19 Kai Tietz <kai.tietz@onevision.com> |
| |
| * termio.h: Removed. |
| * termios.h: Likewise. |
| * sys/ttychars.h: Likewise. |
| * sys/termio.h: Likewise. |
| * sys/termios.h: Likewise. |
| |
| 2007-09-11 Kai Tietz <kai.tietz@onevision.com> |
| |
| * stdlib.h: (_sys_errlist): Make default declaration having |
| one element to prevent warning. PR/1792077. |
| |
| 2007-09-10 Kai Tietz <kai.tietz@onevision.com> |
| |
| * _mingw.h: [PR/1782238] size_t not defined for 32bit |
| in _mingw.h. |
| * stdlib.h: [PR/1781605] stdlib.h: 462: min redefined. |
| Additionally do the same thing for the max macro. We assume |
| that the crt version wins by default. |
| |
| 2007-08-24 Kai Tietz <kai.tietz@onevision.com> |
| |
| * include: Removed dead link. |
| * _mingw.h, stddef.h: Prevent warning about double defined ptrdiff_t. |
| |
| 2007-08-23 Professor Brian Ripley <ripley@stats.ox.ac.uk> |
| |
| * math.h: For to use methods from libmingwex.a instead |
| of msvcrt. |
| * wchar.h: Likewise. |
| * wctype.h: Likewise. |
| |
| 2007-08-22 Professor Brian Ripley <ripley@stats.ox.ac.uk> |
| |
| * oleauto.h: Corrected use of NONAMELESSUNION and |
| _FORCENAMELESSUNION. |
| |
| 2007-08-21 Kai Tietz <kai.tietz@onevision.com> |
| |
| * ctype.h: wchar.h: Add isblank () and iswblank (). |
| |
| 2007-08-21 Professor Brian Ripley <ripley@stats.ox.ac.uk> |
| |
| * stdargs.h: Remove spurious extra '#endif' in file. |
| Restore copyright notice. |
| * stdio.h, wchar.h: Define POSIX names for popen, pclose, |
| and pwopen. |
| |
| 2007-08-16 Kai Tietz <kai.tietz@onevision.com> |
| |
| * stdlib.h: Corrected _sys_nerr and _sys_errlist declarations. |
| |
| 2007-08-14 Kai Tietz <kai.tietz@onevision.com> |
| |
| * limits.h: (_CHAR_UNSIGNED): Removed unused define. |
| * locale.h: Likewise. |
| * mfpr?: Removed. |
| * getopt.h: Copyright adjusted to origin. |
| * sys/wstat.inl: Delete unused file. |
| * sys/stat.h: Add inlines. |
| * sys/stat.inl: Remove. |
| * sys/timeb.h: Add inlines. |
| * sys/timeb.inl: Remove. |
| * sys/utime.h: Add inlines. |
| * sys/utime.inl: Remove. |
| * time.h: Add inlines. |
| * wchar.h: Add inline. |
| * wtime.inl: Remove. |
| * time.inl: Remove. |
| |
| 2007-07-25 Kai Tietz <kai.tietz@onevision.com> |
| |
| * _mingw.h, winnt.h: (__CRT_UNALIGNED): New. |
| (UNALIGNED): Use value of __CRT_UNALIGNED. |
| * winuser.h: (MOUSEHOOKSTRUCTEX): Name unnamed |
| argument. |
| * windef.h: (LPCVOID): Use _LPCVOID_DEFINED clause. |
| * objbase.h: (IRpcStubBuffer, IRpcChannelBuffer): Protect |
| by ifndef clause. |
| * objidl.h, imm.h: Fix double type declarations. |
| * limits.h: Added definitions for LONG_LONG_MIN, |
| LONG_LONG_MAX, and ULONG_LONG_MAX. |
| |
| |
| 2007-07-23 Kai Tietz <kai.tietz@onevision.com> |
| |
| * excpt.h: (_EXCEPTION_POINTERS): Forward declared. |
| * winuser.h: (MONITORINFOEXA, MONITORINFOEXW): Add member |
| variable name for making gcc happy. |
| * rpcndr.h: (PFORMAT_STRING): Removed double defintion. |
| (MIDL_STUB_MESSAGE, PMIDL_STUB_MESSAGE): Likewise. |
| (MIDL_SYNTAX_INFO, PMIDL_SYNTAX_INFO): Likewise. |
| * wtypes.h: Unify define of ULONG, USHORT, UCHAR, etc. |
| * winnt.h: Likewise. |
| * windef.h: Likewise. |
| * winsmcrd.h: Likewise. |
| * fci.h: Likewise. |
| * fdi.h: Likewise. |
| * mapidbg.h: Likewise. |
| * mqoai.h: Likewise. |
| * sqltypes.h: Likewise. |
| |
| 2007-07-20 Kai Tietz <kai.tietz@onevision.com> |
| |
| * winbase.h: Removed double definition of ACTCTX. |
| |
| 2007-07-19 NightStrike <nightstrike@gmail.com> |
| |
| * basetsd.h: (Ptr32ToPtr): Removed warning message. |
| |
| 2007-07-18 Kai Tietz <kai.tietz@onevision.com> |
| |
| * assert.h: Corrected _wassert method. |
| * time.h: Corrected _tzname defintion. |
| |
| 2007-07-17 Kai Tietz <kai.tietz@onevision.com> |
| |
| * _mingw.h: Use _CRTIMP as declspec(dllimport) as default. |
| Declare of __CRT_IMPORT as external __inline replacement. |
| |
| 2007-07-15 Kai Tietz <kai.tietz@onevision.com> |
| |
| * Contributed initial header set. |
| |
| |
| Local Variables: |
| version-control: never |
| End: |