summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/lib
Commit message (Collapse)AuthorAgeFilesLines
* * lib/uuid.c (IID_IRpcProxyBuffer34): Remove definition.Danny Smith2006-05-211-1/+0
|
* * include/mprapi.h (MprAdminMIBBufferFree,MprAdminMIBEntryCreate)Dimitri Papadopoulos2006-05-121-2/+2
| | | | | | | | | | | | (MprAdminMIBEntryDelete,MprAdminMIBEntryGet,MprAdminMIBEntryGetFirst) (MprAdminMIBEntryGetNext,MprAdminMIBEntrySet,MprAdminMIBGetTrapInfo) (MprAdminMIBServerConnect,MprAdminMIBServerDisconnect) (MprAdminMIBSetTrapInfo): Declare functions. Note: MprAdminMIBSetTrapInfo is missing from mprapi.def. (MIB_SERVER_HANDLE): New typedef. (MprConfigTransportSetInfo): Declare function. * lib/mprapi.def (MprSetupIpInIpInterfaceFriendlyNameEnum) (MprSetupIpInIpInterfaceFriendlyNameFree): Fix size.
* * lib/rtutils.def: New file. Generated on Windows XP.Dimitri Papadopoulos2006-05-121-0/+54
| | | | | | | (TracePrintf{AW},TracePrintfEx{AW}): Left out for now. * include/rtutils.h: New file. (TraceDump{AW},TracePuts{AW},TraceRegister{AW},TraceVprintf{AW}): Commented out, they're missing from rtutils.def.
* * lib/mprapi.def: Regenerate on Windows XP.Dimitri Papadopoulos2006-05-121-2/+110
| | | | Would need to be regenerated on Windows Server 2003.
* * include/wingdi.h [WINVER >= 0x0500] (DC_*): Define.Dimitri Papadopoulos2006-05-101-0/+2
| | | | | | | | | | | (GGO_UNHINTED): Define. (DMPAPER_*): Define. Paper size newly added to the documentation. (DMPAPER_LAST): Value depends on DMPAPER_* variables actually defined. (DM_*): Cleanup. (DM_PANNINGWIDTH,DM_PANNINGHEIGHT,DM_DISPLAYFIXEDOUTPUT): Define. (DMDO_*,DMDFO_*): Define. (GetDCBrushColor,GetDCPenColor): Declare. * lib/msimg32.def (GetDCBrushColor,GetDCPenColor): Add stubs.
* 2006-05-05 Chris Sutcliffe <ir0nh34d@users.sf.net>Chris Sutcliffe2006-05-051-1/+1
| | | | * lib/directx/Makefile.in: Remove reference to libquartz.a since it was moved.
* 2006-05-05 Earnie Boyd <earnie@users.sf.net>Earnie Boyd2006-05-051-2/+2
| | | | | | * lib/scrnsave.c: Correct misspelled SPI_SCREENSAVERUNNING to SPI_SETSCREENSAVERUNNING. * include winuser.h (SPI_SCREENSAVERRUNNING): Remove again.
* * include/mprapi.h (MPR_SERVER_HANDLE): New typedef.Dimitri Papadopoulos2006-05-031-0/+4
| | | | | * include/mprapi.h (MprAdmin*): Declare functions. * lib/mprapi.def (MprAdmin*): Add stubs.
* * lib/directx/quartz.def: Move from lib/directx/...Dimitri Papadopoulos2006-05-031-0/+0
| | | | * lib/quartz.def: ... to lib/
* * include/mprapi.h (MprAdminConnection*,MprAdminPort*): Add declaration.Dimitri Papadopoulos2006-05-021-0/+11
| | | | * lib/mprapi.def: New file.
* * include/ipifcons.h (MIN_IF_TYPE,IF_TYPE_*,MAX_IF_TYPE,IF_ACCESS_*,Dimitri Papadopoulos2006-04-281-0/+18
| | | | | | | | | IF_CHECK_*,IF_CONNECTION_*,IF_ADMIN_*,IF_OPER_*): Define. * include/winbase.h (CancelWaitableTimer,UnregisterWait): Add function declaration. * include/mgm.h: New file. * lib/rtm.def: New file. Thanks to: Bruce M Simpson <bms_spc at sf dot net>
* 2006-04-18 Eric House <ehouse@eehouse.org>Danny Smith2006-04-181-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | PocketPC support. * include/aygshell.h: New file [_WIN32_WCE]. Declare most common functions for using aygshell on PocketPC: SHCreateMenuBar, SHFindMenuBar, SHCreateNewItem, SHFullScreen, SHSipInfo, SHHandleWMActivate, SHHandleWMSettingChange * include/commctrl.h [_WIN32_WCE] Add function prototypes for command bar API on PocketPC: CommandBar_Create, CommandBar_Show, CommandBar_AddBitmap, CommandBar_InsertComboBox, CommandBar_InsertMenubar, CommandBar_InsertMenubarEx, CommandBar_DrawMenuBar, CommandBar_GetMenu, CommandBar_AddAdornments, CommandBar_Height, CommandBar_InsertButton, CommandBar_Destroy. * include/winbase.h [_WIN32_WCE] (WIN32_FIND_DATA{A|W}): Remove fields not present on PocketPC. (GetCurrentThreadId): Conditionally declare as extern function without dllimport attribute on PocketPC. (ResetEvent): Likwise. (SetEvent): Likewise. * include/wingdi.h [_WIN32_WCE] (GetTextExtentPoint32{A|W}): Conditionally declare as extern function without dllimport attribute on PocketPC. * winuser.h [_WIN32_WCE] (DialogBoxParam{A|W}): Conditionally declare as extern function without dllimport attribute on PocketPC.
* 2006-04-18 Thorsten Dahlheimer (dahlheim@users.sf.net> Danny Smith2006-04-183-0/+60
| | | | | | | | | * include/wingdi.h (ColorCorrectPalette): Add declaration. (CreateColorSpace): Add UNICODE mappings. * lib/gdi32.def (ColorCorrectPalette): Add stub. * include/icm.h: New file. * lib/mscms.def: New file. * lib/icmui.def: New file.
* 2006-04-18 Bart Oldeman <bartoldeman@users.sf.net>Danny Smith2006-04-181-1/+1
| | | | | | | * lib/test.c: Fix typo in #inlcude. * include/aclui.h: INTERFACE should not remain defined at the end of the header. * include/servprov.h: Ditto.
* * include/iphlpapi.h (GAA_FLAG_*): Define.Dimitri Papadopoulos2006-04-051-0/+1
| | | | | | (GetAdaptersAddresses): Add function declaration. * lib/iphlpapi.def (GetAdaptersAddresses): Add function stub. Thanks to: ross <rossboulet at users dot sf dot net>
* * include/mq.h: New file.Dimitri Papadopoulos2006-04-051-0/+7
| | | | * lib/mqrt.def: (MQ*): Define a few missing functions.
* * lib/mqrt.def: New file.Dimitri Papadopoulos2006-04-051-0/+33
| | | | | Needs the mq.h file to work properly, working on it. Thanks to: Pascal Obry <pobry at users dot sf dot net>
* 2006-03-27 Hansres Engel <engel@node.ch>Danny Smith2006-03-271-1/+1
| | | | * include/mlang.h: New file.
* 2006-03-26 Hansres Engel <engel@node.ch>Danny Smith2006-03-253-0/+46
| | | | | | | | | | | | | | | | | Add Uniscribe API for typography and for complex scripts. * include/usp10.h: New file. * lib/usp10.def: New file. * include/winver.h: Change first argument of GetFileVersionInfo[...] to const. * include/imm.h (IMECHARPOSITION): Add structure. (RECONVERTSTRING): Likwise. * include/commdlg.h (OPENFILENAME_SIZE_VERSION_400): Define. * lib/uuid.c (CMultiLanguage): Add UUID definition. (IMLangFontLink2): Likewise. (IMultiLanguage): Likewise.
* 2006-03-18 Julien Lecomte <julienlecomte@users.sourceforge.net>Danny Smith2006-03-181-0/+36
| | | | | | | | | | | | | * include/wincon.h (ENABLE_*): Add more defines. 2006-03-18 Jan Nijtmans <nijtmans@users.sourceforge.net> * include/winnt.h (INHERITED_ACE): Define. (VALID_INHERIT_FLAGS): Correct definition. 2006-03-18 Peter �strand <astrand@cendio.se> * lib/wtsapi32.def: New file.
* 2006-02-06 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2006-02-061-0/+1
| | | | | | * include/shlobj.h (PRF_VERIFYEXISTS, PRF_TRYPROGRAMEXTENSIONS, PRF_FIRSTDIRDEF, PRF_DONTFINDLNK): Ditto. * lib/shell32.def (PathResolve): Define.
* * lib/iphlpapi.def: (NotifyAddrChange@8): Define.Danny Smith2006-02-021-0/+2
| | | | | Reported by: Daniel Atallah <datallah at users dot sf dot net> (NotifyRouteChange@8): Define.
* 2006-01-23 Brandon Sneed <brandon@redf.net>Danny Smith2006-01-231-0/+79
| | | | | * setupapi.def: Add all CM_* functions defined in ddk/cfgmgr32.h to exports.
* * lib/ws2_32.c: New file, defining IPv6 constants.Danny Smith2005-12-222-2/+8
| | | | | * Makefile.in (SOURCES): Add ws2_32.c (EXTRA_OBJS): Add ws2_32.o.
* 2005-12-21 Michael Jung <mjung@iss.tu-darmstadt.de>Danny Smith2005-12-212-0/+3
| | | | | | * lib/user32.def (PrivateExtractIconsA@32, PrivateExtractIconsW@32): Define. * lib/shell32.c (IID_IShellLinkDataList): Add GUID.
* * lib/kernel32.def (CreateFiberEx): Correct suffix.Danny Smith2005-12-091-1/+1
|
* 2005-12-09 Huw Davies <hdavies@users.sourceforge.net>Danny Smith2005-12-092-2/+31
| | | | | | | | | | Danny Smith <dannysmith@users.sourceforge.net> * lib/msxml-uuid.c: New file to generate UUIDs for MSXML interfaces. * lib/Makefile.in (UUID_OBJS): Add msxml-uuid.o. Add missing ChangeLog entries for 2005-12-07 commits.
* * include/winbase.h (GetDevicePowerState): Add prototype.Danny Smith2005-12-071-1/+1
| | | | * lib/kernel32.def (GetDevicePowerState): Correct suffix.
* 2005-12-07 Brian Gunlogson <gmb300@users.sourceforge.net>Danny Smith2005-12-071-4/+0
| | | | | | | | | * include/winuser.h (GetClassLongPtr{AW}): Guard prototypes with _WIN64. Define as macro if !_WIN64. (SetClassLongPtr{AW}): Likewise. (GCLP_*): Add GetClassLongPtr defines. * lib/user32.def (GetClassLongPtr{AW}): Remove stubs. (SetClassLongPtr{AW}): Likewise.
* 2005=11-18 Brian Gunlogson <gmb300@users.sourceforge.net>Danny Smith2005-11-181-0/+4
| | | | | | | | * include/winuser.h (GetClassLongPtr{AW}): Add prototypes. (SetClassLongPtr{AW}): Likewise. (GCLP_*): Add GetClassLongPtr defines. * lib/user32.def (GetClassLongPtr{AW}): Add stubs. (SetClassLongPtr{AW}): Likewise.
* 2005-11-04 Michael Jung <mjung@iss.tu-darmstadt.de>Danny Smith2005-11-041-0/+1
| | | | * lib/shell32.c (CLSID_ShellFSFolder): Add GUID.
* * lib/crypt32.def (CertOIDToAlgId, CertAlgIDToOID, CryptProtectData,Danny Smith2005-11-031-0/+8
| | | | | | | | | CryptUnprotectData, CryptDecodeObjectEx, CryptEncodeObjectEx, CryptRegisterOIDFunction, CryptUnregisterOIDFunction): Add stubs. Thanks to: F Richter <res2002 at users dot sourceforge dot net> Fix some ChangeLog whitespace.
* 2005-09-23 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2005-09-231-0/+6
| | | | | * lib/ddk/newdev.def: Added. Thanks to: Stephan Meyer <ste_meyer at users dot sourceforge dot net>
* 2005-09-23 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2005-09-231-0/+1
| | | | | * lib/shell32.def (SHILCreateFromPath): Add stub. Thanks to: Michael Jung <mjung at iss dot tu-darmstadt dot de>
* 2005-09-21 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2005-09-211-1/+2
| | | | | | | | | * include/winbase.h (RegisterWaitForSingleObject, RegisterWaitForSingleObjectEx): Define. * lib/kernel32.def (RegisterWaitForSingleObjectEx@20): Define. (RegisterWaitForSingleObject@16): Changed to RegisterWaitForSingleObject@24. Thanks to: Brandon Sneed <nivenh at users dot sourceforge dot net>
* 2005-08-17 Michael Jung <mjung@iss.tu-darmstadt.de>Danny Smith2005-08-171-0/+7
| | | | | | * lib/shell32.c (CLSID_RecycleBin, CLSID_ControlPanel, CLSID_MyComputer,CLSID_Internet, CLSID_NetworkPlaces, CLSID_MyDocuments, CLSID_FolderShortcut): Add GUIDs.
* 2005-08-17 Martin Fuchs <martin-fuchs@gmx.net>Danny Smith2005-08-171-0/+1
| | | | | | | | | | | * include/shlobj.h (IContextMenu3): Define. * include/shlguid.h (IID_IContextMenu3): Declare. * lib/shell32.c (IID_IContextMenu3): Define. 2005-08-17 Martin Fuchs <martin-fuchs@gmx.net> * include/shlobj.h (SHFormatDrive): Declaration of function and associated constants.
* * include/ddk/hidsdi.h: New file.Danny Smith2005-08-121-1/+1
| | | | | | * lib/ddk/hid.def: Uncomment symbols and add stdcall suffix for functions declared in hidsdi.h. Thanks to: Alex J Lennon <ajlennon at organixconsulting dot com>
* * lib/imm32.def (ImmDisableIME): Add stub.Danny Smith2005-08-121-0/+1
| | | | Thanks to: "kidmin" <kidmin at users dot sourceforge dot net>
* * lib/kernel32.def (GetUserGeoID): Correct suffix.Danny Smith2005-07-181-1/+1
| | | | Thanks to: "bernd23" <bernd23 at users dot sourceforge dot net>
* 2005-02-10 Jiri Malak <Jiri.Malak@iol.cz>Danny Smith2005-02-106-10/+18
| | | | | | | | | | | Danny Smith <dannysmith@users.sourceforge.net> * lib/directx/dinput_private.h (ATTRIBUTE_TEXT_SECTION): New define for Open Watcom portability. * lib/directx/(dinput_joy.c, dinput_joy2.c, dinput_kbd.c, dinput_mouse.c, dinput_mouse2.c): Use new macro in definition of local c_rgodfDI* objects. Replace .rdata section attribute with 'const' keyword in definition of global c_dfDI* objects.
* * lib/user32.def (MonitorFromPoint}: Correct suffix.Danny Smith2005-01-181-1/+1
|
* * lib/uxtheme.def: Really remove the \r.Earnie Boyd2005-01-021-50/+50
|
* * include/afxres.h: Remove the \r from the line ending.Earnie Boyd2005-01-022-265/+265
| | | | | | | | | * include/errorrep.h: Ditto. * include/shldisp.h: Ditto. * include/tschema.h: Ditto. * lib/dhcpcsvc.def: Ditto. * lib/uxtheme.def: Ditto. * lib/wldap32.def: Ditto.
* 2004-12-24 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Danny Smith2004-12-241-0/+7
| | | | | | | | | | | * include/shldisp.h: New file. * include/shlobj.h (IObjMgr): Added interface definiton. * lib/shell32.c (CLSID_AutoComplete, IID_AutoComplete, IID_AutoComplete2, CLSID_ACLMulti, IID_IObjMgr, CLSID_ACListISF, IID_IACList): Added GUIDs. * include/shlguid.h (CLSID_AutoComplete, IID_AutoComplete, IID_AutoComplete2, CLSID_ACLMulti, IID_IObjMgr, CLSID_ACListISF, IID_IACList): Added GUIDs.
* * lib/comctl32.def (ImageList_Copy, ImageList_DrawIndirect,Danny Smith2004-12-021-0/+3
| | | | ImageList_Duplicate): Add stubs.
* * lib/directx/strmiids.c (MEDIASUBTYPE_YV12): Correct GUID.Danny Smith2004-12-021-1/+1
| | | | Thanks to "Pete" <pross@xvid.org>
* * include/winnt.h (VerSetConditionMask): Correct typo in _WIN32_WINNTDanny Smith2004-11-212-2/+2
| | | | | | | guard. * lib/kernel32.def (VerSetConditionMask): Correct stdcall suffix. * lib/ddk/ntoskrnl.def (VerSetConditionMask): Likewise.
* * include/wingdi.h (GetFontUnicodeRanges,GetGlyphIndicesA,Danny Smith2004-11-021-0/+3
| | | | | | | GetGlyphIndicesW): Declare. (GGI_MARK_NONEXISTING_GLYPHS): Define * lib/gdi32.def (GetFontUnicodeRanges,GetGlyphIndicesA, GetGlyphIndicesW): Add stubs.
* 2004-10-24 Dan Aloni <da-x@colinux.org>Danny Smith2004-10-241-3/+3
| | | | | | | | | * include/ddk/ntapi.h (NtQueryFullAttributesFile, ZwQueryFullAttributesFile): Declare. * include/ddk/ntapi.h (RtlDosPathNameToNtPathName_U): Declare. lib/ntoskrnl.def (ZwQueryDirectoryFile, ZwQueryFullAttributesFile. ZwQueryVolumeInformationFile): Add stubs.