reactos.git
15 years agoSync msi with Wine 1.1.5
Colin Finck [Sun, 21 Sep 2008 15:24:30 +0000 (15:24 +0000)]
Sync msi with Wine 1.1.5

svn path=/trunk/; revision=36384

15 years agoEnumDependentServicesA/W and EnumServicesStatusA/W don't fix up pointers if the servi...
Eric Kohl [Sun, 21 Sep 2008 15:19:52 +0000 (15:19 +0000)]
EnumDependentServicesA/W and EnumServicesStatusA/W don't fix up pointers if the service manager returns an error.

This fixes bug #3737.
Patch by Michael Martin aka bugboy <martinmnet@hotmail.com>.

svn path=/trunk/; revision=36383

15 years ago - Merge aicom-network-fixes up to r36381
Cameron Gutman [Sun, 21 Sep 2008 14:43:43 +0000 (14:43 +0000)]
 - Merge aicom-network-fixes up to r36381

svn path=/trunk/; revision=36382

15 years agofix another typo...
Christoph von Wittich [Sun, 21 Sep 2008 14:12:52 +0000 (14:12 +0000)]
fix another typo...

svn path=/trunk/; revision=36378

15 years ago[FORMATTING] No code changes!
Eric Kohl [Sun, 21 Sep 2008 13:55:53 +0000 (13:55 +0000)]
[FORMATTING] No code changes!

svn path=/trunk/; revision=36377

15 years agosync jscript with wine 1.1.5
Christoph von Wittich [Sun, 21 Sep 2008 13:24:00 +0000 (13:24 +0000)]
sync jscript with wine 1.1.5

svn path=/trunk/; revision=36376

15 years agothis hack wasn't supposed to be committed
Christoph von Wittich [Sun, 21 Sep 2008 13:05:48 +0000 (13:05 +0000)]
this hack wasn't supposed to be committed

svn path=/trunk/; revision=36375

15 years agosync msxml3 with wine 1.1.5
Christoph von Wittich [Sun, 21 Sep 2008 13:03:20 +0000 (13:03 +0000)]
sync msxml3 with wine 1.1.5

svn path=/trunk/; revision=36374

15 years agoWow, WriteConfigurationFile() in rbuild never worked since it was added in r13496...
Colin Finck [Sun, 21 Sep 2008 13:00:40 +0000 (13:00 +0000)]
Wow, WriteConfigurationFile() in rbuild never worked since it was added in r13496 over 3 years ago! :-)

Thus, the generated "roscfg.h" was always empty, but for whatever reason modules started to include it.
I removed all dependencies on this file and the function itself from rbuild.

svn path=/trunk/; revision=36373

15 years ago - Merge aicom-network-fixes up to r36371
Cameron Gutman [Sun, 21 Sep 2008 12:41:26 +0000 (12:41 +0000)]
 - Merge aicom-network-fixes up to r36371

svn path=/trunk/; revision=36372

15 years agoD3D9:
Gregor Brunmar [Sun, 21 Sep 2008 12:25:38 +0000 (12:25 +0000)]
D3D9:
* Added stubs for IDirect3DTexture9 methods
* Implemented IDirect3DTexture9::GetDevice()
* Moved device locking to the D3D9BaseObject instead of in each child object

svn path=/trunk/; revision=36370

15 years agofix two nice typo's
Christoph von Wittich [Sun, 21 Sep 2008 12:12:37 +0000 (12:12 +0000)]
fix two nice typo's
(array subscript was above array bounds)

svn path=/trunk/; revision=36369

15 years agosync msiexec with wine 1.1.5
Christoph von Wittich [Sun, 21 Sep 2008 12:00:07 +0000 (12:00 +0000)]
sync msiexec with wine 1.1.5

svn path=/trunk/; revision=36368

15 years ago- FileOffset is 32bit long, not 64bit, so no reason in additional casting.
Aleksey Bragin [Sun, 21 Sep 2008 11:34:04 +0000 (11:34 +0000)]
- FileOffset is 32bit long, not 64bit, so no reason in additional casting.
- Fix a ULONG -> BOOLEAN conversion warning.

svn path=/trunk/; revision=36367

15 years agofix wrong casts
Christoph von Wittich [Sun, 21 Sep 2008 06:52:54 +0000 (06:52 +0000)]
fix wrong casts

svn path=/trunk/; revision=36366

15 years agofix brackets
Christoph von Wittich [Sun, 21 Sep 2008 06:42:21 +0000 (06:42 +0000)]
fix brackets

svn path=/trunk/; revision=36365

15 years ago[FORMATTING] No code changes!
Eric Kohl [Sat, 20 Sep 2008 20:28:23 +0000 (20:28 +0000)]
[FORMATTING] No code changes!

svn path=/trunk/; revision=36357

15 years agoreplace \" with "" in rc files
Christoph von Wittich [Sat, 20 Sep 2008 14:55:49 +0000 (14:55 +0000)]
replace \" with "" in rc files
fix non standard C code

svn path=/trunk/; revision=36353

15 years ago-fix resource leaks
Christoph von Wittich [Sat, 20 Sep 2008 14:13:10 +0000 (14:13 +0000)]
-fix resource leaks
-don't free memory allocated by LocalAlloc with HeapFree

svn path=/trunk/; revision=36352

15 years ago- Fix CMTRACE macro
Stefan Ginsberg [Sat, 20 Sep 2008 14:11:25 +0000 (14:11 +0000)]
- Fix CMTRACE macro

svn path=/trunk/; revision=36351

15 years ago- Implement RealChildWindowFromPoint (based on wine)
Dmitry Chapyshev [Sat, 20 Sep 2008 13:47:33 +0000 (13:47 +0000)]
- Implement RealChildWindowFromPoint (based on wine)
- Add checking params for BeginDeferWindowPos

svn path=/trunk/; revision=36350

15 years agofix formatting
Christoph von Wittich [Sat, 20 Sep 2008 13:45:33 +0000 (13:45 +0000)]
fix formatting

svn path=/trunk/; revision=36349

15 years ago- Fix formatting. No code change
Dmitry Chapyshev [Sat, 20 Sep 2008 13:45:10 +0000 (13:45 +0000)]
- Fix formatting. No code change

svn path=/trunk/; revision=36348

15 years agofix resource leaks
Christoph von Wittich [Sat, 20 Sep 2008 13:44:56 +0000 (13:44 +0000)]
fix resource leaks

svn path=/trunk/; revision=36347

15 years agofix some non standard conformant code
Christoph von Wittich [Sat, 20 Sep 2008 13:36:26 +0000 (13:36 +0000)]
fix some non standard conformant code

svn path=/trunk/; revision=36346

15 years agoconvert this mess into actual C code
Christoph von Wittich [Sat, 20 Sep 2008 12:58:28 +0000 (12:58 +0000)]
convert this mess into actual C code

svn path=/trunk/; revision=36345

15 years agofix broken rc files
Christoph von Wittich [Sat, 20 Sep 2008 09:38:20 +0000 (09:38 +0000)]
fix broken rc files

svn path=/trunk/; revision=36344

15 years agofix some resource leaks
Christoph von Wittich [Sat, 20 Sep 2008 09:28:55 +0000 (09:28 +0000)]
fix some resource leaks

svn path=/trunk/; revision=36342

15 years agofix some resource leaks
Christoph von Wittich [Sat, 20 Sep 2008 09:05:24 +0000 (09:05 +0000)]
fix some resource leaks

svn path=/trunk/; revision=36341

15 years agodon't use \" in rc files, use double quotation marks instead
Christoph von Wittich [Sat, 20 Sep 2008 08:36:06 +0000 (08:36 +0000)]
don't use \" in rc files, use double quotation marks instead

svn path=/trunk/; revision=36340

15 years ago- Fix formatting. No code change
Dmitry Chapyshev [Sat, 20 Sep 2008 08:11:32 +0000 (08:11 +0000)]
- Fix formatting. No code change

svn path=/trunk/; revision=36339

15 years ago - Merge aicom-network-fixes up to r36337
Cameron Gutman [Sat, 20 Sep 2008 00:39:55 +0000 (00:39 +0000)]
 - Merge aicom-network-fixes up to r36337

svn path=/trunk/; revision=36338

15 years agoOnly free allocated bands
Thomas Bluemel [Fri, 19 Sep 2008 19:26:00 +0000 (19:26 +0000)]
Only free allocated bands

svn path=/trunk/; revision=36330

15 years agoRevert the aesthetic hack of r27608
Colin Finck [Fri, 19 Sep 2008 15:11:09 +0000 (15:11 +0000)]
Revert the aesthetic hack of r27608

We used Bitstream/DejaVu fonts for everything at that time, but the current Tahoma font doesn't need this hack.
This way, all window controls with mnemonic keys have the underscore placed as under Windows :-)

svn path=/trunk/; revision=36329

15 years agofix a psapi winetest
Christoph von Wittich [Fri, 19 Sep 2008 14:15:05 +0000 (14:15 +0000)]
fix a psapi winetest

svn path=/trunk/; revision=36328

15 years agofix dll parameters
Christoph von Wittich [Fri, 19 Sep 2008 14:02:24 +0000 (14:02 +0000)]
fix dll parameters

svn path=/trunk/; revision=36327

15 years ago- Add resource idds
Johannes Anderwald [Fri, 19 Sep 2008 12:40:29 +0000 (12:40 +0000)]
- Add resource idds

svn path=/trunk/; revision=36326

15 years ago- Import TCP/IP dialog from ncpa
Johannes Anderwald [Fri, 19 Sep 2008 12:40:04 +0000 (12:40 +0000)]
- Import TCP/IP dialog from ncpa

svn path=/trunk/; revision=36325

15 years agofix formatting
Christoph von Wittich [Fri, 19 Sep 2008 10:53:10 +0000 (10:53 +0000)]
fix formatting

svn path=/trunk/; revision=36324

15 years ago- Get rid of sprintf usage in default_dbg_vprintf.
Aleksey Bragin [Fri, 19 Sep 2008 10:35:30 +0000 (10:35 +0000)]
- Get rid of sprintf usage in default_dbg_vprintf.
- This make tracing macro usage safe in crt sprintf implementation and simplify overall codepath (no need for intermediate buffer).
- Solution inspired by hackbunny's suggestion, fixes bug 3632.
- Add vDbgPrintExWithPrefix to debugsup libraries.
See issue #3632 for more details.

svn path=/trunk/; revision=36323

15 years agoDShow.h -> dshow.h
Christoph von Wittich [Fri, 19 Sep 2008 09:02:03 +0000 (09:02 +0000)]
DShow.h -> dshow.h

svn path=/trunk/; revision=36322

15 years agoadd missing dvdmedia.h
Christoph von Wittich [Fri, 19 Sep 2008 09:01:44 +0000 (09:01 +0000)]
add missing dvdmedia.h

svn path=/trunk/; revision=36321

15 years ago-> filename to lowercase
Christoph von Wittich [Fri, 19 Sep 2008 08:57:12 +0000 (08:57 +0000)]
-> filename to lowercase

svn path=/trunk/; revision=36320

15 years agorename to lower case
Christoph von Wittich [Fri, 19 Sep 2008 08:52:53 +0000 (08:52 +0000)]
rename to lower case

svn path=/trunk/; revision=36319

15 years agoadd CLSIDWaveParser
Christoph von Wittich [Fri, 19 Sep 2008 08:52:07 +0000 (08:52 +0000)]
add CLSIDWaveParser

svn path=/trunk/; revision=36318

15 years agorename to lower case
Christoph von Wittich [Fri, 19 Sep 2008 08:46:37 +0000 (08:46 +0000)]
rename to lower case

svn path=/trunk/; revision=36317

15 years agorename to lower case
Christoph von Wittich [Fri, 19 Sep 2008 08:46:17 +0000 (08:46 +0000)]
rename to lower case

svn path=/trunk/; revision=36316

15 years agorename to lower case
Christoph von Wittich [Fri, 19 Sep 2008 08:45:52 +0000 (08:45 +0000)]
rename to lower case

svn path=/trunk/; revision=36315

15 years agorename to lower case
Christoph von Wittich [Fri, 19 Sep 2008 08:45:12 +0000 (08:45 +0000)]
rename to lower case

svn path=/trunk/; revision=36314

15 years agorename to lower case
Christoph von Wittich [Fri, 19 Sep 2008 08:44:50 +0000 (08:44 +0000)]
rename to lower case

svn path=/trunk/; revision=36313

15 years ago-import quartz from wine 1.1.4
Christoph von Wittich [Fri, 19 Sep 2008 08:35:33 +0000 (08:35 +0000)]
-import quartz from wine 1.1.4
-autoregister devenum

svn path=/trunk/; revision=36312

15 years agoforgot to fix this as well
Christoph von Wittich [Thu, 18 Sep 2008 16:49:53 +0000 (16:49 +0000)]
forgot to fix this as well

svn path=/trunk/; revision=36306

15 years agofix some of the mess Lentin created here
Christoph von Wittich [Thu, 18 Sep 2008 16:48:38 +0000 (16:48 +0000)]
fix some of the mess Lentin created here
-don't use TCHAR in ANSI functions
-add a DllMain otherwise a random memory address is called when loading the dll
-add DPRINT1 to all stubs

svn path=/trunk/; revision=36305

15 years ago- Implement MmCallDllInitialize (partially based on a patch from bug 3730).
Aleksey Bragin [Thu, 18 Sep 2008 15:45:16 +0000 (15:45 +0000)]
- Implement MmCallDllInitialize (partially based on a patch from bug 3730).
See issue #3730 for more details.

svn path=/trunk/; revision=36304

15 years ago- Select ANSI_VAR_FONT in explorer when drawing start button text and desktop switchi...
Aleksey Bragin [Thu, 18 Sep 2008 12:56:52 +0000 (12:56 +0000)]
- Select ANSI_VAR_FONT in explorer when drawing start button text and desktop switching buttons text. Based on Juriy Sidorov's patch from bug 3484.
See issue #3484 for more details.

svn path=/trunk/; revision=36303

15 years agoonly touch the type on success or STATUS_BUFFER_OVERFLOW
Christoph von Wittich [Thu, 18 Sep 2008 12:54:45 +0000 (12:54 +0000)]
only touch the type on success or STATUS_BUFFER_OVERFLOW

svn path=/trunk/; revision=36302

15 years ago- Create a stock font object ANSI_VAR_FONT, this fixes explorer's clock using the...
Aleksey Bragin [Thu, 18 Sep 2008 12:43:21 +0000 (12:43 +0000)]
- Create a stock font object ANSI_VAR_FONT, this fixes explorer's clock using the wrong font (and any other app using that stock font object).
See issue #3484 for more details.

svn path=/trunk/; revision=36301

15 years ago- Save SizeOfImage field from the image header during PE loading.
Aleksey Bragin [Thu, 18 Sep 2008 11:19:29 +0000 (11:19 +0000)]
- Save SizeOfImage field from the image header during PE loading.

svn path=/trunk/; revision=36300

15 years ago- Refresh adapter statistics when INetConnection_GetProperties is called
Johannes Anderwald [Thu, 18 Sep 2008 09:01:52 +0000 (09:01 +0000)]
- Refresh adapter statistics when INetConnection_GetProperties is called
- Perform icon change when the adapter receives operational / disconnected state

svn path=/trunk/; revision=36298

15 years ago- Use LoadImage over deprecated LoadIcon (thanks Ged)
Johannes Anderwald [Thu, 18 Sep 2008 07:18:18 +0000 (07:18 +0000)]
- Use LoadImage over deprecated LoadIcon (thanks Ged)
- Restore focus to status dialog when network properties dialog is closed

svn path=/trunk/; revision=36297

15 years ago- Fix several bugs in icon changing code
Johannes Anderwald [Wed, 17 Sep 2008 22:21:04 +0000 (22:21 +0000)]
- Fix several bugs in icon changing code

svn path=/trunk/; revision=36296

15 years ago- Update Status Icon when there is activity
Johannes Anderwald [Wed, 17 Sep 2008 21:58:34 +0000 (21:58 +0000)]
- Update Status Icon when there is activity
- Also update the Taskbar Notification Icon

svn path=/trunk/; revision=36295

15 years ago- Use Ged's time updating code from ncpa module
Johannes Anderwald [Wed, 17 Sep 2008 19:44:05 +0000 (19:44 +0000)]
- Use Ged's time updating code from ncpa module
- Periodically refresh timer for status dialog
- Make property sheet modal

svn path=/trunk/; revision=36292

15 years ago- ObQueryNameString can return STATUS_INFO_LENGTH_MISMATCH, so make sure SeInitialize...
Aleksey Bragin [Wed, 17 Sep 2008 18:38:14 +0000 (18:38 +0000)]
- ObQueryNameString can return STATUS_INFO_LENGTH_MISMATCH, so make sure SeInitializeProcessAuditName supports that along with BUFFER_OVERFLOW and BUFFER_TOO_SMALL, which an Ob query name procedure could return.
- ObQueryNameString can return STATUS_INFO_LENGTH_MISMATCH, take this into account and report a proper buffer length to the caller in IopQueryNameFile.

svn path=/trunk/; revision=36291

15 years ago- Use updated icons
Johannes Anderwald [Wed, 17 Sep 2008 16:53:05 +0000 (16:53 +0000)]
- Use updated icons
- Only load Taskbar Notifications once

svn path=/trunk/; revision=36290

15 years agoadd icons for netshell (from tango project)
Christoph von Wittich [Wed, 17 Sep 2008 16:35:56 +0000 (16:35 +0000)]
add icons for netshell (from tango project)

svn path=/trunk/; revision=36289

15 years ago- Initialize members
Johannes Anderwald [Wed, 17 Sep 2008 16:19:35 +0000 (16:19 +0000)]
- Initialize members

svn path=/trunk/; revision=36288

15 years ago- Preload NetworkConnection Taskbar Notification
Johannes Anderwald [Wed, 17 Sep 2008 15:20:04 +0000 (15:20 +0000)]
- Preload NetworkConnection Taskbar Notification
- Use Notification as a singleton
- Execute the status dialog by using the NetCfgInstanceId of the connection

svn path=/trunk/; revision=36287

15 years agofix a kernel32 environ winetest
Christoph von Wittich [Wed, 17 Sep 2008 14:03:05 +0000 (14:03 +0000)]
fix a kernel32 environ winetest

svn path=/trunk/; revision=36285

15 years ago- Check for null in IConnection_Constructor
Johannes Anderwald [Wed, 17 Sep 2008 13:58:48 +0000 (13:58 +0000)]
- Check for null in IConnection_Constructor
- Implement INetConnectionConnectUi interface
- Add a dialog which serves a proxy dialog
- Add tray icons for connection which want to displayed in the tray
- Start implement network connection status dialog

svn path=/trunk/; revision=36284

15 years ago- Add INetConnectionConnectUi interface
Johannes Anderwald [Wed, 17 Sep 2008 13:53:00 +0000 (13:53 +0000)]
- Add INetConnectionConnectUi interface

svn path=/trunk/; revision=36283

15 years agoRSetServiceStatus:
Eric Kohl [Tue, 16 Sep 2008 19:47:16 +0000 (19:47 +0000)]
RSetServiceStatus:
- Don't fail if the system is shutting down because services must report successful shutdown to the service manager while the system is shutting down.
- Add some more parameter checks.

svn path=/trunk/; revision=36272

15 years agoD3D9: Implemented part of IDirect3DDevice9::CreateTexture()
Gregor Brunmar [Tue, 16 Sep 2008 19:21:02 +0000 (19:21 +0000)]
D3D9: Implemented part of IDirect3DDevice9::CreateTexture()

svn path=/trunk/; revision=36271

15 years ago- add IID_INetConnectionConnectUi
Johannes Anderwald [Tue, 16 Sep 2008 14:44:42 +0000 (14:44 +0000)]
- add IID_INetConnectionConnectUi

svn path=/trunk/; revision=36268

15 years agoFix some mistakes detected by a true XML parser
Colin Finck [Tue, 16 Sep 2008 14:29:21 +0000 (14:29 +0000)]
Fix some mistakes detected by a true XML parser

svn path=/trunk/; revision=36267

15 years ago- Implement IoSetFileOrigin
Stefan Ginsberg [Mon, 15 Sep 2008 17:47:16 +0000 (17:47 +0000)]
- Implement IoSetFileOrigin

svn path=/trunk/; revision=36263

15 years ago- Fix selection of radio buttons for unimplemented by folder dialog
Johannes Anderwald [Mon, 15 Sep 2008 13:41:17 +0000 (13:41 +0000)]
- Fix selection of radio buttons for unimplemented by folder dialog
- found by PCNeuVerdrahter

svn path=/trunk/; revision=36259

15 years ago - Merge aicom-network-fixes up to r36256
Cameron Gutman [Mon, 15 Sep 2008 13:13:44 +0000 (13:13 +0000)]
 - Merge aicom-network-fixes up to r36256
 - This should fix kvmnet

svn path=/trunk/; revision=36258

15 years ago- Don't hardcode PAGE_SIZE two times, use ViewSize value, which is the actual size...
Aleksey Bragin [Mon, 15 Sep 2008 13:09:30 +0000 (13:09 +0000)]
- Don't hardcode PAGE_SIZE two times, use ViewSize value, which is the actual size of committed pages.

svn path=/trunk/; revision=36257

15 years agoadd ReactOS (RosDbg) option to freeldr and use it as default for unattended installs
Christoph von Wittich [Mon, 15 Sep 2008 06:25:31 +0000 (06:25 +0000)]
add ReactOS (RosDbg) option to freeldr and use it as default for unattended installs

svn path=/trunk/; revision=36253

15 years ago- STDCALL -> NTAPI
Stefan Ginsberg [Mon, 15 Sep 2008 04:38:06 +0000 (04:38 +0000)]
- STDCALL -> NTAPI

svn path=/trunk/; revision=36252

15 years ago- IopCompleteRequest: Remove the hack related to Irp->UserEvent, fixed by 36047
Stefan Ginsberg [Mon, 15 Sep 2008 04:32:45 +0000 (04:32 +0000)]
- IopCompleteRequest: Remove the hack related to Irp->UserEvent, fixed by 36047

svn path=/trunk/; revision=36251

15 years agosync advapi32_winetest to wine 1.1.4
Christoph von Wittich [Sun, 14 Sep 2008 18:24:25 +0000 (18:24 +0000)]
sync advapi32_winetest to wine 1.1.4

svn path=/trunk/; revision=36247

15 years agoadd missing definitions
Christoph von Wittich [Sun, 14 Sep 2008 18:22:53 +0000 (18:22 +0000)]
add missing definitions

svn path=/trunk/; revision=36246

15 years agoDon't user the local attribute twice.
Eric Kohl [Sun, 14 Sep 2008 18:16:24 +0000 (18:16 +0000)]
Don't user the local attribute twice.

svn path=/trunk/; revision=36245

15 years ago- Don't call MmLoadSystemImage with a NULL ModuleHandle. This could allow a simplific...
Aleksey Bragin [Sun, 14 Sep 2008 17:58:27 +0000 (17:58 +0000)]
- Don't call MmLoadSystemImage with a NULL ModuleHandle. This could allow a simplification of the SystemLoadGdiDriverInformation function.

svn path=/trunk/; revision=36244

15 years agofix memory allocation for NDIS_WORK_ITEM
Christoph von Wittich [Sun, 14 Sep 2008 17:20:45 +0000 (17:20 +0000)]
fix memory allocation for NDIS_WORK_ITEM

svn path=/trunk/; revision=36243

15 years agoadd PCI_SUBCLASS_SB_SMBUS
Christoph von Wittich [Sun, 14 Sep 2008 16:22:42 +0000 (16:22 +0000)]
add PCI_SUBCLASS_SB_SMBUS

svn path=/trunk/; revision=36242

15 years agoadd kvmnet.sys and kvmnet.inf to bootcd (OPTIONAL)
Christoph von Wittich [Sun, 14 Sep 2008 14:29:33 +0000 (14:29 +0000)]
add kvmnet.sys and kvmnet.inf to bootcd (OPTIONAL)

svn path=/trunk/; revision=36241

15 years ago - Merge aicom-network-fixes up to r36215
Cameron Gutman [Sun, 14 Sep 2008 13:54:42 +0000 (13:54 +0000)]
 - Merge aicom-network-fixes up to r36215
 - We now queue a work item to do most of the work
 - Send/SendPackets now get called at the correct IRQL

svn path=/trunk/; revision=36240

15 years agofix some typos
Christoph von Wittich [Sun, 14 Sep 2008 13:43:46 +0000 (13:43 +0000)]
fix some typos

svn path=/trunk/; revision=36239

15 years ago- Don't dereference a thread when we are supposed to reference it. Now WinDBG can...
Stefan Ginsberg [Sun, 14 Sep 2008 13:41:33 +0000 (13:41 +0000)]
- Don't dereference a thread when we are supposed to reference it. Now WinDBG can attach to a process, but we crash in CM due to a unhandled failure case.

svn path=/trunk/; revision=36238

15 years ago- Don't dereference the debug object when we are supposed to reference it
Stefan Ginsberg [Sun, 14 Sep 2008 13:20:36 +0000 (13:20 +0000)]
- Don't dereference the debug object when we are supposed to reference it

svn path=/trunk/; revision=36237

15 years agofix a no newline @ end of file warning
Christoph von Wittich [Sun, 14 Sep 2008 13:11:49 +0000 (13:11 +0000)]
fix a no newline @ end of file warning

svn path=/trunk/; revision=36236

15 years agofix a no newline @ end of file warning
Christoph von Wittich [Sun, 14 Sep 2008 13:10:36 +0000 (13:10 +0000)]
fix a no newline @ end of file warning

svn path=/trunk/; revision=36235

15 years agoinclude wintrust.h in imagehlp.h
Christoph von Wittich [Sun, 14 Sep 2008 12:02:50 +0000 (12:02 +0000)]
include wintrust.h in imagehlp.h

svn path=/trunk/; revision=36234

15 years agosync imm.h with wine (should fix build)
Christoph von Wittich [Sun, 14 Sep 2008 11:46:08 +0000 (11:46 +0000)]
sync imm.h with wine (should fix build)

svn path=/trunk/; revision=36233

15 years agoupdate crypt headers
Christoph von Wittich [Sun, 14 Sep 2008 11:32:55 +0000 (11:32 +0000)]
update crypt headers
sync crypt32 with wine 1.1.4
sync wintrust with wine 1.1.4

svn path=/trunk/; revision=36232

15 years agoset _ADVAPI32_ define
Christoph von Wittich [Sun, 14 Sep 2008 11:28:56 +0000 (11:28 +0000)]
set _ADVAPI32_ define

svn path=/trunk/; revision=36231

15 years ago- Don't leak a handle if user mode tries to debug the system process
Stefan Ginsberg [Sun, 14 Sep 2008 11:27:28 +0000 (11:27 +0000)]
- Don't leak a handle if user mode tries to debug the system process

svn path=/trunk/; revision=36230