summaryrefslogtreecommitdiffstats
path: root/winsup/w32api
Commit message (Collapse)AuthorAgeFilesLines
* * include/shlobj.h (BFFM_VALIDATEFAILED[AW]): Add defines.Danny Smith2002-07-242-2/+20
| | | | (BFFM_SETSTATUSTEXT, BFFM_SETSELECTION): UNICODE them.
* 2002-07-25 Mattia Barbon <mbarbon@dsi.unive.it>Danny Smith2002-07-243-1/+10
| | | | | * include/commctrl.h: Avoid redefinition of CDN_FIRST/LAST. * include/commdlg.h: Likewise.
* * include/oleauto.h (V_UNION): Correct definition for case ofDanny Smith2002-07-232-3/+10
| | | | | NONAMELESSUNION: (V_VT): Likewise.
* * include/oleauto.h (V_BOOL): Define in terms of boolVal,Danny Smith2002-07-232-4/+5
| | | | not bool, for C as well as C++.
* 2002-07-22 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith2002-07-224-0/+1017
| | | | | | | | * 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-21 Bart Oldeman <bart.oldeman@btinternet.com>Danny Smith2002-07-214-3/+12
| | | | | | | | | * 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-20 Casper S. Hornstrup <chorns@users.sourceforge.net>Danny Smith2002-07-203-2/+19
| | | | | | | | | | | * 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-17 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith2002-07-173-47/+57
| | | | | | | | | | * 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-17 Bart Oldeman <bart.oldeman@btinternet.com> Danny Smith2002-07-176-5/+95
| | | | | | | | | | | | | | | | | | | | * 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.
* Merge changes from MinGWEarnie Boyd2002-07-094-0/+14
|
* * lib/ntdll.def: Remove \r.Earnie Boyd2002-07-091-283/+283
|
* Let RPC API work with or without windows.h.Danny Smith2002-07-043-3/+15
| | | | | | | * include/rpc.h: Conditionally include <windows.h> before header guard. * include/wtypes.h: Include <rpc.h> and <rpcndr.h> before header guard.
* 2002-07-02 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith2002-07-022-5/+45
| | | | | | | | | | | | | | | | | | * include/commctrl.h (WC_*): Remove some duplicate defines. 2002-07-02 Ken Fitlike <kenfitlike@hotmail.com> * include/commctrl.h (WC_IPADDRESS[AW]): Add defines and UNICODE mappings. (IPM*): Add defines. (IPN_*): Add defines. (NMIPADDRESS): Add structure and typedefs. (MAKEIPADDRESS): Add macro. (MAKEIPRANGE): Add macro. (FIRST_IPADDRESS): Add macro. (SECOND_IPADDRESS): Add macro. (THIRD_IPADDRESS): Add macro. (FOURTH_IPADDRESS): Add macro.
* Delete extraneous comment from my previous change.Conrad Scott2002-06-271-1/+1
|
* * include/winbase.h (FILE_FLAG_FIRST_PIPE_INSTANCE): Add constant.Conrad Scott2002-06-252-0/+7
|
* 2002-06-26 Casper S. Hornstrup <chorns@users.sourceforge.net>Danny Smith2002-06-253-6/+38
| | | | | | | | | | | | | * include/winbase.h (WINBASEAPI): Don't define if prior definition. * include/winioctl.h (PARTITION_FAT32, PARTITION_FAT32_XINT13, PARTITION_XINT13, PARTITION_XINT13_EXTENDED, PARTITION_LDM, PARTITION_UNIX): Add defines. (PDRIVE_LAYOUT_INFORMATION): Add typedef. (IsRecognizedPartition): Also check for PARTITION_FAT32, PARTITION_FAT32_XINT13 and PARTITION_XINT13. (IsContainerPartition): Add macro.
* 2002-06-25 Ken Fitlike <kenfitlike@hotmail.com>Danny Smith2002-06-252-1/+133
| | | | | | | | | | | * include/commctrl.h: (CBEIF_*): Add defines. (CBEN_*): Add defines and UNICODE mappings (WC_COMBOBOXEX[AW]): Add defines and UNICODE mappings. (CBEMAXSTRLEN): Add define. (COMBOBOXEXITEM[AW]): Add structures and typedefs. (NMCOMBOBOXEX[AW]): Add structures and typedefs. (NMCBEDRAGBEGIN[AW]): Add structure and typedefs. (NMCBEENDEDIT[AW]): Add structure and typedefs.
* * include/objidl.h (struct tagPROPVARIANT): Kill obsoleteDanny Smith2002-06-242-1/+8
| | | | union member _VARIANT_BOOL bool.
* * include/winioctl.h (FILE_SPECIAL_ACCESS): Add define.Danny Smith2002-06-242-0/+5
|
* 2002-06-24 Casper S. Hornstrup <chorns@users.sourceforge.net>Danny Smith2002-06-243-7/+36
| | | | | | | | | | | | | * include/winnt.h (PCCHAR, FCHAR, FSHORT, FLONG, PLUID_AND_ATTRIBUTES,PSECURITY_IMPERSONATION_LEVEL, PSID_AND_ATTRIBUTES, PTOKEN_TYPE, PTOKEN_STATISTICS): Add typedefs. (CCHAR): Correct typedef. (PROCESS_SET_SESSIONID, SECURITY_*,SECTION_MAP_EXECUTE): Add defines. * README.w32api: Correct spelling error.
* 2002-06-19 Casper S. Hornstrup <chorns@users.sourceforge.net>Danny Smith2002-06-192-26/+97
| | | | | | | | | | | | | | | | | * include/winuser.h (FLASHW_*,INPUT_MOUSE,INPUT_KEYBOARD, INPUT_HARDWARE): Add defines. (HDEVNOTIFY): Add typedef. (FLASHWINFO,tagMOUSEMOVEPOINT,tagMOUSEINPUT,tagKEYBDINPUT, tagHARDWAREINPUT,tagINPUT,tagGUITHREADINFO): Define structs and typedefs. (CreateDesktop[AW],CreateMDIWindow[AW],GetClassInfo[AW], GetClassInfoEx[AW],GetKeyboardLayoutList, MessageBoxIndirect[AW],MsgWaitForMultipleObjects, MsgWaitForMultipleObjectsEx, RegisterClass[AW], RegisterClassEx[AW]): Correct prototypes. Remove duplicate ChangeLog entry of 2001-12-07
* 2002-06-19 Casper S. Hornstrup <chorns@users.sourceforge.net>Danny Smith2002-06-199-31/+86
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * include/ddeml.h (DdeCreateStringHandle{AW]:Correct prototypes. * include/winsvc.h (StartServiceW): Correct prototype. * include/winbase.h (BackupRead,BackupSeek,BackupWrite, FileTimeToLocalFileTime, GetAce,GetPrivateProfileStruct[AW], GetTickCount,InterlockedExchangeAdd, WritePrivateProfileStruct[AW]: Correct prototypes. (GetEnvironmentStrings): Correct mapping to GetEnvironmentStringsA. * include/winver.h (VerQueryValueA,VerQueryValueW): Correct prototypes. * include/wincon.h (CreateConsoleScreenBuffer): Correct prototype. * include/winreg.h (RegQueryMultipleValues[AW], RegQueryValueEx[AW]):Correct prototypes. * include/wingdi.h (PXFORM, PLOGBRUSH, PLOGPEN, PPOLYTEXTA, PPOLYTEXTW): Add typedefs. (_DESIGNVECTOR,COLOR16, _TRIVERTEX, _DISPLAY_DEVICE): Add structures and typedefs. (MM_MAX_NUMAXES): Add define. (EnumFontsW,GetEnhMetaFilePixelFormat,wglGetLayerPaletteEntries): Correct prototypes. * include/winerror.h (RPC_X_INVALID_PIPE_OBJECT, RPC_X_WRONG_PIPE_ORDER,RPC_X_WRONG_PIPE_VERSION, RPC_S_SEND_INCOMPLETE): Add defines.
* 2002-06-17 Casper S. Hornstrup <chorns@users.sourceforge.net>Danny Smith2002-06-172-0/+12
| | | | | * include/windef.h (_fastcall, __fastcall, FASTCALL): Add defines.
* * include/ntdll.h: New file.Egor Duda2002-06-163-0/+21
| | | | * lib/ntdll.def: Add NtShutdownSystem.
* 2002-06-16 Steven Edwards <Steven_Ed4153@yahoo.com>Danny Smith2002-06-163-0/+288
| | | | | * lib/dinput.def (DirectInputCreateEx): Add stub. * lib/ntdll.def: New file.
* * include/w32api.h: Change to version 2.0 to reflect the changeEarnie Boyd2002-06-144-20/+29
| | | | | | | | | in the license. * README: Renamed. * README.w32api: Renamed from README. Modified license to remove the restriction of notifying the author based on the fact that the author is unreachable at the notified address. * Makefile.in (VERSION): Change to 2.0.
* * Makefile.in (bindist): Correct the MinGW distribution.Earnie Boyd2002-06-142-1/+8
|
* * include/wingdi.h (GetEnhMetaFileBits): Correct typo.Earnie Boyd2002-06-142-2/+6
|
* * include/wingdi.h: (GetEnhMetaFileBits): Define prototype.Earnie Boyd2002-06-132-0/+2
|
* * include/winuser.h (MOUSEHOOKSTRUCT): Define structure.Earnie Boyd2002-06-132-0/+10
|
* 2002-06-13 John K. Hohm <jhohm@acm.org>Danny Smith2002-06-133-0/+180
| | | | * include/comcat.h: New file.
* 2002-06-09 Gunnar Degnbol <gdegnbol@users.sourceforge.net>Danny Smith2002-06-092-0/+23
| | | | | * include/richedit.h (EM_*, TM_*, GT_*): Add new defines. (GETTEXTEX): Add structure definition.
* * include/windows.h (ole2.h): #include if !__OBJC__ andDanny Smith2002-06-092-0/+10
| | | | __GNUC__ >=3 and !WIN32_LEAN_AND_MEAN.
* 2002-06-07 Gunnar Degnbol <gdegnbol@users.sourceforge.net>Danny Smith2002-06-072-32/+36
| | | | * include/mapi.h: Change LPTSTR to LPSTR throughout.
* * include/winnt.h (PACE_HEADER, PACCESS_ALLOWED_ACE,Danny Smith2002-06-042-3/+8
| | | | PACCESS_DENIED_ACE): Add typedefs.
* * lib/thunk32.def (LIBRARY): Change to KERNEL32.dll.Danny Smith2002-06-023-1/+10
| | | | * lib/kernel32.def (ConvertToGlobalHandle): Add stub.
* * include/windef.h: Fix typo in last change.Danny Smith2002-06-012-1/+5
|
* * include/windef.h: Add no-op __try, __except, __finallyDanny Smith2002-06-014-21/+21
| | | | | | defines from ... * include/excpt.h: Remove file. * include/windows.h: Don't include excpt.h.
* * include/ntdef.h (ANSI_STRING, PANSI_STRING, OEM_STRING, POEM_STRING):Corinna Vinschen2002-05-302-0/+9
| | | | Add missing typedefs.
* * include/w32api.h: Increment version to 1.5Earnie Boyd2002-05-283-4/+9
| | | | * Makefile.in: Ditto.
* Merging MinGW changesEarnie Boyd2002-05-282-1/+6
|
* 2002-05-27 Ren� M�ller Fonseca <fonseca@users.sourceforge.net>Danny Smith2002-05-272-7/+16
| | | | | | | * include/winreg.h: (RegConnectRegistry[AW]): Replace LP[W]STR with LPC[W]STR. (REG_QWORD, REG_QWORD_LITTLE_ENDIAN): Add defines. Clean up whitespace.
* 2002-05-27 Rick Rankin <rick_rankin@yahoo.com>Danny Smith2002-05-272-0/+7
| | | | * include/winnls.h: Add #define for LOCALE_RETURN_NUMBER.
* * Makefile.in: Increment VERSION to 1.4.Earnie Boyd2002-05-212-2/+9
| | | | | (conf_prefix): New variable. (bindist): Modify target to use $(conf_prefix).
* 2002-05-20 Philip Aston <philipa@mail.com>Danny Smith2002-05-202-1/+5
| | | | * include/pbt.h (PBT_APMRESUMESUSPEND): Correct value is 7.
* 2002-05-20 Ren� M�ller Fonseca <fonseca@users.sourceforge.net>Danny Smith2002-05-202-43/+49
| | | | | | * include/lmaccess.h: (NetAccess*, NetGroup*, NetLocalGroup*, NetUser*, NetGet*, INetLogonControl[2], NetQueryDisplayInfotmationIndex): Replace LPWSTR with LPCWSTR.
* * include/commctrl.h (ImageList_DragShowNolock): RemoveDanny Smith2002-05-072-1/+5
| | | | conflicting redeclaration.
* * include/windows.h: Move _ANONYMOUS_UNION, _ANONYMOUS_STRUCT,Danny Smith2002-05-063-59/+65
| | | | | | | STRICT and related defines to ... * include/windef.h: Here. ChangeLog: Correct date and typo in last entry.
* * include/winsock2.h (int32): Remove typedef.Danny Smith2002-05-032-10/+26
| | | | | | (SEVICETYPE): Add typedef. (struct _flowspec):Revise struct definition, Comment on types used for members.
* * include/winnt.h (EVENT_*, SEMAPHORE_*, MUTEX_*): RemoveDanny Smith2002-05-023-7/+7
| | | | | more defines added in earlier 2002-05-02 change. * lib/Makefile.in (TEST_OPTIONS): Add -Wsystem-headers flag.