Commit Graph
37144 Commits
Author SHA1 Message Date
Timo Kreuzer 107b7b3802 tcpip: fix a pointer to ULONG cast
svn path=/branches/ros-amd64-bringup/; revision=41070
2009-05-23 11:37:02 +00:00
Timo Kreuzer 606b5e8b01 syssetup: convert to spec
svn path=/branches/ros-amd64-bringup/; revision=41052
2009-05-23 01:02:23 +00:00
Timo Kreuzer c9eb3be968 sndblast: convert to spec
svn path=/branches/ros-amd64-bringup/; revision=41050
2009-05-23 00:53:54 +00:00
Timo Kreuzer a379eccd66 Change return type of OpenMRUListW and CreateMRUListW to HANDLE, add a comment that CREATEMRULISTW is already defined differently in explorer_new/undoc.h
svn path=/branches/ros-amd64-bringup/; revision=41049
2009-05-23 00:15:56 +00:00
Timo Kreuzer 96288db253 Shel32:
- DialogProc returns INT_PTR and not BOOL
- Don't cast a pointer to LONG
- Use INT_PTR instead of int for pointer math

svn path=/branches/ros-amd64-bringup/; revision=41048
2009-05-22 23:56:31 +00:00
Timo Kreuzer 70abca9899 Get rid of deprectaed LargeInteger functions and use native int64 math instead.
svn path=/branches/ros-amd64-bringup/; revision=41047
2009-05-22 23:52:52 +00:00
Timo Kreuzer 17eb05caa5 #if out an unused static funtion. Don't know if it's still useful. Ged?
svn path=/branches/ros-amd64-bringup/; revision=41046
2009-05-22 22:17:55 +00:00
Timo Kreuzer 135a854683 commdlg.h: fix and update definition of OPENFILENAMEAW
svn path=/branches/ros-amd64-bringup/; revision=41045
2009-05-22 22:04:18 +00:00
Timo Kreuzer a0fbc3edc2 Cast NULL to DWORD?
svn path=/branches/ros-amd64-bringup/; revision=41044
2009-05-22 21:52:28 +00:00
Timo Kreuzer b90d10d8f6 fix merge artifact
svn path=/branches/ros-amd64-bringup/; revision=41036
2009-05-21 20:36:53 +00:00
Timo Kreuzer a67efbb26f Stubplement fmodf
svn path=/branches/ros-amd64-bringup/; revision=41035
2009-05-21 20:34:30 +00:00
Timo Kreuzer aeaf524709 ACPI: Several 64 bit fixes, TODO: fix amd64 assembly in platform/acgcc.h
svn path=/branches/ros-amd64-bringup/; revision=41034
2009-05-21 19:47:30 +00:00
Timo Kreuzer 3cb029711a Fix ntoskrnl exports on amd64 by adding a FASTCALL macro that expands to stdcall on amd64 builds.
svn path=/branches/ros-amd64-bringup/; revision=41033
2009-05-21 19:43:14 +00:00
Timo Kreuzer 1e6ef30c73 Sync trunk head (r41026)
svn path=/branches/ros-amd64-bringup/; revision=41032
2009-05-21 18:39:21 +00:00
Timo Kreuzer 346b0cc936 update README.WINE
svn path=/branches/ros-amd64-bringup/; revision=41031
2009-05-21 17:53:50 +00:00
Timo Kreuzer 6991aa7bb0 wdm.h: fix definition of 64bit SLIST_HEADER
winnt.h: add 64bit SLIST_HEADER

svn path=/branches/ros-amd64-bringup/; revision=41030
2009-05-21 17:51:59 +00:00
Timo Kreuzer c8576b3e28 sql.h: fix SQLFetchScroll prototype
sqlext.h: add a hack for wine sources

svn path=/branches/ros-amd64-bringup/; revision=41029
2009-05-21 17:44:32 +00:00
Timo Kreuzer 15da2d4c26 odbc32: Fix build.
svn path=/branches/ros-amd64-bringup/; revision=41028
2009-05-21 17:37:09 +00:00
Timo Kreuzer 3c27022ec9 Update odbc32 to Wine-1.1.21. It still doesn't work at all.
svn path=/branches/ros-amd64-bringup/; revision=41027
2009-05-21 17:32:41 +00:00
Sylvain Petreolle d07aa40490 fix log2lines build
svn path=/trunk/; revision=41026
2009-05-21 14:15:51 +00:00
Cameron Gutman 000423fd64 - The slot number passed directly to NdisImmediateReadPciSlotInformation/NdisImmediateWritePciSlotInformation is ignored according to MSDN so store a valid slot number in the wrapper context to use instead
svn path=/trunk/; revision=41024
2009-05-21 00:54:10 +00:00
Ziliang Guo c0e9d6e37d Add missing parameter to readme.
svn path=/trunk/; revision=41023
2009-05-20 20:03:53 +00:00
Christoph von Wittich 6370393c43 sync fusion with wine 1.1.21
svn path=/trunk/; revision=41022
2009-05-20 14:43:24 +00:00
Christoph von Wittich d8dac3259e sync wintrust with wine 1.1.21
svn path=/trunk/; revision=41021
2009-05-20 14:35:44 +00:00
Christoph von Wittich 38600af091 add a parameter check to GetAdaptersAddresses stub (fixes a winetest)
svn path=/trunk/; revision=41020
2009-05-20 14:23:16 +00:00
Christoph von Wittich 3e68821bfc sync jscript with wine 1.1.21
svn path=/trunk/; revision=41019
2009-05-20 13:12:23 +00:00
Michael Martin 9f6cf09ab7 - eventlog.h: Add CurrentRecord to EventSource struct as each EventLog handle must keep track of current record.
- LogfInitializeNew/LogfInitializeExisting: Set LogFile MaxSize to just under 5k and add a FIXME to read value from registry. TODO.
- LogfReadEvent: Change return value to DWORD so that errors can be passed back and last error can be set from caller(advapi32).
Change RecordNumber parameter to pointer so that it can be returned and saved in rpc's handle for the EventLog.
RecordNumber of 0 can only be used with flag EVENTLOG_SEQUENTIAL READ.
Set BytesRead and BytesNeeded to 0 as caller expects those values for any failure.
- LogfWriteData: Implement record overwriting when the LogFile has reached MaxSize.
- Implement LogfGetCurrentRecord.
- Code not active yet, will be with upcoming changes to base\services\eventlog\rpc.c.

svn path=/trunk/; revision=41018
2009-05-20 13:07:19 +00:00
Christoph von Wittich df8e70e2f8 re-add missing LANGID definition
svn path=/trunk/; revision=41017
2009-05-20 13:05:24 +00:00
Christoph von Wittich 7d1a590941 sync msi with wine 1.1.21
svn path=/trunk/; revision=41016
2009-05-20 12:59:23 +00:00
Dmitry Chapyshev e0cba65fdf - Add check of params for NtGetWriteWatch/NtResetWriteWatch (from Wine)
- Set Granularity to PAGE_SIZE
Fixes crash in kernel32 virtual test

svn path=/trunk/; revision=41015
2009-05-20 11:08:08 +00:00
Dmitry Chapyshev 822db26efe - Fix crash in gdi32 bitmap winetest
svn path=/trunk/; revision=41014
2009-05-20 07:51:22 +00:00
Cameron Gutman ccf3aa7ce8 - Implement NdisGetFirstBufferFromPacketSafe and NdisCopyFromPacketToPacketSafe
svn path=/trunk/; revision=41013
2009-05-20 03:31:46 +00:00
Cameron Gutman 4f200eb46b - Implement NdisGetPoolFromPacket, NdisPacketSize, NdisGetPacketCancelId, and NdisSetPacketCancelId
svn path=/trunk/; revision=41012
2009-05-20 03:20:57 +00:00
Cameron Gutman f1b88f61d3 - Store the MTU in the packet extension for use during segmentation by miniport drivers
svn path=/trunk/; revision=41011
2009-05-20 03:10:49 +00:00
James Tabor 24924072e9 - GetMouseMovePointsEx is a direct call to kernel space. Move and sorted initial code.
svn path=/trunk/; revision=41010
2009-05-20 02:20:48 +00:00
Timo Kreuzer b764d1abae mswsock: remove the old def file
svn path=/branches/ros-amd64-bringup/; revision=41009
2009-05-20 02:00:05 +00:00
Timo Kreuzer 5ec7b1d738 HACK-O-LINK libcoldname.a from explorer.rbuild to make x86 builds happy.
svn path=/branches/ros-amd64-bringup/; revision=41008
2009-05-20 01:55:31 +00:00
Timo Kreuzer a731816b78 get rid of libcoldname in rbuild
svn path=/branches/ros-amd64-bringup/; revision=41007
2009-05-20 01:55:15 +00:00
Timo Kreuzer 11535ca1db Add initial version of RtlInterlockedPopEntrySList and stubs for RtlInterlockedPushEntrySList and RtlInterlockedFlushSList
svn path=/branches/ros-amd64-bringup/; revision=41006
2009-05-20 01:32:48 +00:00
Timo Kreuzer a387997e48 update main rbuild file
svn path=/branches/ros-amd64-bringup/; revision=41005
2009-05-20 01:30:20 +00:00
Timo Kreuzer a9feb7f7f5 add crt to gdiplus libraries in x64 builds
svn path=/branches/ros-amd64-bringup/; revision=41004
2009-05-20 01:28:15 +00:00
Timo Kreuzer 7cab8638a8 build ntvdm only on x86
svn path=/branches/ros-amd64-bringup/; revision=41003
2009-05-20 01:18:32 +00:00
James Tabor 81f3fa31f2 - Time to kill this one. We setup with ParentWindowHandle already set.
svn path=/trunk/; revision=41002
2009-05-19 23:34:40 +00:00
Timo Kreuzer 6a56a40ddf netshell: don't cast the 1st parameter of InterlockedExchange to volatile void **, but to void **
svn path=/branches/ros-amd64-bringup/; revision=41001
2009-05-19 22:10:47 +00:00
Timo Kreuzer f109d67838 mswsock: convert to spec, taken from wine
svn path=/branches/ros-amd64-bringup/; revision=41000
2009-05-19 21:59:10 +00:00
Timo Kreuzer 23c431bbce msiexec: silence format warnings
svn path=/branches/ros-amd64-bringup/; revision=40999
2009-05-19 21:54:47 +00:00
James Tabor afd7257ecb - Fix for wine tests. Added wine QS flag.
svn path=/trunk/; revision=40998
2009-05-19 21:53:13 +00:00
Timo Kreuzer a98ac8915e go back to SOCKET for AFD_HANDLE.Handle
svn path=/branches/ros-amd64-bringup/; revision=40997
2009-05-19 21:45:40 +00:00
Timo Kreuzer cac551770b msacm.h: fix tag of ACMFILTERCHOOSEA and include mmreg.h that some wine code expects
svn path=/branches/ros-amd64-bringup/; revision=40996
2009-05-19 21:36:21 +00:00
Timo Kreuzer 7161bd24d1 64bit fixes for sqltype.h, also resort and cleanup
svn path=/branches/ros-amd64-bringup/; revision=40995
2009-05-19 21:34:54 +00:00