src/winsup/w32api ChangeLog include/mprapi.h

2006-05-12 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-05-12 06:22:48

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: mprapi.h 

Log message:
* include/mprapi.h: Fix header guard. Cleanup.
(MprAdminAcceptNewConnection,MprAdminAcceptNewConnection2)
(MprAdminAcceptNewLink,MprAdminAcceptReauthentication)
(MprAdminConnectionHangupNotification)
(MprAdminConnectionHangupNotification2)
(MprAdminGetIpAddressForUser)(MprAdminInitializeDll)
(MprAdminTerminateDll,MprAdminLinkHangupNotification)
(MprAdminReleaseIpAddress): Declare functions.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.824r2=1.825
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/mprapi.h.diff?cvsroot=srcr1=1.5r2=1.6



src/winsup/w32api ChangeLog include/ipxtfflt.h

2006-05-12 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-05-12 11:55:46

Modified files:
winsup/w32api  : ChangeLog 
Added files:
winsup/w32api/include: ipxtfflt.h 

Log message:
* include/ipxtfflt.h: New file.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.826r2=1.827
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/ipxtfflt.h.diff?cvsroot=srcr1=NONEr2=1.1



src/winsup/w32api ChangeLog include/mprapi.h

2006-05-12 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-05-12 13:05:42

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: mprapi.h 

Log message:
* include/mprapi.h (MprInfoBlockAdd,MprInfoBlockFind)
(MprInfoBlockQuerySize,MprInfoBlockRemove,MprInfoBlockSet)
(MprInfoCreate,MprInfoDelete,MprInfoDuplicate)
(MprInfoRemoveAll): Declare functions.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.829r2=1.830
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/mprapi.h.diff?cvsroot=srcr1=1.8r2=1.9



src/winsup/w32api include/rtutils.h lib/rtutil ...

2006-05-12 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-05-12 13:28:47

Added files:
winsup/w32api/include: rtutils.h 
winsup/w32api/lib: rtutils.def 

Log message:
* lib/rtutils.def: New file. Generated on Windows XP.
(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.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/rtutils.h.diff?cvsroot=srcr1=NONEr2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/lib/rtutils.def.diff?cvsroot=srcr1=NONEr2=1.1



src/winsup/w32api ChangeLog include/mprapi.h l ...

2006-05-12 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-05-12 17:12:31

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: mprapi.h 
winsup/w32api/lib: mprapi.def 

Log message:
* include/mprapi.h (MprAdminMIBBufferFree,MprAdminMIBEntryCreate)
(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.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.831r2=1.832
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/mprapi.h.diff?cvsroot=srcr1=1.9r2=1.10
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/lib/mprapi.def.diff?cvsroot=srcr1=1.3r2=1.4



src/winsup/w32api include/rtutils.h ChangeLog

2006-05-12 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-05-12 18:09:15

Modified files:
winsup/w32api/include: rtutils.h 
winsup/w32api  : ChangeLog 

Log message:
* include/rtutils.h (TraceDumpA,TraceDumpW,TracePutsA,TracePutsW)
(TraceRegisterA,TraceRegisterW,TraceVprintfA,TraceVprintfW): Define
as macros.
Thanks to:Bruce M Simpson bms_spc at sf dot net

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/rtutils.h.diff?cvsroot=srcr1=1.1r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.832r2=1.833



src/winsup/w32api ChangeLog include/strmif.h i ...

2006-05-11 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-05-11 09:53:34

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: strmif.h 
Added files:
winsup/w32api/include: adsprop.h cmnquery.h dsadmin.h dsclient.h 
   dsgetdc.h dsquery.h dsrole.h ntdsapi.h 
   ntdsbcli.h objsel.h 

Log message:
* include/strmif.h (IAMAnalogVideoDecoder,IAMAudioInputMixer)
(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...

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.821r2=1.822
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/adsprop.h.diff?cvsroot=srcr1=NONEr2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/cmnquery.h.diff?cvsroot=srcr1=NONEr2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/dsadmin.h.diff?cvsroot=srcr1=NONEr2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/dsclient.h.diff?cvsroot=srcr1=NONEr2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/dsgetdc.h.diff?cvsroot=srcr1=NONEr2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/dsquery.h.diff?cvsroot=srcr1=NONEr2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/dsrole.h.diff?cvsroot=srcr1=NONEr2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/ntdsapi.h.diff?cvsroot=srcr1=NONEr2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/ntdsbcli.h.diff?cvsroot=srcr1=NONEr2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/objsel.h.diff?cvsroot=srcr1=NONEr2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/strmif.h.diff?cvsroot=srcr1=1.1r2=1.2



src/winsup/w32api/include ipxrtdef.h routprot. ...

2006-05-11 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-05-11 15:57:11

Modified files:
winsup/w32api/include: ipxrtdef.h routprot.h 
Added files:
winsup/w32api/include: fltdefs.h ipinfoid.h 

Log message:
* include/ipxrtdef.h: Cleanup.
(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.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/fltdefs.h.diff?cvsroot=srcr1=NONEr2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/ipinfoid.h.diff?cvsroot=srcr1=NONEr2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/ipxrtdef.h.diff?cvsroot=srcr1=1.1r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/routprot.h.diff?cvsroot=srcr1=1.1r2=1.2



src/winsup/w32api ChangeLog

2006-05-11 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-05-11 15:58:39

Modified files:
winsup/w32api  : ChangeLog 

Log message:
* include/ipxrtdef.h: Cleanup.
(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.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.822r2=1.823



src/winsup/w32api ChangeLog include/ipifcons.h ...

2006-05-11 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-05-12 05:59:41

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: ipifcons.h ipxconst.h ipxrtdef.h mprapi.h 

Log message:
* include/ipifcons.h: Cleanup.
* include/ipxconst.h: Fix header guard.
* include/ipxrtdef.h: include ipxconst.h.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.823r2=1.824
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/ipifcons.h.diff?cvsroot=srcr1=1.4r2=1.5
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/ipxconst.h.diff?cvsroot=srcr1=1.1r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/ipxrtdef.h.diff?cvsroot=srcr1=1.2r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/mprapi.h.diff?cvsroot=srcr1=1.4r2=1.5



src/winsup/w32api ChangeLog include/winnls.h

2006-05-10 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-05-10 08:36:05

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: winnls.h 

Log message:
* include/winnls.h [WINVER = 0x0500] (LOCALE_IDEFAULTEBCDICCODEPAGE):
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.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.816r2=1.817
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/winnls.h.diff?cvsroot=srcr1=1.8r2=1.9



src/winsup/w32api ChangeLog include/winnt.h

2006-05-10 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-05-10 07:57:22

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: winnt.h 

Log message:
* include/winnt.h (LANG_*,SUBLANG_*): Define.
Languages newly added to the documentation.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.814r2=1.815
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/winnt.h.diff?cvsroot=srcr1=1.105r2=1.106



src/winsup/w32api ChangeLog include/errors.h i ...

2006-05-10 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-05-10 09:20:14

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: errors.h 
Added files:
winsup/w32api/include: qedit.h 

Log message:
* include/qedit.h: New file.
* include/errors.h: Cleanup.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.819r2=1.820
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/qedit.h.diff?cvsroot=srcr1=NONEr2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/errors.h.diff?cvsroot=srcr1=1.2r2=1.3



src/winsup/w32api ChangeLog include/wingdi.h l ...

2006-05-10 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-05-10 08:04:49

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: wingdi.h 
winsup/w32api/lib: msimg32.def 

Log message:
* include/wingdi.h [WINVER = 0x0500] (DC_*): Define.
(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.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.815r2=1.816
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/wingdi.h.diff?cvsroot=srcr1=1.53r2=1.54
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/lib/msimg32.def.diff?cvsroot=srcr1=1.1r2=1.2



src/winsup/w32api ChangeLog include/amvideo.h ...

2006-05-10 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-05-10 08:57:45

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: amvideo.h dshow.h edevdefs.h errors.h 
   evcode.h mmsystem.h 
Added files:
winsup/w32api/include: aviriff.h bdatypes.h control.h dvdmedia.h 
   il21dec.h ks.h ksmedia.h mmreg.h 
   mpegtype.h strmif.h vidcap.h vmr9.h 
   vptype.h xprtdefs.h 

Log message:
* include/amvideo.h (RESET_MASKS,RESET_PALETTE): Use ZeroMemory instead
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.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.817r2=1.818
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/aviriff.h.diff?cvsroot=srcr1=NONEr2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/bdatypes.h.diff?cvsroot=srcr1=NONEr2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/control.h.diff?cvsroot=srcr1=NONEr2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/dvdmedia.h.diff?cvsroot=srcr1=NONEr2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/il21dec.h.diff?cvsroot=srcr1=NONEr2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/ks.h.diff?cvsroot=srcr1=NONEr2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/ksmedia.h.diff?cvsroot=srcr1=NONEr2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/mmreg.h.diff?cvsroot=srcr1=NONEr2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/mpegtype.h.diff?cvsroot=srcr1=NONEr2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/strmif.h.diff?cvsroot=srcr1=NONEr2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/vidcap.h.diff?cvsroot=srcr1=NONEr2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/vmr9.h.diff?cvsroot=srcr1=NONEr2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/vptype.h.diff?cvsroot=srcr1=NONEr2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/xprtdefs.h.diff?cvsroot=srcr1=NONEr2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/amvideo.h.diff?cvsroot=srcr1=1.2r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/dshow.h.diff?cvsroot=srcr1=1.4r2=1.5
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/edevdefs.h.diff?cvsroot=srcr1=1.1r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/errors.h.diff?cvsroot=srcr1=1.1r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/evcode.h.diff?cvsroot=srcr1=1.1r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/mmsystem.h.diff?cvsroot=srcr1=1.7r2=1.8



src/winsup/w32api ChangeLog include/qedit.h

2006-05-10 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-05-10 09:35:28

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: qedit.h 

Log message:
* include/qedit.h (DEXTER_*,SCompFmt0): Add structures.
(DEXTERF_TRACK_SEARCH_FLAGS,TIMELINE_MAJOR_TYPE): Add enums.
(CONNECTF_DYNAMIC_*,SFN_VALIDATEF_*,RESIZEF_*): Define.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.820r2=1.821
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/qedit.h.diff?cvsroot=srcr1=1.1r2=1.2



src/winsup/w32api ChangeLog include/amvideo.h

2006-05-10 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-05-10 09:07:02

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: amvideo.h 

Log message:
* include/amvideo.h (BIT_MASKS_MATCH): Don't use memcmp to
avoid dependency on string.h.
There's no Win32 equivalent for memcmp:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;q99456

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.818r2=1.819
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/amvideo.h.diff?cvsroot=srcr1=1.3r2=1.4



src/winsup/w32api ChangeLog include/winuser.h

2006-05-05 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-05-05 12:05:41

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: winuser.h 

Log message:
* include/winuser.h (SPI_SCREENSAVERRUNNING): Define.
It had been removed because it's no documented, but Cygwin needs it.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.811r2=1.812
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/winuser.h.diff?cvsroot=srcr1=1.112r2=1.113



src/winsup/w32api ChangeLog include/wingdi.h i ...

2006-05-04 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-05-04 10:09:28

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: wingdi.h winuser.h 

Log message:
* include/winuser.h (MOUSEEVENTF_*): Cleanup and new define.
(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.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.807r2=1.808
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/wingdi.h.diff?cvsroot=srcr1=1.52r2=1.53
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/winuser.h.diff?cvsroot=srcr1=1.111r2=1.112



src/winsup/w32api ChangeLog include/dshow.h in ...

2006-05-04 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-05-04 12:40:50

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: dshow.h 
Added files:
winsup/w32api/include: amvideo.h 

Log message:
* include/amvideo.h: New file.
* include/dshow.h: Include amvideo.h.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.808r2=1.809
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/amvideo.h.diff?cvsroot=srcr1=NONEr2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/dshow.h.diff?cvsroot=srcr1=1.3r2=1.4



src/winsup/w32api ChangeLog include/winnls.h

2006-05-04 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-05-04 15:57:41

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: winnls.h 

Log message:
* include/winnls.h (CAL_SYEARMONTH,CAL_ITWODIGITYEARMAX,
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.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.809r2=1.810
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/winnls.h.diff?cvsroot=srcr1=1.7r2=1.8



src/winsup/w32api ChangeLog include/amvideo.h

2006-05-04 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-05-04 16:02:36

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: amvideo.h 

Log message:
* include/amvideo.h (IFullScreenVideo): Define.
(BIT_MASKS_MATCH,PALETTISED,PALETTE_ENTRIES,RESET_MASKS,RESET_PALETTE,
SIZE_EGA_PALETTE,SIZE_MASKS,SIZE_PALETTE): Added Macros.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.810r2=1.811
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/amvideo.h.diff?cvsroot=srcr1=1.1r2=1.2



src/winsup/w32api ChangeLog include/audevcod.h ...

2006-05-03 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-05-03 06:22:00

Modified files:
winsup/w32api  : ChangeLog 
Added files:
winsup/w32api/include: audevcod.h dshow.h dvdevcod.h evcode.h 

Log message:
* include/dshow.h: New file.
* include/evcode.h: New file.
* include/audevcod.h: New file.
* include/dvdevcod.h: New file.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/audevcod.h.diff?cvsroot=srcr1=NONEr2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/dshow.h.diff?cvsroot=srcr1=NONEr2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/dvdevcod.h.diff?cvsroot=srcr1=NONEr2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/evcode.h.diff?cvsroot=srcr1=NONEr2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.802r2=1.803



src/winsup/w32api ChangeLog include/dshow.h in ...

2006-05-03 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-05-03 07:06:26

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: dshow.h 
Added files:
winsup/w32api/include: errors.h 

Log message:
* include/errors.h: New file.
* include/dshow.h: Include errors.h.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.803r2=1.804
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/errors.h.diff?cvsroot=srcr1=NONEr2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/dshow.h.diff?cvsroot=srcr1=1.1r2=1.2



src/winsup/w32api ChangeLog include/dshow.h in ...

2006-05-03 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-05-03 07:47:23

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: dshow.h 
Added files:
winsup/w32api/include: amaudio.h 

Log message:
* include/amaudio.h: New file.
* include/dshow.h: Include amaudio.h.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.804r2=1.805
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/amaudio.h.diff?cvsroot=srcr1=NONEr2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/dshow.h.diff?cvsroot=srcr1=1.2r2=1.3



src/winsup/w32api ChangeLog lib/quartz.def lib ...

2006-05-03 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-05-03 14:23:05

Modified files:
winsup/w32api  : ChangeLog 
Added files:
winsup/w32api/lib: quartz.def 
Removed files:
winsup/w32api/lib/directx: quartz.def 

Log message:
* lib/directx/quartz.def: Move from lib/directx/...
* lib/quartz.def: ... to lib/

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.805r2=1.806
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/lib/directx/quartz.def.diff?cvsroot=srcr1=1.1r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/lib/quartz.def.diff?cvsroot=srcr1=NONEr2=1.1



src/winsup/w32api ChangeLog include/mprapi.h l ...

2006-05-03 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-05-03 17:14:59

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: mprapi.h 
winsup/w32api/lib: mprapi.def 

Log message:
* include/mprapi.h (MPR_SERVER_HANDLE): New typedef.
* include/mprapi.h (MprAdmin*): Declare functions.
* lib/mprapi.def (MprAdmin*): Add stubs.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.806r2=1.807
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/mprapi.h.diff?cvsroot=srcr1=1.3r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/lib/mprapi.def.diff?cvsroot=srcr1=1.1r2=1.2



src/winsup/w32api ChangeLog include/ipxconst.h ...

2006-05-02 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-05-02 10:51:52

Modified files:
winsup/w32api  : ChangeLog 
Added files:
winsup/w32api/include: ipxconst.h ipxrtdef.h mprapi.h routprot.h 
   stm.h 

Log message:
* include/mprapi.h: New file.
* include/routprot.h: New file.
* include/ipxrtdef.h: New file.
* include/ipxconst.h: New file.
* include/stm.h: New file.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.799r2=1.800
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/ipxconst.h.diff?cvsroot=srcr1=NONEr2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/ipxrtdef.h.diff?cvsroot=srcr1=NONEr2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/mprapi.h.diff?cvsroot=srcr1=NONEr2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/routprot.h.diff?cvsroot=srcr1=NONEr2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/stm.h.diff?cvsroot=srcr1=NONEr2=1.1



src/winsup/w32api ChangeLog include/mprapi.h

2006-05-02 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-05-02 12:08:18

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: mprapi.h 

Log message:
* include/mprapi.h (PPP_*INFO*, RAS_CONNECTION_*, RAS_PORT_*,
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.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.800r2=1.801
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/mprapi.h.diff?cvsroot=srcr1=1.1r2=1.2



src/winsup/w32api ChangeLog include/mprapi.h l ...

2006-05-02 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-05-02 12:21:21

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: mprapi.h 
Added files:
winsup/w32api/lib: mprapi.def 

Log message:
* include/mprapi.h (MprAdminConnection*,MprAdminPort*): Add declaration.
* lib/mprapi.def: New file.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.801r2=1.802
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/mprapi.h.diff?cvsroot=srcr1=1.2r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/lib/mprapi.def.diff?cvsroot=srcr1=NONEr2=1.1



src/winsup/w32api ChangeLog include/ipifcons.h ...

2006-04-28 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-04-28 10:31:20

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: ipifcons.h winbase.h 
Added files:
winsup/w32api/include: mgm.h 
winsup/w32api/lib: rtm.def 

Log message:
* include/ipifcons.h (MIN_IF_TYPE,IF_TYPE_*,MAX_IF_TYPE,IF_ACCESS_*,
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

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.792r2=1.793
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/mgm.h.diff?cvsroot=srcr1=NONEr2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/ipifcons.h.diff?cvsroot=srcr1=1.3r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/winbase.h.diff?cvsroot=srcr1=1.84r2=1.85
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/lib/rtm.def.diff?cvsroot=srcr1=NONEr2=1.1



src/winsup/w32api ChangeLog include/winnt.h

2006-04-28 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-04-28 10:36:46

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: winnt.h 

Log message:
* include/winnt.h (WT_SET_MAX_THREADPOOL_THREADS): Define.
Thanks to:Bruce M Simpson bms_spc at sf dot net

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.793r2=1.794
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/winnt.h.diff?cvsroot=srcr1=1.104r2=1.105



src/winsup/w32api ChangeLog include/basetyps.h

2006-04-28 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-04-28 16:55:26

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: basetyps.h 

Log message:
* include/basetyps.h (REFFMTID): Define properly.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.794r2=1.795
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/basetyps.h.diff?cvsroot=srcr1=1.11r2=1.12



src/winsup/w32api ChangeLog include/wingdi.h

2006-04-28 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-04-28 17:13:14

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: wingdi.h 

Log message:
* include/wingdi.h (BITMAPV5HEADER): New structure definition.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.795r2=1.796
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/wingdi.h.diff?cvsroot=srcr1=1.51r2=1.52



src/winsup/w32api ChangeLog include/ntsecapi.h

2006-04-28 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-04-28 17:16:55

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: ntsecapi.h 

Log message:
* include/ntsecapi.h (POLICY_DNS_DOMAIN_INFO): Fix typo.
Thanks to:Oliver Stoeneberg kidkat at sf dot net

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.796r2=1.797
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/ntsecapi.h.diff?cvsroot=srcr1=1.10r2=1.11



src/winsup/w32api ChangeLog include/winbase.h

2006-04-28 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-04-28 17:34:02

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: winbase.h 

Log message:
* include/winbase.h (ENUMRES*PROC{AW}): ANSI and Unicode versions.
Thanks to:Oliver Stoeneberg kidkat at sf dot net

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.797r2=1.798
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/winbase.h.diff?cvsroot=srcr1=1.85r2=1.86



src/winsup/w32api ChangeLog include/ddk/winddk.h

2006-04-28 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-04-28 17:39:48

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include/ddk: winddk.h 

Log message:
* include/ddk/winddk.h (KAFFINITY): Fix typo.
Thanks to:Oliver Stoeneberg kidkat at sf dot net

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.798r2=1.799
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/ddk/winddk.h.diff?cvsroot=srcr1=1.27r2=1.28



src/winsup/w32api ChangeLog include/ws2tcpip.h

2006-04-24 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-04-24 11:53:16

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: ws2tcpip.h 

Log message:
* include/ws2tcpip.h (gai_strerror): Remove thread-safety comment.
This function cannot be made thread-safe, the API would have to be
changed for that, just like strerror() - strerror_r() and similar
ISO C or POSIX functions...

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.791r2=1.792
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/ws2tcpip.h.diff?cvsroot=srcr1=1.9r2=1.10



src/winsup/w32api ChangeLog include/winnt.h in ...

2006-04-20 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-04-20 10:47:43

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: winnt.h 
winsup/w32api/include/ddk: winddk.h 

Log message:
* include/winnt.h:  revert to 1.102
* include/ddk/winddk.h: revert to 1.25

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.790r2=1.791
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/winnt.h.diff?cvsroot=srcr1=1.103r2=1.104
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/ddk/winddk.h.diff?cvsroot=srcr1=1.26r2=1.27



src/winsup/w32api ChangeLog include/winuser.h

2006-04-19 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-04-19 08:15:19

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: winuser.h 

Log message:
* include/winuser.h (CharNextEx,CharNextExW,CharPrevEx,CharPrevExW):
Delete. Only CharNextExA and CharPrevExA are documented in MSDN.
Thanks to:David Golub david_golub at sf dot net

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.786r2=1.787
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/winuser.h.diff?cvsroot=srcr1=1.110r2=1.111



src/winsup/w32api ChangeLog include/winnt.h in ...

2006-04-19 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-04-19 08:40:53

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: winnt.h 
winsup/w32api/include/ddk: winddk.h 

Log message:
* include/winnt.h, include/ddk/winddk.h (FIELD_OFFSET):
Compile with recent C++ compiler such as gcc 3.4.
* include/ddk/winddk.h: Ditto.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.787r2=1.788
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/winnt.h.diff?cvsroot=srcr1=1.102r2=1.103
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/ddk/winddk.h.diff?cvsroot=srcr1=1.25r2=1.26



src/winsup/w32api ChangeLog include/mmsystem.h

2006-04-19 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-04-19 08:57:16

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: mmsystem.h 

Log message:
* include/mmsystem.h (_LPCWAVEFORMATEX_DEFINED): Define.
Use as guard for the WAVEFORMATEX structure instead of
_WAVEFORMATEX_ to avoid clashes with DirectSound. Keep
_WAVEFORMATEX_ for compatibility.
Thanks to:Andrew Jones guln at sf dot net

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.788r2=1.789
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/mmsystem.h.diff?cvsroot=srcr1=1.6r2=1.7



src/winsup/w32api ChangeLog include/edevdefs.h

2006-04-19 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-04-19 11:03:17

Modified files:
winsup/w32api  : ChangeLog 
Added files:
winsup/w32api/include: edevdefs.h 

Log message:
* include/edevdefs.h: New file.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.789r2=1.790
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/edevdefs.h.diff?cvsroot=srcr1=NONEr2=1.1



src/winsup/w32api ChangeLog include/rpcndr.h

2006-04-14 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-04-14 15:21:21

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: rpcndr.h 

Log message:
* include/rpcndr.h (boolean): Add typedef.
Thanks to:James du Russel ephelon at users dot sf dot net
* include/rpcndr.h (_RPCNDR_H): Define.
Define in addition to __RPCNDR_H__, this is the w32api standard.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.778r2=1.779
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/rpcndr.h.diff?cvsroot=srcr1=1.6r2=1.7



src/winsup/w32api include/wsahelp.h include/ws ...

2006-04-14 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-04-14 15:54:54

Modified files:
winsup/w32api/include: wsahelp.h ws2spi.h rasdlg.h mlang.h 
   setupapi.h 
winsup/w32api  : ChangeLog 

Log message:
* include/wsahelp.h (system_header): Add pragma.
* include/ws2spi.h (system_header): Add pragma.
* include/rasdlg.h (system_header): Add pragma.
* include/rasdlg.h (_RASDLG_H): Define.
Define instead of _RASDLG_H_, this is the w32api standard.
* include/mlang.h (_MLANG_H): Define.
Define instead of _MLANG_H_, this is the w32api standard.
* include/setupapi.h (_SETUPAPI_H): Define.
Define instead of _SETUPAPI_H_, this is the w32api standard.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/wsahelp.h.diff?cvsroot=srcr1=1.3r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/ws2spi.h.diff?cvsroot=srcr1=1.5r2=1.6
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/rasdlg.h.diff?cvsroot=srcr1=1.1r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/mlang.h.diff?cvsroot=srcr1=1.2r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/setupapi.h.diff?cvsroot=srcr1=1.6r2=1.7
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.779r2=1.780



src/winsup/w32api/include commdlg.h

2006-04-11 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-04-11 08:03:23

Modified files:
winsup/w32api/include: commdlg.h 

Log message:
* include/commdlg.h (PD_*): Rearrange.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/commdlg.h.diff?cvsroot=srcr1=1.17r2=1.18



src/winsup/w32api ChangeLog include/commctrl.h ...

2006-04-07 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-04-07 13:28:49

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: commctrl.h wingdi.h 

Log message:
* include/wingdi.h (CAPTUREBLT,NOMIRRORBITMAP): Define.
* include/commctrl.h (WC_LINK{AW},LIF_*,LIM_*,LM_*,
MAX_LINKID_TEXT,L_MAX_URL_LENGTH): Define.
(LITEM,LHITTESTINFO,NMLINK): Add structures.
Thanks to:Brandon Sneed brandon at redf dot net

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.768r2=1.769
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/commctrl.h.diff?cvsroot=srcr1=1.62r2=1.63
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/wingdi.h.diff?cvsroot=srcr1=1.47r2=1.48



src/winsup/w32api ChangeLog include/wingdi.h

2006-04-07 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-04-07 13:41:24

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: wingdi.h 

Log message:
* include/wingdi.h [WINVER = 0x0410]
(AlphaBlend,GradientFill,TransparentBlt): Windows 98 and better.
Thanks to:Alessandro Antonello aleantonello at users dot sf dot 
net

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.769r2=1.770
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/wingdi.h.diff?cvsroot=srcr1=1.48r2=1.49



src/winsup/w32api ChangeLog include/commdlg.h

2006-04-07 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-04-07 14:17:28

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: commdlg.h 

Log message:
* include/commdlg.h [WINVER = 0x0500]
(PD_RESULT_*,START_PAGE_GENERAL): Define.
Thanks to:Wolfgang Glas softadm at users dot sf dot net

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.770r2=1.771
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/commdlg.h.diff?cvsroot=srcr1=1.15r2=1.16



src/winsup/w32api ChangeLog include/wincrypt.h

2006-04-07 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-04-07 14:28:35

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: wincrypt.h 

Log message:
* include/wincrypt.h (PROV_MS_EXCHANGE): Define.
We should probably remove PROV_MS_MAIL but I'm keeping it for
now for compatibility reasons.
Thanks to:Marcus Agehall agehall at users dot sf dot net

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.771r2=1.772
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/wincrypt.h.diff?cvsroot=srcr1=1.17r2=1.18



src/winsup/w32api ChangeLog include/imm.h incl ...

2006-04-06 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-04-06 11:53:54

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: imm.h winuser.h 

Log message:
* include/winuser.h (WM_IME_*): Remove. Defined in imm.h.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.763r2=1.764
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/imm.h.diff?cvsroot=srcr1=1.5r2=1.6
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/winuser.h.diff?cvsroot=srcr1=1.108r2=1.109



src/winsup/w32api ChangeLog include/iptypes.h ...

2006-04-06 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-04-06 12:16:49

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: iptypes.h winsock.h 

Log message:
* include/iptypes.h (IP_ADAPTER_*): Define parts that depend
on SOCKET_ADDRESS only if winsock2.h has already been included.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.764r2=1.765
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/iptypes.h.diff?cvsroot=srcr1=1.8r2=1.9
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/winsock.h.diff?cvsroot=srcr1=1.15r2=1.16



src/winsup/w32api ChangeLog include/w32api.h

2006-04-06 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-04-06 12:18:40

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: w32api.h 

Log message:
* include/w32api.h (WindowsVista): Define.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.765r2=1.766
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/w32api.h.diff?cvsroot=srcr1=1.26r2=1.27



src/winsup/w32api ChangeLog include/w32api.h

2006-04-06 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-04-06 12:21:30

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: w32api.h 

Log message:
* include/w32api.h (_W32API_H): Define.
Define in addition to _W32API_H_, this is the w32api standard.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.766r2=1.767
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/w32api.h.diff?cvsroot=srcr1=1.27r2=1.28



src/winsup/w32api ChangeLog include/w32api.h

2006-04-06 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-04-06 12:26:09

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: w32api.h 

Log message:
* include/w32api.h (IE*): Define for recent versions of IE.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.767r2=1.768
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/w32api.h.diff?cvsroot=srcr1=1.28r2=1.29



src/winsup/w32api ChangeLog include/winerror.h

2006-04-05 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-04-05 07:06:06

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: winerror.h 

Log message:
* include/winerror.h (STG_E_*):  Define.
Thanks to:Oliver Stoeneberg kidkat at users dot sf dot net
* include/winerror.h (STG_S_*): Define.
(CO_S_MACHINENAMENOTFOUND): Define.
(RPC_E_*): Define.
(NTE_*): Define.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.755r2=1.756
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/winerror.h.diff?cvsroot=srcr1=1.13r2=1.14



src/winsup/w32api ChangeLog lib/mqrt.def

2006-04-05 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-04-05 07:23:14

Modified files:
winsup/w32api  : ChangeLog 
Added files:
winsup/w32api/lib: mqrt.def 

Log message:
* lib/mqrt.def: New file.
Needs the mq.h file to work properly, working on it.
Thanks to:Pascal Obry pobry at users dot sf dot net

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.756r2=1.757
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/lib/mqrt.def.diff?cvsroot=srcr1=NONEr2=1.1



src/winsup/w32api ChangeLog lib/mqrt.def inclu ...

2006-04-05 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-04-05 10:01:56

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/lib: mqrt.def 
Added files:
winsup/w32api/include: mq.h 

Log message:
* include/mq.h: New file.
* lib/mqrt.def: (MQ*): Define a few missing functions.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.757r2=1.758
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/mq.h.diff?cvsroot=srcr1=NONEr2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/lib/mqrt.def.diff?cvsroot=srcr1=1.1r2=1.2



src/winsup/w32api ChangeLog include/winbase.h

2006-04-05 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-04-05 13:53:14

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: winbase.h 

Log message:
* include/winbase.h (LOGON32_PROVIDER_WINNT40,
LOGON32_PROVIDER_WINNT50, LOGON32_LOGON_NETWORK,
LOGON32_LOGON_UNLOCK, LOGON32_LOGON_NETWORK_CLEARTEXT,
LOGON32_LOGON_NEW_CREDENTIALS): Define.
Thanks to:Oliver Stoeneberg kidkat at users dot sf dot net

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.758r2=1.759
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/winbase.h.diff?cvsroot=srcr1=1.81r2=1.82



src/winsup/w32api ChangeLog include/objidl.h

2006-04-05 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-04-05 14:16:17

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: objidl.h 

Log message:
* include/objidl.h (PIDSI_*): Define.
(PRSPEC_*): Define.
Thanks to:Oliver Stoeneberg kidkat at users dot sf dot net

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.759r2=1.760
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/objidl.h.diff?cvsroot=srcr1=1.18r2=1.19



src/winsup/w32api ChangeLog include/winuser.h

2006-04-05 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-04-05 15:06:56

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: winuser.h 

Log message:
* include/winuser.h (GetWindowExtEx): Removed, belongs to wingdi.h.
Thanks to:Sergey Philippov phis at users dot sf dot net

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.760r2=1.761
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/winuser.h.diff?cvsroot=srcr1=1.107r2=1.108



src/winsup/w32api ChangeLog include/iptypes.h

2006-04-05 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-04-05 15:53:58

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: iptypes.h 

Log message:
* include/iptypes.h (IP_INTERFACE_NAME_INFO,
IP_ADAPTER_ANYCAST_ADDRESS,IP_ADAPTER_MULTICAST_ADDRESS,
IP_ADAPTER_UNICAST_ADDRESS,IP_ADAPTER_DNS_SERVER_ADDRESS,
IP_ADAPTER_PREFIX,IP_ADAPTER_ADDRESSES): Add structures.
(IF_OPER_STATUS,IP_DAD_STATE,IP_PREFIX_ORIGIN,IP_SUFFIX_ORIGIN,
SCOPE_LEVEL): Add enums.
(IP_ADAPTER_*): Define.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.761r2=1.762
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/iptypes.h.diff?cvsroot=srcr1=1.7r2=1.8



src/winsup/w32api ChangeLog include/iphlpapi.h ...

2006-04-05 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-04-05 16:05:04

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: iphlpapi.h 
winsup/w32api/lib: iphlpapi.def 

Log message:
* include/iphlpapi.h (GAA_FLAG_*): Define.
(GetAdaptersAddresses): Add function declaration.
* lib/iphlpapi.def (GetAdaptersAddresses): Add function stub.
Thanks to:ross rossboulet at users dot sf dot net

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.762r2=1.763
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/iphlpapi.h.diff?cvsroot=srcr1=1.6r2=1.7
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/lib/iphlpapi.def.diff?cvsroot=srcr1=1.4r2=1.5



src/winsup/w32api ChangeLog include/winuser.h

2006-04-03 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-04-03 09:55:27

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: winuser.h 

Log message:
* include/winuser.h (WM_IME_*): Define (DWORD type).
(EM_*IMESTATUS): Define.
(WM_*): Define.
(XBUTTON*): Define.
Thanks to:Steve Folly spfolly at users dot sf dot net

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.753r2=1.754
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/winuser.h.diff?cvsroot=srcr1=1.106r2=1.107



src/winsup/w32api ChangeLog include/commctrl.h

2006-04-03 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-04-03 13:01:26

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: commctrl.h 

Log message:
* include/commctrl.h (ListView_*):  Define and correct.
(LVM_*): Define.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.754r2=1.755
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/commctrl.h.diff?cvsroot=srcr1=1.61r2=1.62



src/winsup/w32api ChangeLog include/winspool.h

2006-03-29 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-03-29 11:56:38

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: winspool.h 

Log message:
* include/winspool.h [_WIN32_WINNT = 0x0500]
(DRIVER_*MODE): Define (DWORD type).
Thanks to:   Roland Schwingel rolandschwingel at users dot sf dot net

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.746r2=1.747
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/winspool.h.diff?cvsroot=srcr1=1.8r2=1.9



src/winsup/w32api ChangeLog include/winspool.h

2006-03-29 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-03-29 12:23:08

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: winspool.h 

Log message:
* include/winspool.h [_WIN32_WINNT = 0x0500]
(DRIVER_INFO_*{AW}): Add structure.
(PRINTER_INFO_*{AW}): Add structure.
Thanks to:   Roland Schwingel rolandschwingel at users dot sf dot net

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.747r2=1.748
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/winspool.h.diff?cvsroot=srcr1=1.9r2=1.10



src/winsup/w32api ChangeLog include/winspool.h

2006-03-29 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-03-29 12:41:10

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: winspool.h 

Log message:
* include/winspool.h [_WIN32_WINNT = 0x0500]
(DRIVER_INFO_7A): Correct definition.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.748r2=1.749
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/winspool.h.diff?cvsroot=srcr1=1.10r2=1.11



src/winsup/w32api ChangeLog

2006-03-29 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-03-29 12:41:58

Modified files:
winsup/w32api  : ChangeLog 

Log message:
* include/winspool.h [_WIN32_WINNT = 0x0500]
(PRINTER_INFO_7A): Correct definition.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.749r2=1.750



src/winsup/w32api ChangeLog include/winspool.h

2006-03-29 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-03-29 17:10:00

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: winspool.h 

Log message:
* include/winspool.h (JOB_INFO_3): Add structure.
(PROVIDOR_INFO_*{AW}): Add structure.
* include/winspool.h [_WIN32_WINNT = 0x0500]
(PRINTER_ENUM_VALUES{AW}): Add structure.
(PRINTPROCESSOR_CAPS): Add structure.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.750r2=1.751
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/winspool.h.diff?cvsroot=srcr1=1.11r2=1.12



src/winsup/w32api ChangeLog include/winspool.h

2006-03-09 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-03-09 08:26:25

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: winspool.h 

Log message:
* include/winspool.h (JOB_CONTROL_*,JOB_STATUS_*): Define.
Thanks to:   Roland Schwingel rolandschwingel at users dot sf dot net

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.738r2=1.739
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/winspool.h.diff?cvsroot=srcr1=1.6r2=1.7



src/winsup/w32api ChangeLog include/winspool.h

2006-03-09 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-03-09 13:23:24

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: winspool.h 

Log message:
* include/winspool.h (DI_MEMORYMAP_WRITE): Define (DWORD type).
(FORM_USER,FORM_PRINTER): Define (DWORD type).
* include/winspool.h [_WIN32_WINNT = 0x0500]
(DSPRINT_*): Define (DWORD type).
Thanks to:   Roland Schwingel rolandschwingel at users dot sf dot net

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.739r2=1.740
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/winspool.h.diff?cvsroot=srcr1=1.7r2=1.8



src/winsup/w32api ChangeLog include/shellapi.h

2006-03-07 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-03-07 10:45:35

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: shellapi.h 

Log message:
* include/shellapi.h (NOTIFYICONDATA_V*_SIZE): Define.
Thanks to:  Daniel Atallah datallah at users dot sf dot net
* include/shellapi.h  [_WIN32_IE = 0x0500]
(NIS_*): Introduced in Version 5.0.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.736r2=1.737
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/shellapi.h.diff?cvsroot=srcr1=1.14r2=1.15



src/winsup/w32api ChangeLog

2006-03-06 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-03-06 14:29:04

Modified files:
winsup/w32api  : ChangeLog 

Log message:
* include/wingdi.h  [WINVER = 0x0500]
(INTERNET_STATE_*,*_EMBEDED): Included in Windows 2000 and later.
Thanks to: David A. Capello dacap at users dot sf dot net

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.732r2=1.733



src/winsup/w32api ChangeLog

2006-03-06 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-03-06 14:30:30

Modified files:
winsup/w32api  : ChangeLog 

Log message:
* include/wingdi.h  [WINVER = 0x0500]
(GRADIENT_FILL_*,*_EMBEDED): Included in Windows 2000 and later.
Thanks to: David A. Capello dacap at users dot sf dot net

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.733r2=1.734



src/winsup/w32api/include objsafe.h

2005-08-11 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2005-08-11 09:04:13

Added files:
winsup/w32api/include: objsafe.h 

Log message:
Attempting to add include/objsafe.h again...

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/objsafe.h.diff?cvsroot=srcr1=NONEr2=1.1



src/winsup/w32api ChangeLog

2005-07-08 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2005-07-08 13:37:34

Modified files:
winsup/w32api  : ChangeLog 

Log message:
* include/objsafe.h: New file.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.662r2=1.663



src/winsup/w32api ChangeLog

2004-03-25 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2004-03-25 10:02:06

Modified files:
winsup/w32api  : ChangeLog 

Log message:
Typo.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.552r2=1.553



src/winsup/w32api ChangeLog include/GL/glu.h

2004-03-25 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2004-03-25 10:17:29

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include/GL: glu.h 

Log message:
2004-03-25  Dimitri Papadopoulos  [EMAIL PROTECTED]

* include/GL/glu.h (GLU_AUTO_LOAD_MATRIX, GLU_CULLING,
GLU_SAMPLING_TOLERANCE, GLU_DISPLAY_MODE, GLU_PARAMETRIC_TOLERANCE,
GLU_SAMPLING_METHOD, GLU_U_STEP, GLU_V_STEP): Define.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.553r2=1.554
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/GL/glu.h.diff?cvsroot=srcr1=1.6r2=1.7



src/winsup/w32api ChangeLog include/winuser.h

2003-10-13 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2003-10-13 06:02:06

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: winuser.h 

Log message:
* include/windows.h (CopyCursor): Although MSDN pretends this is
a function to be imported from user32.lib, it's actually a macro.
From the Delphi FAQ:
Question:
Where is the Windows API function CopyCursor defined in
32-Bit versions of Delphi and C++ Builder?
Answer:
While the call is documented in the Win32 help file, the
function is simply mapped to the Windows API function
CopyIcon(). Note that the 32 bit version of CopyIcon
does not take a hInstance parameter.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.501r2=1.502
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/winuser.h.diff?cvsroot=srcr1=1.77r2=1.78



src/winsup/w32api ChangeLog include/winbase.h ...

2003-10-07 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2003-10-07 08:47:06

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: winbase.h winnt.h 
winsup/w32api/lib: kernel32.def 

Log message:
* include/winbase.h [_WIN32_WINNT = 0x0500] (GetComputerNameEx[AW],
GetProcessIoCounters): Add functions.

* include/winbase.h [_WIN32_WINNT = 0x0500] (COMPUTER_NAME_FORMAT):
Move around, needed by GetComputerNameEx.

* include/winbase.h [_WIN32_WINNT = 0x0501] (FindActCtxSectionGuid,
FindActCtxSectionString[AW], GetCurrentActCtx, GetNativeSystemInfo):
Add functions.

* include/winbase.h [_WIN32_WINNT = 0x0501]
(ACTCTX_SECTION_KEYED_DATA): Add structure.

* include/winbase.h [_WIN32_WINNT = 0x0502] (GetDllDirectory[AW],
GetFirmwareEnvironmentVariable[AW], GetProcessHandleCount,
GetProcessId, GetSystemRegistryQuota): Add functions, available on
Windows XP SP1 and better.

* include/winnt.h [_WIN32_WINNT = 0x0501]
(ACTIVATION_CONTEXT_SECTION_ASSEMBLY_INFORMATION,
ACTIVATION_CONTEXT_SECTION_DLL_REDIRECTION,
ACTIVATION_CONTEXT_SECTION_WINDOW_CLASS_REDIRECTION,
ACTIVATION_CONTEXT_SECTION_COM_SERVER_REDIRECTION,
ACTIVATION_CONTEXT_SECTION_COM_INTERFACE_REDIRECTION,
ACTIVATION_CONTEXT_SECTION_COM_TYPE_LIBRARY_REDIRECTION,
ACTIVATION_CONTEXT_SECTION_COM_PROGID_REDIRECTION,
ACTIVATION_CONTEXT_SECTION_CLR_SURROGATES): Add constants.

* lib/user32.def (FindActCtxSectionGuid, FindActCtxSectionString[AW],
GetComputerNameEx[AW], GetCurrentActCtx, GetDllDirectory[AW],
GetFirmwareEnvironmentVariable[AW], GetModuleHandleEx[AW],
GetNativeSystemInfo, GetProcessHandleCount, GetProcessIoCounters):
Add functions.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.488r2=1.489
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/winbase.h.diff?cvsroot=srcr1=1.54r2=1.55
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/winnt.h.diff?cvsroot=srcr1=1.75r2=1.76
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/lib/kernel32.def.diff?cvsroot=srcr1=1.15r2=1.16



src/winsup/w32api ChangeLog include/winnt.h

2003-10-06 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2003-10-06 06:47:41

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: winnt.h 

Log message:
* include/winnt.h (LANG_KYRGYZ, LANG_MONGOLIAN, LANG_GALICIAN,
LANG_SYRIAC, LANG_INVARIANT, SUBLANG_KASHMIRI_SASIA): Add constants.

* include/winnt.h (SUBLANG_AZERI_LATIN, SUBLANG_AZERI_CYRILLIC,
SUBLANG_ENGLISH_ZIMBABWE, SUBLANG_ENGLISH_PHILIPPINES): Fix wrong
value for constants.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.480r2=1.481
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/winnt.h.diff?cvsroot=srcr1=1.73r2=1.74



src/winsup/w32api ChangeLog include/winbase.h ...

2003-10-06 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2003-10-06 09:45:59

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: winbase.h wincon.h 
winsup/w32api/lib: kernel32.def 

Log message:
* include/winbase.h [_WIN32_WINNT = 0x0501] (ACTCTX_FLAG_*):
Add constants.

* include/winbase.h [_WIN32_WINNT = 0x0501] (ACTCTX[AW]): Add
structures.

* include/winbase.h [_WIN32_WINNT = 0x0501] (ActivateActCtx): Add
function. MSDN says the first argument is HACTCTX but I'm not sure
where such a specialized handle is defined, so use HANDLE instead.

* include/winbase.h [_WIN32_WINNT = 0x0501] (AttachConsole,
CheckNameLegalDOS8Dot3[AW]): Add functions.

* lib/user32.def (ActivateActCtx, AttachConsole,
CheckNameLegalDOS8Dot3[AW]): Add functions.

* lib/user32.def (AddLocalAlternateComputerName[AW]): Add functions.
Unfortunately I don't know which header to put the declarations in.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.482r2=1.483
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/winbase.h.diff?cvsroot=srcr1=1.49r2=1.50
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/wincon.h.diff?cvsroot=srcr1=1.6r2=1.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/lib/kernel32.def.diff?cvsroot=srcr1=1.11r2=1.12



src/winsup/w32api ChangeLog include/winbase.h ...

2003-10-06 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2003-10-06 10:00:31

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: winbase.h 
winsup/w32api/lib: kernel32.def 

Log message:
* include/winbase.h [_WIN32_WINNT = 0x0400] (ConvertFiberToThread):
Add function. Sometimes I don't understand MSDN. This function is
available on Windows XP and Server 2003, but the SDK is supposed to
make it available when _WIN32_WINNT = 0x0400, or so says the MSDN.
Mmmh...

* include/winbase.h [_WIN32_WINNT = 0x0400] (CreateFiberEx):
Guard function. Same remark as above.

* lib/user32.def (ConvertFiberToThread, CreateFiberEx):
Add functions.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.483r2=1.484
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/winbase.h.diff?cvsroot=srcr1=1.50r2=1.51
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/lib/kernel32.def.diff?cvsroot=srcr1=1.12r2=1.13



src/winsup/w32api ChangeLog include/winbase.h ...

2003-10-06 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2003-10-06 12:33:32

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: winbase.h winnt.h 
winsup/w32api/lib: kernel32.def 

Log message:
* include/winbase.h (CancelDeviceWakeupRequest): Add function.

* include/winbase.h [_WIN32_WINNT = 0x0501]
(CreateMemoryResourceNotification, DeactivateActCtx): Add functions.

* include/winbase.h [_WIN32_WINNT = 0x0500] (CreateTimerQueue,
CreateTimerQueueTimer): Add function.

* include/winbase.h [_WIN32_WINNT = 0x0501]
(MEMORY_RESOURCE_NOTIFICATION_TYPE): Add enumeration.

* include/winbase.h [_WIN32_WINNT = 0x0501]
(DEACTIVATE_ACTCTX_FLAG_FORCE_EARLY_DEACTIVATION): Add constant.

* include/winnt.h (WT_*): Add constants.

* lib/user32.def (CancelDeviceWakeupRequest,
CreateMemoryResourceNotification, CreateTimerQueueTimer,
DeactivateActCtx): Add functions.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.484r2=1.485
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/winbase.h.diff?cvsroot=srcr1=1.51r2=1.52
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/winnt.h.diff?cvsroot=srcr1=1.74r2=1.75
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/lib/kernel32.def.diff?cvsroot=srcr1=1.13r2=1.14



src/winsup/w32api ChangeLog include/winbase.h

2003-10-06 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2003-10-07 05:54:53

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: winbase.h 

Log message:
* include/winbase.h (GetVolumePathNamesForVolumeName): Available
on Windows XP and later.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.486r2=1.487
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/winbase.h.diff?cvsroot=srcr1=1.52r2=1.53



src/winsup/w32api ChangeLog include/tmschema.h ...

2003-10-03 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2003-10-03 10:27:27

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: tmschema.h uxtheme.h winuser.h 

Log message:
* include/winuser.h [WINVER = 0x0500] (EVENT_*): Add constants.

* include/uxtheme.h: Cleanup.
* include/tmschema.h: Cleanup.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.473r2=1.474
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/tmschema.h.diff?cvsroot=srcr1=1.1r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/uxtheme.h.diff?cvsroot=srcr1=1.2r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/winuser.h.diff?cvsroot=srcr1=1.73r2=1.74



src/winsup/w32api ChangeLog include/winuser.h

2003-10-03 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2003-10-03 10:29:16

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: winuser.h 

Log message:
* include/winuser.h [WINVER = 0x0500] (EVENT_MAX): Ooops...
wrong value for constant.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.474r2=1.475
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/winuser.h.diff?cvsroot=srcr1=1.74r2=1.75



src/winsup/w32api ChangeLog include/winuser.h

2003-10-03 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2003-10-03 11:38:07

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: winuser.h 

Log message:
* include/winuser.h [_WIN32_WINNT = 0x0501] (EVENT_*, CONSOLE_*):
Add constants, related to Console Accessibility.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.475r2=1.476
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/winuser.h.diff?cvsroot=srcr1=1.75r2=1.76



src/winsup/w32api ChangeLog include/wincrypt.h

2003-10-03 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2003-10-03 12:04:02

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: wincrypt.h 

Log message:
* include/wincrypt.h (KP_*): Add constants. Needed by
CryptSetKeyParam() and other functions.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.476r2=1.477
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/wincrypt.h.diff?cvsroot=srcr1=1.9r2=1.10



src/winsup/w32api ChangeLog include/wincrypt.h

2003-10-03 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2003-10-03 12:06:06

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: wincrypt.h 

Log message:
* include/wincrypt.h (CRYPT_FLAGS_*): Add constants. Protocol flags.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.477r2=1.478
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/wincrypt.h.diff?cvsroot=srcr1=1.10r2=1.11



src/winsup/w32api ChangeLog include/wincrypt.h

2003-10-03 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2003-10-03 12:11:05

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: wincrypt.h 

Log message:
* include/wincrypt.h (SCHANNEL_MAC_KEY, SCHANNEL_ENC_KEY,
INTERNATIONAL_USAGE): Add constants. Specifying the Algorithms

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.478r2=1.479
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/wincrypt.h.diff?cvsroot=srcr1=1.11r2=1.12



src/winsup/w32api ChangeLog include/wincrypt.h

2003-10-03 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2003-10-03 12:14:13

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: wincrypt.h 

Log message:
* include/wincrypt.h (KP_SCHANNEL_ALG): Add constant. Specifying
the algorithms.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.479r2=1.480
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/wincrypt.h.diff?cvsroot=srcr1=1.12r2=1.13



src/winsup/w32api ChangeLog include/winuser.h ...

2003-09-30 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2003-09-30 06:57:46

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: winuser.h 
winsup/w32api/lib: user32.def 

Log message:
* include/winuser.h [_WIN32_WINNT = 0x0501] (RIM_INPUT,
RIM_INPUTSINK): Add constants, for use by WM_INPUT notification.

* include/winuser.h [_WIN32_WINNT = 0x0501] (RIDEV_REMOVE,
RIDEV_EXCLUDE, RIDEV_PAGEONLY, RIDEV_NOLEGACY, RIDEV_INPUTSINK,
RIDEV_CAPTUREMOUSE, RIDEV_NOHOTKEYS, RIDEV_APPKEYS): Add constants,
for use in RAWINPUTDEVICE.

* include/winuser.h [_WIN32_WINNT = 0x0501]
(GetRawInputDeviceInfo[AW]): Ooops... there are
ANSI/Unicode versions of this function.

* lib/user32.def (GetRawInputDeviceInfo[AW]): Ooops... there
are ANSI/Unicode versions of this function.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.467r2=1.468
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/winuser.h.diff?cvsroot=srcr1=1.70r2=1.71
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/lib/user32.def.diff?cvsroot=srcr1=1.21r2=1.22



src/winsup/w32api ChangeLog include/winuser.h ...

2003-09-29 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2003-09-29 08:54:50

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: winuser.h 
winsup/w32api/lib: user32.def 

Log message:
* include/winuser.h [_WIN32_WINNT = 0x0501] (RIM_TYPEMOUSE,
RIM_TYPEKEYBOARD, RIM_TYPEHID, MOUSE_MOVE_RELATIVE,
MOUSE_MOVE_ABSOLUTE, MOUSE_VIRTUAL_DESKTOP,
MOUSE_ATTRIBUTES_CHANGED, RI_MOUSE_LEFT_BUTTON_DOWN,
RI_MOUSE_LEFT_BUTTON_UP, RI_MOUSE_RIGHT_BUTTON_DOWN,
RI_MOUSE_RIGHT_BUTTON_UP, RI_MOUSE_MIDDLE_BUTTON_DOWN,
RI_MOUSE_MIDDLE_BUTTON_UP, RI_MOUSE_BUTTON_1_DOWNT_BUTTON_DOWN,
RI_MOUSE_BUTTON_1_UP, RI_MOUSE_BUTTON_2_DOWNHT_BUTTON_DOWN,
RI_MOUSE_BUTTON_2_UP, RI_MOUSE_BUTTON_3_DOWNDLE_BUTTON_DOWN,
RI_MOUSE_BUTTON_3_UP, RI_MOUSE_BUTTON_4_DOWN,
RI_MOUSE_BUTTON_4_UP, RI_MOUSE_BUTTON_5_DOWN,
RI_MOUSE_BUTTON_5_UP, RI_MOUSE_WHEEL, KEYBOARD_OVERRUN_MAKE_CODE,
RI_KEY_MAKE, RI_KEY_BREAK, RI_KEY_E0, RI_KEY_E1,
RI_KEY_TERMSRV_SET_LED, RI_KEY_TERMSRV_SHADOW, RID_INPUT,
RID_HEADER, RIDI_PREPARSEDDATA, RIDI_DEVICENAME,
RIDI_DEVICEINFO): Add constants.

* include/winuser.h [_WIN32_WINNT = 0x0501] (RAWINPUTHEADER,
RAWMOUSE, RAWKEYBOARD, RAWHID, RAWINPUT, RAWINPUTDEVICE,
RAWINPUTDEVICELIST): Add structures.

* include/winuser.h [_WIN32_WINNT = 0x0501] (DefRawInputProc,
GetRawInputBuffer, GetRawInputData, GetRawInputDeviceInfo,
GetRawInputDeviceList, GetRegisteredRawInputDevices): Add functions.

* lib/user32.def (DefRawInputProc, GetRawInputBuffer,
GetRawInputData, GetRawInputDeviceInfo, GetRawInputDeviceList,
GetRegisteredRawInputDevices): Add functions.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.466r2=1.467
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/winuser.h.diff?cvsroot=srcr1=1.69r2=1.70
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/lib/user32.def.diff?cvsroot=srcr1=1.20r2=1.21



src/winsup/w32api ChangeLog include/winnt.h

2003-09-26 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2003-09-26 08:19:30

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: winnt.h 

Log message:
* include/winnt.h (ACE_INHERITED_OBJECT_TYPE_PRESENT,
ACE_OBJECT_TYPE_PRESENT): Add constants. For use with
OBJECTS_AND_NAME structure.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.460r2=1.461
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/winnt.h.diff?cvsroot=srcr1=1.71r2=1.72



src/winsup/w32api ChangeLog include/winable.h ...

2003-09-26 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2003-09-26 09:49:53

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: winable.h winuser.h 
winsup/w32api/lib: user32.def 

Log message:
* include/winuser.h [WINVER = 0x0500] (SetWinEventHook, WINEVENTPROC,
WINEVENT_OUTOFCONTEXT, WINEVENT_SKIPOWNTHREAD, WINEVENT_SKIPOWNPROCESS,
WINEVENT_INCONTEXT): Add function, typedef, and constants.

* include/winable.h [WINVER  0x0500] (SetWinEventHook, WINEVENTPROC,
WINEVENT_OUTOFCONTEXT, WINEVENT_SKIPOWNTHREAD, WINEVENT_SKIPOWNPROCESS,
WINEVENT_INCONTEXT): Add function, typedef, and constants.

* include/winuser.h [_WIN32_WINNT = 0x0500] (UserHandleGrantAccess):
Add function.

* lib/user32.def (SetWinEventHook, UserHandleGrantAccess):
Add functions.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.461r2=1.462
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/winable.h.diff?cvsroot=srcr1=1.7r2=1.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/winuser.h.diff?cvsroot=srcr1=1.64r2=1.65
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/lib/user32.def.diff?cvsroot=srcr1=1.15r2=1.16



src/winsup/w32api ChangeLog include/winuser.h ...

2003-09-26 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2003-09-26 10:20:46

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: winuser.h 
winsup/w32api/lib: user32.def 

Log message:
* include/winuser.h [WINVER = 0x0500] (RegisterDeviceNotification[AW],
DEVICE_NOTIFY_WINDOW_HANDLE, DEVICE_NOTIFY_SERVICE_HANDLE,
DEVICE_NOTIFY_ALL_INTERFACE_CLASSES): Add function and constants.

* lib/user32.def (RegisterDeviceNotification[AW]): Add function.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.462r2=1.463
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/winuser.h.diff?cvsroot=srcr1=1.65r2=1.66
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/lib/user32.def.diff?cvsroot=srcr1=1.16r2=1.17



src/winsup/w32api ChangeLog include/winuser.h ...

2003-09-26 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2003-09-26 10:31:43

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: winuser.h 
winsup/w32api/lib: user32.def 

Log message:
* include/winuser.h (RealGetWindowClassA[AW]): Add function.

* lib/user32.def (RealGetWindowClassA[AW]): Add function.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.463r2=1.464
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/winuser.h.diff?cvsroot=srcr1=1.66r2=1.67
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/lib/user32.def.diff?cvsroot=srcr1=1.17r2=1.18



src/winsup/w32api ChangeLog include/winuser.h ...

2003-09-25 Thread papadopo
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2003-09-25 07:53:44

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: winuser.h winable.h 

Log message:
* include/winuser.h [WINVER = 0x0500] (GetGUIThreadInfo,
LPGUITHREADINFO): Add function and associated typedef...
* include/winable.h [WINVER  0x0500] (GetGUIThreadInfo,
LPGUITHREADINFO): ...and duplicate them in winable.h as
seems to be required on older versions of Windows.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.451r2=1.452
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/winuser.h.diff?cvsroot=srcr1=1.56r2=1.57
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/winable.h.diff?cvsroot=srcr1=1.5r2=1.6



  1   2   >