summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/lib
Commit message (Collapse)AuthorAgeFilesLines
* 2003-03-16 Toby Malone <malone@users.sourceforge.net>Danny Smith2003-03-171-0/+1
| | | | | * include/winuser.h (SendInput): Add prototype. * lib/user32.def (SendInput): Add stub.
* 2003-03-13 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith2003-03-141-0/+10
| | | | | | | | | | | | * include/ddk/winddk.h (PCUNICODE_STRING): Remove incorrect typedef. 2003-03-13 Bang Jun-Young <junyoung@netbsd.org> * lib/kernel32.def (Module32{First,Next}{,W}): Add missing exports. (Process32{First,Next}{,W}): Ditto. (Thread32{First,Next}): Ditto. * include/ntdef.h (PCUNICODE_STRING): Add typedef.
* * include/winsvc.h (SERVICE_NO_CHANGE): Use hex constant to avoidEarnie Boyd2003-03-111-2/+2
| | | | | | | | warnings. Thanks to Fabricio D. Rossi <gurusoda@users.sf.net>. * Makefile.in (bindist): Correct process. * lib/Makefile.in (install): Ditto. Thanks to Jeff Bonnggren <jbon@users.sf.net>.
* * include/rasdlg.h: New file.Danny Smith2003-03-102-0/+9
| | | | | * lib/rasdlg.def: New file. * lib/test.c: Include rasdlg.h.
* 2003-03-06 Christopher January <chris@atomice.net>Danny Smith2003-03-071-0/+1
| | | | | | | | | | | | * include/winbase.h (FindFirstVolume): Add declaration. (FindNextVolume): Add declaration. (FindVolumeClose): Add declaration. (GetSystemTimes): Add declaration. * include/winnt.h: Add define for PF_XMMI64_INSTRUCTIONS_AVAILABLE. 2003-03-06 Danny Smith <dannysmith@users.sourceforge.net> *lib/kernel32.def (GetSystemTimes): Add stub.
* 2003-02-28 Roland Schwingel <roland.schwingel@onevision.de>Danny Smith2003-02-281-4/+2
| | | | | | | | | | | | Fixup UNICODE thinko in 2003-02-22 patch. * include/wingdi.h (AddFontMemResourceEx): Add. (RemoveFontMemResourceEx): Ditto. (AddFontMemResourceEx[AW]): Remove. (RemoveFontMemResourceEx[AW]): Ditto * lib/gdi32.def: (AddFontResourceEx): Add. (RemoveFontMemResourceEx): Ditto. (AddFontMemResourceEx[AW]): Remove. (RemoveFontResourceEx[AW]): Ditto.
* 2003-02-22 Roland Schwingel <roland.schwingel@onevision.de>Danny Smith2003-02-221-0/+4
| | | | | | | * include/wingdi.h (AddFontMemResourceEx[AW]): Add. (RemoveFontMemResourceEx[AW]): Ditto * lib/gdi32.def (AddFontMemResourceEx[AW]): Add. (RemoveFontMemResourceEx[AW]): Ditto.
* 2003-02-22 Bang Jun-Young <junyoung@netbsd.org>Danny Smith2003-02-221-5/+433
| | | | | * lib/ntdll.def (NT*, RTL*, ZW*): Add missing exports. (NtCurrentTeb): Remove.
* * include/winbase.h (MEMORYSTATUSEX): Add structure.Danny Smith2003-02-221-0/+1
| | | | | (GlobalMemoryStatusEx): Add prototype. * lib/kernel32.def (GlobalMemoryStatusEx): Add stub.
* 2003-02-12 Roland Schwingel <roland.schwingel@onevision.de>Danny Smith2003-02-121-0/+4
| | | | | | | | | * include/wingdi.h (AddFontResourceEx[AW]): Add. (RemoveFontResourceEx[AW]): Ditto (FR_PRIVATE): Define. (FR_NOT_ENUM): Define. * lib/gdi32.def (AddFontResourceEx[AW]): Add. (RemoveFontResourceEx[AW]): Ditto.
* * lib/ddk/ntoskrnl.def (Ke386IoSetAccessProcess): Activate export.Earnie Boyd2003-02-091-3/+3
| | | | | | (Ke386QueryToAccessMap): Ditto. (Ke386SetIoAccessMap): Ditto. Thanks to Marcel Telka <telka@users.sf.net>
* 2003-01-27 Krzysztof Nikiel <kni@poczta.onet.pl>Danny Smith2003-01-271-1/+1
| | | | | | * include/mmsystem.h (MIXERCONTROL_CONTROLF_MULTIPLE): Correct define. * lib/largeint.c (LargeIntegerAdd): Add, don't multiply.
* * lib/ws2_32.def (getaddrinfo, freeaddrinfo and getnameinfo):Danny Smith2003-01-231-0/+3
| | | | | | Add stubs. * include/ws2tcpip.h (IPV6_*) Add IPPROTO_IPV6 level socket options.
* * lib/dxguid.c: Don't #include <objbase.h>.Danny Smith2003-01-081-1/+0
| | | | | * include/unknwn.h: Partially revert change of 2002-12-26. Don't include <ole2.h>.
* 2003-01-08 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith2003-01-081-1/+0
| | | | | | | | | * lib/dinput.c: Don't #include <objbase.h>. 2003-01-08 Bart Oldeman <bartoldeman@users.sourceforge.net> * include/windows.h (ole2.h):Do #include for __WATCOMC__.
* * lib/kernel32.c (GetCurrentFiber): Remove blank input field inDanny Smith2003-01-031-9/+7
| | | | | asm code. (GetFiberData): Likewise.
* 2002-12-30 Hartmut Honisch <hhonisch@users.sourceforge.net>Danny Smith2002-12-301-0/+8
| | | | | | | | | * include/winbase.h (NMPWAIT_WAIT_FOREVER): Cast to DWORD. * lib/ntdll.def (NtConnectPort, NtOpenEvent, NtRequestWaitReplyPort, NtWaitForSingleObject,ZwConnectPort, ZwOpenEvent, ZwRequestWaitReplyPort, ZwWaitForSingleObject): Add stubs.
* 2002-12-26 Dimitri Papadopoulos <dimitri_at@sourceforge.users.net>Danny Smith2002-12-261-0/+1
| | | | | | * include/wingdi.h (BALTIC_CHARSET, JOHAB_CHARSET, VIETNAMESE_CHARSET): Remove duplicate defines. * lib/comctl32.def (ImageList_SetImageCount): Add stub.
* 2002-12-18 James E. Lucas <xelloss@users.sourceforge.net>Danny Smith2002-12-181-0/+1
| | | | | | | | | | | | | * include/winnetwk.h (WNetResourceInformation[AW]): Correct prototypes. * include/winuser.h (GetAncestor) Add prototype. (GA_PARENT, GA_ROOT, GA_ROOTOWNER): Add defines. (EWX_FORCEIFHUNG): Add define for _WIN32_WINNT >= 0x0500. (SPI_GETACTIVEWINDOWTRACKING, SPI_GETACTIVEWNDTRKZORDER, SPI_GETACTIVEWNDTRKTIMEOUT, SPI_SETACTIVEWINDOWTRACKING SPI_SETACTIVEWNDTRKZORDER, SPI_SETACTIVEWNDTRKTIMEOUT): Add defines. * lib/user32.def (GetAncestor@8): Add stub.
* * include/winuser.h (AllowSetForegroundWindow,Danny Smith2002-12-071-0/+2
| | | | | | | | LockSetForegroundWindow) Add prototypes. (ASFW_ANY, LSFW_LOCK, LSFW_UNLOCK) Add defines. Thanks to: Pat Thoyts <patthoyts@users.sourceforge.net> * lib/winuser.def (AllowSetForegroundWindow, LockSetForegroundWindow): Add stubs.
* * lib/Makefile.in (dist, install): Correct the install destinations.Earnie Boyd2002-11-252-13/+20
| | | | * lib/ddk/Makefile.in (dist, install): Ditto.
* * lib/uuid.c (CATID_InternetAware,CLSID_HttpSProtocol,Danny Smith2002-11-161-10/+7
| | | | | | | CLSID_PSUrlMonProxy,CLSID_StdURLMoniker,IID_IObjectWithSite, IID_IPersistMoniker,IID_IProgressNotify): Correct definitions. (CLSID_CFontPropPage00, GUID_FONTUNDERSCORE11, IID_IOleControlSite89): Remove.
* * lib/uuid.c (IID_IRunnableObject): Remove duplicate definition.Christopher Faylor2002-11-151-2/+0
| | | | (IID_IStdMarshalInfo): Ditto.
* * lib/uuid.c (IID_IOleInPlaceSite): Remove duplicate definition.Christopher Faylor2002-11-151-2/+0
| | | | (IID_IPersistStorage): Ditto.
* 2002-11-15 Weiqi Gao <weiqigao@users.sourceforge.net>Danny Smith2002-11-151-11/+11
| | | | | | | | * lib/uuid.c (CLSID_PSClassObject, CLSID_PSEnumerators, IID_IClassActivator, IID_IClientSecurity, IID_ICreateTypeInfo, IID_ICreateTypeLib2, IID_IOleInPlaceSite, IID_IPersistStorage, IID_IRunnableObject, IID_IServerSecurity, IID_IStdMarshalInfo): Correct definitions.
* 2002-11-09 Weiqi Gao <weiqigao@users.sourceforge.net>Danny Smith2002-11-101-1/+1
| | | | * lib/uuid.c (IID_ICatInformation): Correct definition.
* * include/winnt.h (VerSetConditionMask): Add prototype.Danny Smith2002-11-041-0/+2
| | | | * lib/kernel32.def (VerifyVersionInfo[AW]): Add stubs.
* * Makefile.in: Add components for lib/ddk. Adjust for autoconf-2.53.Earnie Boyd2002-10-142-11/+44
| | | | | | | | * configure.in: Ditto. * lib/Makefile.in: Ditto. * lib/ddk/Makefile.in: Correct installation procedure. Adjust for autoconf-2.53. * configure: Regenerate.
* 2002-10-11 Steven Edwards <Steven_Ed4153@yahoo.com>Danny Smith2002-10-111-0/+6
| | | | | | | | | * lib/ntdll.def (RtlAcquireResourceExclusive, RtlAcquireResourceShared, RtlDeleteResource, RtlInitializeResource, RtlReleaseResource, RtlTimeToSecondsSince1970) : Added missing exports. * include/olectl.h (PROPPAGEINFO): Change type of field cb to ULONG.
* 2002-10-08 Heiko Gerdau <hg@technosis.de>Danny Smith2002-10-092-0/+2
| | | | | | | | * include/oleacc.h: New file. * include/winuser.h (ENDSESSION_LOGOFF) Add define. (OBJID_*) Add defines. * lib/uuid.c: Add DEFINE_GUID for IID_IAccessible. * lib/test.c: Include oleacc.h.
* 2002-10-06 Casper Hornstrup <chorns@it.dk>Earnie Boyd2002-10-0616-0/+2983
| | | | | | | | | | | | | | | | | | | | | | | | * include/ddk: New subdir. * lib/ddk: Ditto. * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h, d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, hidusage.h, mcd.h, miniport.h, minitape.h, mountdev.h, mountmgr.h, ndis.h, ndisquid.h, ndistapi.h, ndisvan.h, netevent.h, netpnp.h, netdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h, ntddcdvd.h, ntddchgr.h, ntdddisk.h, ntddk.h, ntddkbd.h, ntddmou.h, ntddndis.h, ntddpar.h, ntddpcm.h, ntddscsi.h, ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h, ntddvdeo.h, ntddvol.h, ntifs.h, ntpoapi.h, ntstatus.h, parallel.h, pfhook.h, poclass.h, scsi.h, scsiscan.h, scsiwmi.h, smbus.h, srb.h, storport.h, tdi.h, tdiinfo.h, tdikrnl.h, tdistat.h, tvout.h, upssvc.h, usb.h, usb100.h, usbcamdi.h, usbdi.h, usbioctl.h, usbiodef.h, usbscan.h, usbuser.h, video.h, videoagp.h, win2k.h, winddi.h, winddk.h, winnt4.h, winxp.h, ws2san.h, xfilter.h): New files. * lib/ddk/(Makefile.in, apcups.def, cfgmgr32.def, dxapi.def, hal.def, hid.def, hidparse.def, mcd.def, ndis.def, ntoskrnl.def, scsiport.def, tdi.def, usbcamd.def, usbcamd2.def, videoprt.def, win32k.def): Ditto.
* 2002-10-04 Steven Edwards <Steven_Ed4153@yahoo.com>Danny Smith2002-10-041-0/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | * lib/ntdll.def (NtAccessCheck, NtAdjustPrivilegesToken, NtCreateKey, NtDeleteKey, NtDeleteValueKey, NtEnumerateKey, NtEnumerateValueKey, NtOpenKey, NtOpenProcessToken, NtOpenThreadToken, NtQueryInformationToken, NtQueryKey, NtQueryValueKey, NtSetSecurityObject, NtSetValueKey, RtlAddAccessAllowedAce, RtlCreateAcl, RtlCreateSecurityDescriptor, RtlCreateUnicodeStringFromAsciiz, RtlGetAce, RtlGetControlSecurityDescriptor, RtlGetDaclSecurityDescriptor,RtlGetGroupSecurityDescriptor, RtlGetOwnerSecurityDescriptor,RtlGetSaclSecurityDescriptor, RtlImpersonateSelf, RtlIsTextUnicode, RtlLargeIntegerAdd, RtlLengthSecurityDescriptor, RtlMakeSelfRelativeSD, RtlMultiByteToUnicodeN RtlMultiByteToUnicodeSize, RtlOpenCurrentUser, RtlSetDaclSecurityDescriptor, RtlSetGroupSecurityDescriptor, RtlSetOwnerSecurityDescriptor, RtlSetSaclSecurityDescriptor, RtlValidSecurityDescriptor, ZwAccessCheck, ZwAdjustPrivilegesToken, ZwCreateKey, ZwDeleteValueKey, ZwEnumerateKey, ZwEnumerateValueKey, ZwOpenKey, ZwOpenProcessToken, ZwOpenThreadToken, ZwQueryInformationToken, ZwQueryKey, ZwQueryValueKey ZwSetSecurityObject, ZwSetValueKey): Added missing exports. ChangeLog whitespace cleanup.
* * lib/shell32.def (SHGetFolderPath[AW]): Add comment.Danny Smith2002-09-162-1/+7
| | | | * lib/shfolder.def: New file.
* * lib/shell32.def: Add missing stubs.Danny Smith2002-09-111-30/+68
|
* * lib/Makefile.in (TEST_OPTIONS): Define WINVER to 0x0666.Danny Smith2002-09-061-1/+2
|
* 2002-09-04 Kevin Chase <kevincha99@hotmail.com>Danny Smith2002-09-041-0/+4
| | | | | | | * include/winbase.h (AllocateUserPhysicalPages, MapUserPhysicalPages, MapUserPhysicalPagesScatter, FreeUserPhysicalPages): Add prototypes. * lib/kernel32.def: Add function stubs for above.
* 2002-08-26 Bart Oldeman <bart.oldeman@btinternet.com>Danny Smith2002-08-261-0/+2
| | | | | | | | | | | | | | | | | | | | | | * 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-26 Casper S. Hornstrup <chorns@users.sourceforge.net>Danny Smith2002-08-261-0/+1
| | | | | * include/wsahelp.h: New file. * lib/test.c: Include wsahelp.h.
* 2002-08-20 Casper S. Hornstrup <chorns@users.sourceforge.net>Danny Smith2002-08-201-0/+1
| | | | | * include/ws2spi.h: New file. * lib/test.c: Include ws2spi.h.
* * include/shlobj.h (SHGetFolderPath): Add define.Earnie Boyd2002-08-141-0/+4
| | | | | * lib/shell32.def (SHGetSpecialFolderPath): Add export. (SHGetFolderPath): Ditto.
* * include/wingdi.h (AlphaBlend,GradientFill,TransparentBlt):Danny Smith2002-08-051-0/+5
| | | | | Add prototypes. * lib/msimg32.def: New file, with stubs for above.
* * include/wininet.h (InternetReadFileEx[AW]). Add prototypes andDanny Smith2002-08-011-1/+86
| | | | | UNICODE mapings. * lib/wininet.def: Regenerate.
* 2002-07-26 Mattia Barbon <mbarbon@dsi.unive.it>Danny Smith2002-07-262-0/+15
| | | | | | | | | | | | | | | | | | | | | | | * 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-22 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith2002-07-222-0/+297
| | | | | | | | * 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-211-1/+1
| | | | | | | | | * 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.
* Merge changes from MinGWEarnie Boyd2002-07-091-0/+1
|
* * lib/ntdll.def: Remove \r.Earnie Boyd2002-07-091-283/+283
|
* * include/ntdll.h: New file.Egor Duda2002-06-161-0/+1
| | | | * lib/ntdll.def: Add NtShutdownSystem.
* 2002-06-16 Steven Edwards <Steven_Ed4153@yahoo.com>Danny Smith2002-06-162-0/+283
| | | | | * lib/dinput.def (DirectInputCreateEx): Add stub. * lib/ntdll.def: New file.
* 2002-06-13 John K. Hohm <jhohm@acm.org>Danny Smith2002-06-131-0/+1
| | | | * include/comcat.h: New file.