Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-09-192002-09-18 Eric R. Krause <ekrause_98@users.sourceforge.net>Danny Smith
* include/winuser.h (DS_SHELLFONT): Define.
2002-09-182002-09-17 Daniel Schlyder <daniel@dascdev.net>Danny Smith
* include/winnt.h (VER_SUITE_BLADE): Define.
2002-09-17 * include/shlobj.h (SHGetSpecialFolderPath[AW]): Add _WIN32_IE guard.Danny Smith
Correct prototype for wide version. (SHGetFolderPath): Add comment on shfolder.dll library. (SHGetFolderLocation): Add prototyope for WinME and W2K. (SHGetFolderPathAndSubDir[AW]): Add prototypes for XP.
2002-09-16 * lib/shell32.def (SHGetFolderPath[AW]): Add comment.Danny Smith
* lib/shfolder.def: New file.
2002-09-12 * include/winsock.h (timeval): Guard struct and associatedDanny Smith
macros with _TIMEVAL_DEFINED. * include/winsock2.h (timeval): Likewise.
2002-09-11 * lib/shell32.def: Add missing stubs.Danny Smith
2002-09-07 * include/windef.h (WINVER): Add documentation.Earnie Boyd
(_WIN32_WINNT): Ditto. Special thanks to Paul Schmidt <paul@tricattechnologies.com>
2002-09-06 * lib/Makefile.in (TEST_OPTIONS): Define WINVER to 0x0666.Danny Smith
2002-09-052002-09-04 Kevin Chase <kevincha99@hotmail.com>Danny Smith
* include/winbase.h (AllocateUserPhysicalPages, MapUserPhysicalPages, MapUserPhysicalPagesScatter, FreeUserPhysicalPages): Add prototypes. * lib/kernel32.def: Add function stubs for above.
2002-09-042002-09-03 Ren� M�ller Fonseca <fonseca@users.sourceforge.net>Danny Smith
* include/winuser.h (IDTRYAGAIN,IDCONTINUE): Add defines. Add WINVER guards for dialog box command id defines.
2002-09-03 * include/wincon.h (GetConsoleWindow): Add _WIN32_WINNT >= 0x0500 guard.Earnie Boyd
2002-08-30* include/wincon.h: Define GetConsoleWindow(void).Christopher Faylor
2002-08-29 * include/w32api.h: Increment version to 2.1.Earnie Boyd
* Makefile.in: Ditto.
2002-08-272002-08-26 Bart Oldeman <bart.oldeman@btinternet.com>Danny Smith
* include/winsock2.h (SOCKET_ADDRESS): Define if __CSADDR_T_DEFINED is not defined (copied from nspapi.h) (CSADDR_INFO): Ditto. (nspapi.h) : Don't include. Removed FIXME comment. * include/nspapi.h (SOCKET_ADDRESS) Only define if __CSADDR_T_DEFINED is not defined. (CSADDR_INFO): Ditto. (BLOB): Added structure and typedef if not already defined. (NS_*): Add defines. (SERVICE_*): Ditto. (SERVICE_ADDRESS): Add structure and typedefs. (SERVICE_ADDRESSES): Ditto. (SERVICE_INFO[AW]): Ditto, and add UNICODE mappings. (LPSERVICE_ASYNC_INFO): Add typedef. (SetService[AW], GetAddressByName[AW]): Add prototypes and UNICODE mappings. * include/wsipx.h: New file. * include/svcguid.h: New file. * lib/test.c: Include wspix.h and svcguid.h.
2002-08-272002-08-26 Casper S. Hornstrup <chorns@users.sourceforge.net>Danny Smith
* include/wsahelp.h: New file. * lib/test.c: Include wsahelp.h.
2002-08-21 * include/commctrl.h (NMCUSTOMDRAW): Fix lItemlParam.Earnie Boyd
Thanks to: "Phil Dempster" <p_dempster@yahoo.co.uk>.
2002-08-20 * include/ws2spi.h: Modify comment about being part ofDanny Smith
mingw32 package. (winsock2.h): Change "" to <>.
2002-08-202002-08-20 Casper S. Hornstrup <chorns@users.sourceforge.net>Danny Smith
* include/ws2spi.h: New file. * lib/test.c: Include ws2spi.h.
2002-08-20 * include/winsock2.h (WSAIsBlocking,WSAUnhookBlockingHook,Danny Smith
WSASetBlockingHook,WSACancelBlockingCall): Expose deprecated functions.
2002-08-17 * include/winuser.h (CURSOR_SHOWING) Add define.Danny Smith
2002-08-17 * include/winerror.h: Cast OLE error codes to HRESULT.Danny Smith
2002-08-15 * include/wincrypt.h (ALG_*): Add defines.Danny Smith
(CALG_*): Ditto. (CRYPT_*): Ditto. (PP_*): Ditto. (PROV_*): Ditto. (PRIVATEKEYBLOB): Add define.
2002-08-14 * include/shlobj.h (SHGetFolderPath): Add define.Earnie Boyd
* lib/shell32.def (SHGetSpecialFolderPath): Add export. (SHGetFolderPath): Ditto.
2002-08-13 * include/commdlg.h: Don't include COM headers if __OBJC__.Danny Smith
2002-08-13 * include/wincrypt.h (CryptDuplicateHash, CryptDuplicateKey):Danny Smith
Add prototypes.
2002-08-132002-08-12 Andriy Palamarchuk <apa3a@yahoo.com>Danny Smith
* include/shellapi.h (FOF_NOERRORUI): Add define.
2002-08-12 * include/objidl.h (IEnumMoniker): Put 'interface' back.Danny Smith
2002-08-11 * include/objidl.h (IEnumMoniker): Correct declaration.Danny Smith
2002-08-09 * include/commctrl.h: Whitespace change.Danny Smith
2002-08-092002-08-09 Mark Schreiber <mark7@users.sourceforge.net>Danny Smith
* include/wincrypt.h (CRYPT_NOHASHOID): Add define. 2002-08-09 Danny Smith <dannysmith@users.sourceforge.net> * include/commctrl.h: Whitespace change.
2002-08-092002-08-09 Lars Munch <lars@segv.dk>Danny Smith
* include/commctrl.h (tagTVHITTESTINFO): Replace obsolete struct name _TVHITTESTINFO and typedefs. Add defines for backward compatability. (ListView_SetExtendedListViewStyleEx): Add macro.
2002-08-05 * include/wingdi.h (AlphaBlend,GradientFill,TransparentBlt):Danny Smith
Add prototypes. * lib/msimg32.def: New file, with stubs for above.
2002-08-04 * winbase.h (AddAccessAllowedAceEx,AddAccessDeniedAceEx,Danny Smith
GetFileSizeEx, SetFilePointerEx): Add prototypes. (EncryptFile[AW], FileEncryptionStatus[AW]): Add prototypes and UNICODE mappings.
2002-08-02 * include/winbase.h (ReadFileScatter, WriteFileGather):Danny Smith
Change second parameter to pointer.
2002-08-01 * include/wininet.h (InternetReadFileEx[AW]). Add prototypes andDanny Smith
UNICODE mapings. * lib/wininet.def: Regenerate.
2002-07-30 * include/windef.h (PVOID, LPVOID): Move typedefs to...Danny Smith
* include/winnt: ...here. (PVOID64): New typeddef. * include/winnt,h (FILE_SEGMENT_ELEMENT): Define union. * include/winbase.h: (ReadFileScatter, WriteFileGather): Add prototypes. * include/winnt,h (PROCESSOR_ARCHITECTURE_*): Add defines. (PROCESSOR_INTEL_IA64): Add define
2002-07-26* include/oleidl.h (MK_ALT): Define.Danny Smith
2002-07-262002-07-26 Mattia Barbon <mbarbon@dsi.unive.it>Danny Smith
* include/exdisp.h: New file. * include/exdispid.h: New file. * include/mshtml.h: New file. * lib/test.c: #include exdisp.h and mshtml.h * lib/uuid.c (CLSID_WebBrowser, DIID_DWebBrowserEvents, DIID_DWebBrowserEvents2, IID_IHTMLDocument, IID_IHTMLDocument2, IID_IHTMLElement, IID_IHTMLSelectionObject, IID_IHTMLTxtRange, IID_IWebBrowser, IID_IWebBrowser2, IID_IWebBrowserApp): New GUIDs. * include/docobj.h: New file. * include/idispids.h: New file. * include/objidl.h (IID_IMoniker): Declare. * include/ocidl.h (READYSTATE): New enum. (IOleInPlaceSiteEx): New interface. * include/olectlid.h (IID_IEnumSTATSTG): New interface identifier. * include/oleidl.h (IOleItemContainer, IOleInPlaceObject, IOleInPlaceSite): New interfaces. * lib/test.c: #include docobj.h,idispids.h,
2002-07-25 * include/shlobj.h (BFFM_VALIDATEFAILED[AW]): Add defines.Danny Smith
(BFFM_SETSTATUSTEXT, BFFM_SETSELECTION): UNICODE them.
2002-07-252002-07-25 Mattia Barbon <mbarbon@dsi.unive.it>Danny Smith
* include/commctrl.h: Avoid redefinition of CDN_FIRST/LAST. * include/commdlg.h: Likewise.
2002-07-24 * include/oleauto.h (V_UNION): Correct definition for case ofDanny Smith
NONAMELESSUNION: (V_VT): Likewise.
2002-07-23 * include/oleauto.h (V_BOOL): Define in terms of boolVal,Danny Smith
not bool, for C as well as C++.
2002-07-222002-07-22 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith
* include/shlwapi.h: New file. Thanks to: Mattia Barbon <mbarbon@dsi.unive.it> and Victor Porton <porton@narod.ru> for contributions. * lib/shlwapi.def: New file. * lib/test.c: #include shlwapi.h.
2002-07-212002-07-21 Bart Oldeman <bart.oldeman@btinternet.com>Danny Smith
* include/shlobj.h (FCIDM_MENU_FAVORITES): Remove bogus character. * include/winsock2.h (struct sockaddr): Use __int64 instead of long long. * include/kernel32.c (GetCurrentFiber, GetFiberData): Watcom does not need external library functions.
2002-07-202002-07-20 Casper S. Hornstrup <chorns@users.sourceforge.net>Danny Smith
* include/winbase.h (GetEnvironmentStringsA): Remove duplicate definition. (Interlocked*): Wrap in #ifndef __INTERLOCKED_DECLARED to avoid compile error when already defined. 2002-07-20 Steven Edwards <Steven_Ed4153@yahoo.com> * include/winuser.h (WM_MENURBUTTONUP): Add define.
2002-07-172002-07-17 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith
* include/commdlg.h: Define CDN_* notification message constants as UINT. 2002-07-17 Mattia Barbon <mbarbon@users.sourceforge.net> * include/commctrl.h: Define notification message constants for NMHDR.code as UINT.
2002-07-172002-07-17 Bart Oldeman <bart.oldeman@btinternet.com> Danny Smith
* include/ddeml.h (MH_*) Add defines. (MONHSZSTRUCT): Add structure and typedefs. (MONLINKSTRUCT): Ditto. (MONCONVSTRUCT): Ditto. (MONCBSTRUCT): Ditto. (MONERRSTRUCT): Ditto. (MONMSGSTRUCT): Ditto. * include/windef.h: Don't define __cdecl or _cdecl for __WATCOM__. Don't define _export or __export for __WATCOM__. * include/windows.h (imm.h): #include. * include/winnt.h (LPEXCEPTION_RECORD): Add typedef. 2002-07-17 Danny Smith <dannysmith@users.sourceforge.net> * include/wtypes.h: Remove duplicate #includes of rhc.h and rpcndr.h.
2002-07-09Merge changes from MinGWEarnie Boyd
2002-07-09 * lib/ntdll.def: Remove \r.Earnie Boyd
2002-07-04 Let RPC API work with or without windows.h.Danny Smith
* include/rpc.h: Conditionally include <windows.h> before header guard. * include/wtypes.h: Include <rpc.h> and <rpcndr.h> before header guard.