summaryrefslogtreecommitdiffstats
path: root/winsup/w32api
Commit message (Collapse)AuthorAgeFilesLines
* 2006-06-09 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2006-06-096-34/+82
| | | | | | | | | | | | | | | | | | | | * lib/Makefile.in: Add cguid-uuid and olectlid-uuid as sources and objects. * lib/uuid.c (CLSID_CColorPropPage, CLSID_CFontPropPage, CLSID_CPicturePropPage, CLSID_Picture_Dib, CLSID_Picture_Metafile, CLSID_StdFont, CLSID_StdPicture, GUID_NULL, IID_ICreateTypeInfo, IID_ICreateTypeInfo2, IID_ICreateTypeLib, IID_ICreateTypeLib2, IID_IDebug, IID_IDebugStream, IID_IDispatch, IID_IEnumFORMATETC,IID_IEnumMoniker, IID_IEnumOLEVERB, IID_IEnumSTATDATA, IID_IEnumSTATSTG, IID_IEnumString, IID_IEnumUnknown, IID_IEnumVARIANT, IID_IOleLink, IID_IPSFactory, IID_IRpcChannel, IID_IRpcProxy, IID_IRpcStub, IID_ITypeInfo, IID_ITypeInfo2, IID_ITypeLib, IID_ITypeLib2): Remove. Moved to relevant files. * lib/oaidl-uuid.c (IID_ICreateTypeInfo, IID_ICreateTypeInfo2, IID_ICreateTypeLib, IID_ICreateTypeLib2, IID_ITypeInfo, IID_ITypeInfo2, IID_ITypeLib, IID_ITypeLib2, IID_IEnumVARIANT): Define. * lib/cguid-uuid.c: New file. * lib/olectlid-uuid.c: New file.
* 2006-06-08 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2006-06-0810-66/+174
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lib/Makefile.in: Add objsafe-uuid oaidl-uuid docobj-uuid comcat-uuid exdisp-uuid mlang-uuid objidl-uuid as sources and objects. * lib/uuid.c (CATID_Control, CATID_DocObject, CATID_Insertable, CATID_PersistsToPropertyBag, CATID_PersistsToStorage, CATID_PersistsToStream, CATID_PersistsToStreamInit, CATID_Printable, CATID_Programmable, CLSID_CMultiLanguage, CLSID_StdComponentCategoriesMgr, CLSID_WebBrowser, DIID_DWebBrowserEvents, DIID_DWebBrowserEvents2, IID_IAdviseSink, IID_IAdviseSink2, IID_IBindCtx, IID_ICatInformation, IID_ICatRegister, IID_IClassActivator, IID_IContinueCallback, IID_ICreateErrorInfo, IID_IDataAdviseHolder, IID_IDataObject, IID_IEnumCATEGORYINFO, IID_IEnumGUID, IID_IEnumOleDocumentViews, IID_IErrorInfo, IID_IExternalConnection, IID_IFillLockBytes, IID_ILockBytes, IID_IMalloc, IID_IMarshal, IID_IMessageFilter, IID_IMoniker, IID_IObjectSafety, IID_IOleCommandTarget, IID_IOleDocument, IID_IOleDocumentSite, IID_IOleDocumentView, IID_IPSFactoryBuffer, IID_IPersist, IID_IPersistFile, IID_IPersistStorage, IID_IPersistStream, IID_IPrint, IID_IProgressNotify, IID_IPropertySetStorage, IID_IPropertyStorage, IID_IROTData, IID_IRootStorage, IID_IRpcChannelBuffer, IID_IRpcProxyBuffer, IID_IRpcStubBuffer, IID_IRunnableObject, IID_IRunningObjectTable, IID_ISequentialStream, IID_IStdMarshalInfo, IID_IStorage, IID_IStream, IID_ISupportErrorInfo, IID_IWebBrowser, IID_IWebBrowser2, IID_IWebBrowserApp): Remove. Moved to new files. * lib/comcat-uuid.c: New file. * lib/docobj-uuid.c: New File. * lib/exdisp-uuid.c: New file. * lib/mlang-uuid.c: New file. * lib/oaidl-uuid.c: New file. * lib/objidl-uuid.c: New file. * lib/objsafe-uuid.c: New file.
* Missed uuid.c on last commitChris Sutcliffe2006-06-071-57/+0
|
* 2006-06-07 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2006-06-075-3/+113
| | | | | | | | | | | | | | | | | | | | | | | | * lib/Makefile.in: Add oleacc-uuid oleidl-uuid ocidl-uuid as sources and objects. * lib/uuid.c (IID_IOleCache, IID_IOleCache2, IID_IOleCacheControl, IID_IViewObject, IID_IViewObject2, IID_IDropSource, IID_IDropTarget, IID_IOleAdviseHolder, IID_IOleInPlaceUIWindow, IID_IOleInPlaceObject, IID_IOleInPlaceActiveObject, IID_IOleInPlaceFrame, IID_IOleInPlaceSite, IID_IOleContainer, IID_IOleItemContainer, IID_IOleClientSite, IID_IOleObject, IID_IOleWindow, IID_IParseDisplayName, IID_IAccessible, LIBID_Accessibility, IID_IQuickActivate, IID_IOleUndoManager, IID_IOleParentUndoUnit, IID_IOleUndoUnit, IID_IEnumOleUndoUnits, IID_IPointerInactive, IID_IAdviseSinkEx, IID_IOleInPlaceSiteEx, IID_IOleControl, IID_IOleControlSite, IID_IPersistPropertyBag, IID_IPersistPropertyBag2, IID_IPersistStreamInit, IID_IPersistMemory, IID_IPropertyBag, IID_IPropertyBag2, IID_IPropertyNotifySink, IID_IPropertyPage, IID_IPropertyPage2, IID_IPropertyPageSite, IID_IFont, IID_IFontDisp, IID_IPicture, IID_IPictureDisp, IID_IProvideClassInfo, IID_IProvideClassInfo2, IID_IEnumConnectionPoints, IID_IEnumConnections, IID_IConnectionPoint, IID_IConnectionPointContainer, IID_IClassFactory2, IID_IErrorLog, IID_IObjectWithSite, IID_IPerPropertyBrowsing, IID_ISimpleFrameSite, IID_ISpecifyPropertyPages): Remove. Moved to new files. * lib/oleidl-uuid.c: New file. * lib/oleacc-uuid.c: New file. * lib/ocidl-uuid.c: New file.
* ChangeLog amendment for entries dated 2006-04-18 by Thorsten DahlheimerKeith Marshall2006-06-041-14/+27
|
* 2006-06-04 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2006-06-045-5/+30
| | | | | | | | | * lib/Makefile.in: Add unknwn-uuid and servprov-uuid as sources and objects. * lib/uuid.c (IID_IUnknown, IID_IClassFactory, IID_IServiceProvider): Remove. Moved to unknwn-uuid and servprov-uuid. * lib/unknwn-uuid.c: New file. * lib/servprov-uuid.c: New file.
* Expand ChangeLog entryChris Sutcliffe2006-06-031-1/+3
|
* * include/strmif.h (VMRDeinterlaceTech): Correct typedef for DeinterlaceTech_*Danny Smith2006-06-032-1/+6
| | | | enum.
* * include/strmif.h (enum tagAnalogVideoStandard): Add missing ','.Danny Smith2006-06-032-1/+5
|
* 2006-06-02 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith2006-06-033-8/+16
| | | | | | | | | | | | | | * include/winuser.h (DM_BITSPERPEL, DM_PELSWIDTH, DM_PELSHEIGHT, DM_DISPLAYFLAGS, DM_DISPLAYFREQUENCY): Remove. Duplicates of wingdi.h defines. 2006-06-02 Dimitri Papadopoulos <papadopo@users.sourceforge.net> * include/winuser.h ((SPI_GETMOUSETRAILS,SPI_SETMOUSETRAILS): Remove duplicate defines. * include/winnt.h (SUBLANG_ARABIC_SAUDI_ARABIA): Revert accidental removal. (SUBLANG_MARATHI_INDIA): Remove duplicate define.
* Expand wildcards in Dimitri Papadopoulos Changelog entries of:Danny Smith2006-05-311-32/+269
| | | | | 2006-05-11, 2006-05-10, 2006-05-04, 2006-04-28, 2006-04-11, 2006-04-14, 2006-04-07.
* Expand 2006-05-03 Dimitri Papadopoulos wildcards in ChangelogDanny Smith2006-05-251-3/+6
|
* Expand 2006-05-02 Dimitri Papadopoulos wildcards in ChangelogDanny Smith2006-05-251-7/+62
|
* update to newer autoconfChristopher Faylor2006-05-244-231/+1280
|
* * lib/uuid.c (IID_IRpcProxyBuffer34): Remove definition.Danny Smith2006-05-212-3/+6
|
* * include/rtutils.h (TraceDumpA,TraceDumpW,TracePutsA,TracePutsW)Dimitri Papadopoulos2006-05-122-8/+15
| | | | | | (TraceRegisterA,TraceRegisterW,TraceVprintfA,TraceVprintfW): Define as macros. Thanks to: Bruce M Simpson <bms_spc at sf dot net>
* * include/mprapi.h (MprAdminMIBBufferFree,MprAdminMIBEntryCreate)Dimitri Papadopoulos2006-05-123-2/+29
| | | | | | | | | | | | (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-123-0/+152
| | | | | | | (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.
* * include/mprapi.h (MprInfoBlockAdd,MprInfoBlockFind)Dimitri Papadopoulos2006-05-122-0/+17
| | | | | | (MprInfoBlockQuerySize,MprInfoBlockRemove,MprInfoBlockSet) (MprInfoCreate,MprInfoDelete,MprInfoDuplicate) (MprInfoRemoveAll): Declare functions.
* * include/mprapi.h (MprConfigBufferFree,MprConfigGetFriendlyName)Dimitri Papadopoulos2006-05-122-22/+67
| | | | | | | | | | | | | | | | (MprConfigGetGuidName,MprConfigInterfaceCreate) (MprConfigInterfaceDelete,MprConfigInterfaceEnum) (MprConfigInterfaceGetHandle,MprConfigInterfaceGetInfo) (MprConfigInterfaceSetInfo,MprConfigInterfaceTransportAdd) (MprConfigInterfaceTransportEnum,MprConfigInterfaceTransportGetHandle) (MprConfigInterfaceTransportGetInfo,MprConfigInterfaceTransportRemove) (MprConfigInterfaceTransportSetInfo,MprConfigServerBackup) (MprConfigServerConnect,MprConfigServerDisconnect) (MprConfigServerGetInfo,MprConfigServerInstall) (MprConfigServerRestore,MprConfigTransportCreate) (MprConfigTransportDelete,MprConfigTransportEnum) (MprConfigTransportGetHandle,MprConfigTransportGetInfo) (MprConfigTransportSetInfo): Declare functions.
* * include/mprapi.h:(MprAdminBufferFree)Dimitri Papadopoulos2006-05-122-0/+59
| | | | | | | | | | | | | | | | | | | | (MprAdminDeregisterConnectionNotification,MprAdminGetErrorString) (MprAdminInterfaceConnect,MprAdminInterfaceCreate) (MprAdminInterfaceDelete,MprAdminInterfaceDeviceGetInfo) (MprAdminInterfaceDeviceSetInfo,MprAdminInterfaceDisconnect) (MprAdminInterfaceEnum,MprAdminInterfaceGetCredentials) (MprAdminInterfaceGetCredentialsEx,MprAdminInterfaceGetHandle) (MprAdminInterfaceGetInfo,MprAdminInterfaceQueryUpdateResult) (MprAdminInterfaceSetCredentials,MprAdminInterfaceSetCredentialsEx) (MprAdminInterfaceSetInfo,MprAdminInterfaceTransportAdd) (MprAdminInterfaceTransportGetInfo,MprAdminInterfaceTransportRemove) (MprAdminInterfaceTransportSetInfo) (MprAdminInterfaceUpdatePhonebookInfo,MprAdminInterfaceUpdateRoutes) (MprAdminIsServiceRunning,MprAdminRegisterConnectionNotification) (MprAdminServerConnect,MprAdminServerDisconnect) (MprAdminServerGetCredentials,MprAdminServerGetInfo) (MprAdminServerSetCredentials,MprAdminTransportCreate) (MprAdminTransportGetInfo,MprAdminTransportSetInfo): Declare functions.
* * include/ipxtfflt.h: New file.Dimitri Papadopoulos2006-05-122-2/+43
|
* * lib/mprapi.def: Regenerate on Windows XP.Dimitri Papadopoulos2006-05-122-2/+112
| | | | Would need to be regenerated on Windows Server 2003.
* * include/mprapi.h: Fix header guard. Cleanup.Dimitri Papadopoulos2006-05-122-14/+39
| | | | | | | | | | (MprAdminAcceptNewConnection,MprAdminAcceptNewConnection2) (MprAdminAcceptNewLink,MprAdminAcceptReauthentication) (MprAdminConnectionHangupNotification) (MprAdminConnectionHangupNotification2) (MprAdminGetIpAddressForUser)(MprAdminInitializeDll) (MprAdminTerminateDll,MprAdminLinkHangupNotification) (MprAdminReleaseIpAddress): Declare functions.
* * include/ipifcons.h: Cleanup.Dimitri Papadopoulos2006-05-125-260/+315
| | | | | * include/ipxconst.h: Fix header guard. * include/ipxrtdef.h: include <ipxconst.h>.
* * include/ipxrtdef.h: Cleanup.Dimitri Papadopoulos2006-05-115-1/+168
| | | | | | | | | | | | | | | (IPX_INTERFACE_INFO_TYPE,IPX_STATIC_ROUTE_INFO_TYPE) (IPX_STATIC_SERVICE_INFO_TYPE,IPX_SERVICE_FILTER_INFO_TYPE) (IPX_ROUTE_FILTER_INFO_TYPE,IPX_IN_TRAFFIC_FILTER_INFO_TYPE) (IPX_ADAPTER_INFO_TYPE,IPXWAN_INTERFACE_INFO_TYPE,IPX_GLOBAL_INFO_TYPE) (IPX_STATIC_NETBIOS_NAME_INFO_TYPE) (IPX_IN_TRAFFIC_FILTER_GLOBAL_INFO_TYPE) (IPX_OUT_TRAFFIC_FILTER_INFO_TYPE) (IPX_OUT_TRAFFIC_FILTER_GLOBAL_INFO_TYPE): Define. * include/routprot.h: Cleanup. (PROTO_IP_*,IPRTRMGR_PID,IPX_PROTOCOL_*): Define. * include/fltdefs.h: New file. * include/ipinfoid.h: New file.
* * include/strmif.h (IAMAnalogVideoDecoder,IAMAudioInputMixer)Dimitri Papadopoulos2006-05-1112-1/+990
| | | | | | | | | | | | | | | | | (IAMAudioRendererStats,IAMBufferNegotiation,IAMCameraControl) (IAMCertifiedOutputProtection): Add interfaces. * include/adsprop.h: New file. * include/cmnquery.h: New file. * include/dsadmin.h: New file. * include/dsclient.h: New file. * include/dsgetdc.h: New file. * include/dsquery.h: New file. * include/dsrole.h: New file. * include/ntdsapi.h: New file. * include/ntdsbcli.h: New file. * include/objsel.h: New file. Not finished. Just wanted to submit this before I'm disembarked from the project, so that the work isn't lost...
* * include/qedit.h (DEXTER_*,SCompFmt0): Add structures.Dimitri Papadopoulos2006-05-102-0/+61
| | | | | (DEXTERF_TRACK_SEARCH_FLAGS,TIMELINE_MAJOR_TYPE): Add enums. (CONNECTF_DYNAMIC_*,SFN_VALIDATEF_*,RESIZEF_*): Define.
* * include/qedit.h: New file.Dimitri Papadopoulos2006-05-103-0/+23
| | | | * include/errors.h: Cleanup.
* * include/amvideo.h (BIT_MASKS_MATCH): Don't use memcmp toDimitri Papadopoulos2006-05-102-3/+10
| | | | | | avoid dependency on <string.h>. There's no Win32 equivalent for memcmp: http://support.microsoft.com/default.aspx?scid=kb;EN-US;q99456
* * include/amvideo.h (RESET_MASKS,RESET_PALETTE): Use ZeroMemory insteadDimitri Papadopoulos2006-05-1021-8/+2076
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | of memset to avoid <string.h>. Still need a fix for memcmp. * include/dshow.h (AM_ASPECT_RATIO_MODE,AM_WST_DRAWBGMODE,AM_WST_LEVEL) (AMExtendedSeekingCapabilities,AM_WST_SERVICE,AM_WST_STATE) (AM_WST_STYLE): Add enums. (AM_WST_PAGE,AMVABeginFrameInfo,AMVACompBufferInfo,AMVAEndFrameInfo, AMVAInternalMemInfo,AMVAUncompBufferInfo,AMVAUncompDataInfo): New structures. * include/errors.h (VFW_*): Define. * include/evcode.h (AM_WMT_EVENT_DATA): New structure. * include/mmsystem.h (WAVE_FORMAT_EXTENSIBLE): Define. * include/edevdefs.h (ED_FORMAT_SMPTE_30,ED_FORMAT_SMPTE_30DROP) (ED_FORMAT_SMPTE_25,ED_FORMAT_SMPTE_24): Move from here... * include/strmif.h: ... to here. New file. * include/aviriff.h: New file. * include/bdatypes.h: New file. * include/control.h: New file. * include/dvdmedia.h: New file. * include/il21dec.h: New file. * include/ks.h: New file. * include/ksmedia.h: New file. * include/mmreg.h: New file. * include/mpegtype.h: New file. * include/vidcap.h: New file. * include/vmr9.h: New file. * include/vptype.h: New file. * include/xprtdefs.h: New file.
* * include/winnls.h [WINVER >= 0x0500] (LOCALE_IDEFAULTEBCDICCODEPAGE):Dimitri Papadopoulos2006-05-102-21/+43
| | | | | | | | | | | | | Documented as defined on Windows 2000 or later. [WINVER >= 0x0600] (LOCALE_SDURATION,LOCALE_SIETFLANGUAGE) (LOCALE_SISO3166CTRYNAME2,LOCALE_SISO639LANGNAME2) (LOCALE_SKEYBOARDSTOINSTALL,LOCALE_SNAME,LOCALE_SNAN) (LOCALE_SNEGINFINITY,LOCALE_SPOSINFINITY,LOCALE_SSCRIPTS): Documented but values unknown, Windows Vista or later. (CAL_UMALQURA): Cleanup. (CAL_SSHORTESTDAYNAME_*): Cleanup. [WINVER >= 0x0410] (CAL_SYEARMONTH,CAL_ITWODIGITYEARMAX) (CAL_NOUSEROVERRIDE,CAL_RETURN_NUMBER,CAL_USE_CP_ACP): Cleanup.
* * include/wingdi.h [WINVER >= 0x0500] (DC_*): Define.Dimitri Papadopoulos2006-05-103-25/+128
| | | | | | | | | | | (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.
* * include/winnt.h (LANG_*,SUBLANG_*): Define.Dimitri Papadopoulos2006-05-102-3/+185
| | | | Languages newly added to the documentation.
* 2006-05-05 Chris Sutcliffe <ir0nh34d@users.sf.net>Chris Sutcliffe2006-05-052-1/+5
| | | | * 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-053-3/+8
| | | | | | * lib/scrnsave.c: Correct misspelled SPI_SCREENSAVERUNNING to SPI_SETSCREENSAVERUNNING. * include winuser.h (SPI_SCREENSAVERRUNNING): Remove again.
* * include/winuser.h (SPI_SCREENSAVERRUNNING): Define.Dimitri Papadopoulos2006-05-052-0/+6
| | | | It had been removed because it's no documented, but Cygwin needs it.
* * include/amvideo.h (IFullScreenVideo): Define.Dimitri Papadopoulos2006-05-042-1/+40
| | | | | (BIT_MASKS_MATCH,PALETTISED,PALETTE_ENTRIES,RESET_MASKS,RESET_PALETTE, SIZE_EGA_PALETTE,SIZE_MASKS,SIZE_PALETTE): Added Macros.
* * include/winnls.h (CAL_SYEARMONTH,CAL_ITWODIGITYEARMAX,Dimitri Papadopoulos2006-05-042-6/+26
| | | | | | CAL_NOUSEROVERRIDE, CAL_RETURN_NUMBER,CAL_USE_CP_ACP): Documented as available on Windows 98 and better. (CAL_UMALQURA,CAL_SSHORTESTDAYNAME*): Define, Windows Vista and better.
* * include/amvideo.h: New file.Dimitri Papadopoulos2006-05-043-0/+151
| | | | * include/dshow.h: Include <amvideo.h>.
* * include/winuser.h (MOUSEEVENTF_*): Cleanup and new define.Dimitri Papadopoulos2006-05-043-147/+227
| | | | | | | | | | | (HSHELL_*): Cleanup and new define. (SMTO_*): Cleanup and new define. (SPI_*): Cleanup and new define. (SPIF_*): Cleanup. (HWND_MESSAGE): Windows 2000 only. (SIF_*): Cleanup. (SWP_*): Cleanup. * include/wingdi.h (ETO_*): Cleanup and new define.
* * include/mprapi.h (MPR_SERVER_HANDLE): New typedef.Dimitri Papadopoulos2006-05-033-56/+71
| | | | | * include/mprapi.h (MprAdmin*): Declare functions. * lib/mprapi.def (MprAdmin*): Add stubs.
* * lib/directx/quartz.def: Move from lib/directx/...Dimitri Papadopoulos2006-05-032-0/+5
| | | | * lib/quartz.def: ... to lib/
* * include/amaudio.h: New file.Dimitri Papadopoulos2006-05-033-2/+41
| | | | * include/dshow.h: Include <amaudio.h>.
* * include/errors.h: New file.Dimitri Papadopoulos2006-05-033-1/+30
| | | | * include/dshow.h: Include <errors.h>.
* * include/dshow.h: New file.Dimitri Papadopoulos2006-05-035-0/+180
| | | | | | * include/evcode.h: New file. * include/audevcod.h: New file. * include/dvdevcod.h: New file.
* * include/mprapi.h (MprAdminConnection*,MprAdminPort*): Add declaration.Dimitri Papadopoulos2006-05-023-1/+26
| | | | * lib/mprapi.def: New file.
* * include/mprapi.h (PPP_*INFO*, RAS_CONNECTION_*, RAS_PORT_*,Dimitri Papadopoulos2006-05-022-0/+192
| | | | | | | | RAS_USER_*): New structures. * include/mprapi.h (RAS_FLAGS_*,PPP_LCP_*,RASCCPCA_* ,PPP_CCP_*,MAX_*, RASPRIV_*,*ADDRESSLEN,MPR_ENABLE_*): Define. * include/mprapi.h (RAS_*_CONDITION): Add enums. * include/mprapi.h <lmcons.h>: For NETBIOS_NAME_LEN, UNLEN, DLEN.
* * include/mprapi.h: New file.Dimitri Papadopoulos2006-05-026-0/+370
| | | | | | | * include/routprot.h: New file. * include/ipxrtdef.h: New file. * include/ipxconst.h: New file. * include/stm.h: New file.
* * include/ddk/winddk.h (KAFFINITY): Fix typo.Dimitri Papadopoulos2006-04-282-1/+6
| | | | Thanks to: Oliver Stoeneberg <kidkat at sf dot net>