reactos.git
20 years agoboredom, figured i'd commit the change ;)
Richard Campbell [Fri, 1 Aug 2003 06:32:55 +0000 (06:32 +0000)]
boredom, figured i'd commit the change ;)

svn path=/trunk/; revision=5357

20 years agosync with latest wine source tree
Richard Campbell [Fri, 1 Aug 2003 06:30:52 +0000 (06:30 +0000)]
sync with latest wine source tree

svn path=/trunk/; revision=5356

20 years agoImplemented LoadMenuIndirectW()
Thomas Bluemel [Fri, 1 Aug 2003 00:44:27 +0000 (00:44 +0000)]
Implemented LoadMenuIndirectW()

svn path=/trunk/; revision=5355

20 years agonew menu.c
Thomas Bluemel [Thu, 31 Jul 2003 23:15:07 +0000 (23:15 +0000)]
new menu.c

svn path=/trunk/; revision=5354

20 years agoMenu functions
Thomas Bluemel [Thu, 31 Jul 2003 23:14:37 +0000 (23:14 +0000)]
Menu functions

svn path=/trunk/; revision=5353

20 years agoremoved menu functions
Thomas Bluemel [Thu, 31 Jul 2003 23:12:38 +0000 (23:12 +0000)]
removed menu functions

svn path=/trunk/; revision=5352

20 years agoAdded otMenu type
Thomas Bluemel [Thu, 31 Jul 2003 23:11:38 +0000 (23:11 +0000)]
Added otMenu type

svn path=/trunk/; revision=5351

20 years agoAdded W32kGetSysColorBrush() that's included by menu.c
Thomas Bluemel [Thu, 31 Jul 2003 23:08:49 +0000 (23:08 +0000)]
Added W32kGetSysColorBrush() that's included by menu.c

svn path=/trunk/; revision=5350

20 years agoModified CreateMenu() and DestroyMenu()
Thomas Bluemel [Thu, 31 Jul 2003 23:06:43 +0000 (23:06 +0000)]
Modified CreateMenu() and DestroyMenu()

svn path=/trunk/; revision=5349

20 years agoAdded menu functions NtUser*
Thomas Bluemel [Thu, 31 Jul 2003 23:04:48 +0000 (23:04 +0000)]
Added menu functions NtUser*

svn path=/trunk/; revision=5348

20 years agoAdded Handle table for menus
Thomas Bluemel [Thu, 31 Jul 2003 23:00:55 +0000 (23:00 +0000)]
Added Handle table for menus

svn path=/trunk/; revision=5347

20 years agofix include path for version.h
Martin Fuchs [Thu, 31 Jul 2003 22:00:18 +0000 (22:00 +0000)]
fix include path for version.h

svn path=/trunk/; revision=5346

20 years agoDeclared IDragSourceHelper
Martin Fuchs [Thu, 31 Jul 2003 21:54:28 +0000 (21:54 +0000)]
Declared IDragSourceHelper

svn path=/trunk/; revision=5345

20 years agomarked NdisAllocateMemoryWithTag as @implemented
Royce Mitchell III [Thu, 31 Jul 2003 21:50:50 +0000 (21:50 +0000)]
marked NdisAllocateMemoryWithTag as @implemented

svn path=/trunk/; revision=5344

20 years agono code change - moved function names to beginning of line
Royce Mitchell III [Thu, 31 Jul 2003 18:24:43 +0000 (18:24 +0000)]
no code change - moved function names to beginning of line

svn path=/trunk/; revision=5343

20 years agokbdus.dll - submitted by art yerkes
Royce Mitchell III [Thu, 31 Jul 2003 16:47:08 +0000 (16:47 +0000)]
kbdus.dll - submitted by art yerkes

svn path=/trunk/; revision=5342

20 years ago- Reverted incorrect code.
David Welch [Thu, 31 Jul 2003 11:16:10 +0000 (11:16 +0000)]
- Reverted incorrect code.

svn path=/trunk/; revision=5341

20 years agoadded page-aligned allocations ( reworked patch by Mike Nordell )
Royce Mitchell III [Thu, 31 Jul 2003 01:44:18 +0000 (01:44 +0000)]
added page-aligned allocations ( reworked patch by Mike Nordell )
fixed 2 small probs w/ ntoskrnl.edf

svn path=/trunk/; revision=5340

20 years agofixed bug in struct _MODIFIERS declaration.
Royce Mitchell III [Thu, 31 Jul 2003 00:52:59 +0000 (00:52 +0000)]
fixed bug in struct _MODIFIERS declaration.

svn path=/trunk/; revision=5339

20 years agoAdded missing files from Vizzinis NDIS patch
Steven Edwards [Wed, 30 Jul 2003 23:41:55 +0000 (23:41 +0000)]
Added missing files from Vizzinis NDIS patch

svn path=/trunk/; revision=5338

20 years agopatch submitted by Vizzini (tested by myself) - implemented Ndis configuration api...
Royce Mitchell III [Wed, 30 Jul 2003 22:11:20 +0000 (22:11 +0000)]
patch submitted by Vizzini (tested by myself) - implemented Ndis configuration api, adapted ne2000 to use it to get configuration, fixed up registry support for ne2000 driver, other supporting changes

svn path=/trunk/; revision=5337

20 years agodisabled check for existing hive. Needed because hivesys.inf will be getting an updat...
Royce Mitchell III [Wed, 30 Jul 2003 21:22:51 +0000 (21:22 +0000)]
disabled check for existing hive. Needed because hivesys.inf will be getting an update soon, and mkhive can't recognize that an existing file may be out of date.

svn path=/trunk/; revision=5336

20 years ago- Don't allocate/free a class name string in User32ConvertToAsciiMessage/
Hartmut Birr [Wed, 30 Jul 2003 19:36:36 +0000 (19:36 +0000)]
- Don't allocate/free a class name string in User32ConvertToAsciiMessage/
  User32FreeAsciiConvertedMessage if the class name is an atom.

svn path=/trunk/; revision=5335

20 years ago*** empty log message ***
Magnus Olsen [Wed, 30 Jul 2003 19:06:55 +0000 (19:06 +0000)]
*** empty log message ***

svn path=/trunk/; revision=5334

20 years ago*** empty log message ***
Magnus Olsen [Wed, 30 Jul 2003 18:55:27 +0000 (18:55 +0000)]
*** empty log message ***

svn path=/trunk/; revision=5333

20 years agocast away warning, reformatted function definition to conform to standard.
Royce Mitchell III [Wed, 30 Jul 2003 18:35:03 +0000 (18:35 +0000)]
cast away warning, reformatted function definition to conform to standard.

svn path=/trunk/; revision=5332

20 years agoadapt winefile project file for new file hierarchie
Martin Fuchs [Wed, 30 Jul 2003 16:46:22 +0000 (16:46 +0000)]
adapt winefile project file for new file hierarchie

svn path=/trunk/; revision=5331

20 years agousage of Get/SetShellWindow() for registering desktop window; display desktop only...
Martin Fuchs [Wed, 30 Jul 2003 16:44:43 +0000 (16:44 +0000)]
usage of Get/SetShellWindow() for registering desktop window; display desktop only, if there is not already another

svn path=/trunk/; revision=5330

20 years agorenamed apps/tests/button, apps/test/button2 & apps/tests/tokentest to be ISO-9660...
Royce Mitchell III [Wed, 30 Jul 2003 14:08:16 +0000 (14:08 +0000)]
renamed apps/tests/button, apps/test/button2 & apps/tests/tokentest to be ISO-9660 compatible.
fixed install.bat to reflect those changes, and commented out missing files.
fixed cdmake to abort on non-ISO-9660 names, and removed name mangling.

svn path=/trunk/; revision=5329

20 years agoFixed returned key names in calls to NtEnumerateKey() and NtQueryKey().
Eric Kohl [Wed, 30 Jul 2003 10:49:09 +0000 (10:49 +0000)]
Fixed returned key names in calls to NtEnumerateKey() and NtQueryKey().

svn path=/trunk/; revision=5328

20 years agodeclare some additional missing shell constants and types
Martin Fuchs [Wed, 30 Jul 2003 05:43:07 +0000 (05:43 +0000)]
declare some additional missing shell constants and types

svn path=/trunk/; revision=5327

20 years agoCreated NtUserCreateMenu.
James Tabor [Wed, 30 Jul 2003 04:00:47 +0000 (04:00 +0000)]
Created NtUserCreateMenu.

svn path=/trunk/; revision=5326

20 years agoAdding Art Yerkes Keyboard Patch
James Tabor [Tue, 29 Jul 2003 23:34:12 +0000 (23:34 +0000)]
Adding Art Yerkes Keyboard Patch

svn path=/trunk/; revision=5325

20 years agoAdding Art Yerkes Keyboard Patch
James Tabor [Tue, 29 Jul 2003 23:24:01 +0000 (23:24 +0000)]
Adding Art Yerkes Keyboard Patch

svn path=/trunk/; revision=5324

20 years agoAdding Art Yerkes Keyboard Testing Code
James Tabor [Tue, 29 Jul 2003 23:03:01 +0000 (23:03 +0000)]
Adding Art Yerkes Keyboard Testing Code

svn path=/trunk/; revision=5323

20 years agoA few bugfixes
Richard Campbell [Tue, 29 Jul 2003 22:42:26 +0000 (22:42 +0000)]
A few bugfixes

svn path=/trunk/; revision=5322

20 years agoAdding Art Yerkes Keyboard Testing Code
James Tabor [Tue, 29 Jul 2003 20:38:30 +0000 (20:38 +0000)]
Adding Art Yerkes Keyboard Testing Code

svn path=/trunk/; revision=5321

20 years agochanges to compile on VC6 & fixed some long file name issues I was experiencing.
Royce Mitchell III [Tue, 29 Jul 2003 20:30:11 +0000 (20:30 +0000)]
changes to compile on VC6 & fixed some long file name issues I was experiencing.

svn path=/trunk/; revision=5320

20 years agoanother patch by Mike Nordell. Fixed pointer math to be AMD64 compatible per David...
Royce Mitchell III [Tue, 29 Jul 2003 19:43:13 +0000 (19:43 +0000)]
another patch by Mike Nordell. Fixed pointer math to be AMD64 compatible per David Welch.

svn path=/trunk/; revision=5319

20 years agocasting bug-fix in mm/npool.c - submitted by Mike Nordell aka tamlin - builds & boots...
Royce Mitchell III [Tue, 29 Jul 2003 19:00:34 +0000 (19:00 +0000)]
casting bug-fix in mm/npool.c - submitted by Mike Nordell aka tamlin - builds & boots to winhello for him & I both.

svn path=/trunk/; revision=5318

20 years agofixed pointer math to be portable
Royce Mitchell III [Tue, 29 Jul 2003 18:51:11 +0000 (18:51 +0000)]
fixed pointer math to be portable

svn path=/trunk/; revision=5317

20 years ago- Close always the thread and process handle, even if cmd does not wait for terminati...
Hartmut Birr [Tue, 29 Jul 2003 18:27:10 +0000 (18:27 +0000)]
- Close always the thread and process handle, even if cmd does not wait for termination of the process.

svn path=/trunk/; revision=5316

20 years ago- Reintialize the timer object to reset the event object if there is no user timer...
Hartmut Birr [Tue, 29 Jul 2003 18:17:53 +0000 (18:17 +0000)]
- Reintialize the timer object to reset the event object if there is no user timer in the list.

svn path=/trunk/; revision=5315

20 years agofixed all my bugs passing PUNICODE_STRING objects as PWSTR. Fixed signature of RtlMul...
Royce Mitchell III [Tue, 29 Jul 2003 16:44:48 +0000 (16:44 +0000)]
fixed all my bugs passing PUNICODE_STRING objects as PWSTR. Fixed signature of RtlMultiByteToUnicodeN.

svn path=/trunk/; revision=5314

20 years agofix compiler bug warning by casting to void*
Royce Mitchell III [Tue, 29 Jul 2003 16:42:35 +0000 (16:42 +0000)]
fix compiler bug warning by casting to void*

svn path=/trunk/; revision=5313

20 years agoMake sure the object name is a zero-terminated Unicode in ObFindObject().
Eric Kohl [Tue, 29 Jul 2003 14:37:39 +0000 (14:37 +0000)]
Make sure the object name is a zero-terminated Unicode in ObFindObject().
Bug found by Royce Mitchell and Vizzini.

svn path=/trunk/; revision=5312

20 years agoDefined UNICODE_NULL.
Eric Kohl [Tue, 29 Jul 2003 14:31:48 +0000 (14:31 +0000)]
Defined UNICODE_NULL.

svn path=/trunk/; revision=5311

20 years agoextended cvsignore
Martin Fuchs [Tue, 29 Jul 2003 06:57:19 +0000 (06:57 +0000)]
extended cvsignore

svn path=/trunk/; revision=5310

20 years agoreverted SetWindowPos change, causes display errors in other windows...
Richard Campbell [Tue, 29 Jul 2003 05:37:23 +0000 (05:37 +0000)]
reverted SetWindowPos change, causes display errors in other windows...

svn path=/trunk/; revision=5309

20 years agoFixed a possible bug in mouse detection, the code states the return is because bochs...
Richard Campbell [Tue, 29 Jul 2003 05:33:15 +0000 (05:33 +0000)]
Fixed a possible bug in mouse detection, the code states the return is because bochs coughs on the rest of the code, but it seems to work fine now...might this be why some people have issues with mice on real hardware?  will check into this later.

svn path=/trunk/; revision=5308

20 years agosmall fix (subtracts 1 from each side of the client area) done for winemine
Richard Campbell [Tue, 29 Jul 2003 02:14:46 +0000 (02:14 +0000)]
small fix (subtracts 1 from each side of the client area) done for winemine

svn path=/trunk/; revision=5307

20 years agoadded *.tmp to .cvsignore
Royce Mitchell III [Tue, 29 Jul 2003 00:27:40 +0000 (00:27 +0000)]
added *.tmp to .cvsignore

svn path=/trunk/; revision=5306

20 years agoAdded some more features for messageboxes (MB_HELP, MB_RIGHT,
Eric Kohl [Mon, 28 Jul 2003 23:23:17 +0000 (23:23 +0000)]
Added some more features for messageboxes (MB_HELP, MB_RIGHT,
MB_CANCELTRYCONTINUE, MB_TOPMOST) and made some other changes.
Patch by Thomas Weidenmueller.

svn path=/trunk/; revision=5305

20 years agofixed allocation size in call to RtlAllocateHeap
Royce Mitchell III [Mon, 28 Jul 2003 19:38:58 +0000 (19:38 +0000)]
fixed allocation size in call to RtlAllocateHeap

svn path=/trunk/; revision=5304

20 years agocast return value of RtlAllocateHeap to proper type
Royce Mitchell III [Mon, 28 Jul 2003 19:37:13 +0000 (19:37 +0000)]
cast return value of RtlAllocateHeap to proper type

svn path=/trunk/; revision=5303

20 years agofixed parameter declaration for GetSystemWindowsDirectoryA
Royce Mitchell III [Mon, 28 Jul 2003 18:39:41 +0000 (18:39 +0000)]
fixed parameter declaration for GetSystemWindowsDirectoryA

svn path=/trunk/; revision=5302

20 years agoAdded Messagebox support.
Eric Kohl [Mon, 28 Jul 2003 08:09:51 +0000 (08:09 +0000)]
Added Messagebox support.
Patch by Thomas Weidenmueller.

svn path=/trunk/; revision=5301

20 years agoMike McCormack <mike@codeweavers.com>
Steven Edwards [Mon, 28 Jul 2003 03:51:33 +0000 (03:51 +0000)]
Mike McCormack <mike@codeweavers.com>
wvsnprint accepts %p too (on win2k).

svn path=/trunk/; revision=5300

20 years agoBuild Fix
Steven Edwards [Mon, 28 Jul 2003 03:28:07 +0000 (03:28 +0000)]
Build Fix

svn path=/trunk/; revision=5299

20 years agoFix buidling calc
Steven Edwards [Mon, 28 Jul 2003 02:26:15 +0000 (02:26 +0000)]
Fix buidling calc

svn path=/trunk/; revision=5298

20 years agoSwitch Thread and Process Id around in W32kGetWindowThreadProcessId
James Tabor [Mon, 28 Jul 2003 02:05:46 +0000 (02:05 +0000)]
Switch Thread and Process Id around in W32kGetWindowThreadProcessId

svn path=/trunk/; revision=5297

20 years agoChanges based on Gunnar Andr Dalsnes Thread & Process Id patch
James Tabor [Mon, 28 Jul 2003 01:22:28 +0000 (01:22 +0000)]
Changes based on Gunnar Andr Dalsnes Thread & Process Id patch

svn path=/trunk/; revision=5296

20 years agoAdded missing MultiSz support.
Eric Kohl [Sun, 27 Jul 2003 22:27:36 +0000 (22:27 +0000)]
Added missing MultiSz support.
Fixed some minor bugs.

svn path=/trunk/; revision=5295

20 years agoTreat DWORD values as unsigned - Patch by vizzini
Steven Edwards [Sun, 27 Jul 2003 22:00:26 +0000 (22:00 +0000)]
Treat DWORD values as unsigned - Patch by vizzini

svn path=/trunk/; revision=5294

20 years ago- RegisterClassExA: Don't try to convert a class name which is an atom
David Welch [Sun, 27 Jul 2003 21:35:50 +0000 (21:35 +0000)]
- RegisterClassExA: Don't try to convert a class name which is an atom
to unicode.
- NtUserRegisterClass: Track classes by atom not by name.

svn path=/trunk/; revision=5293

20 years ago- Pass the rop code to PatBlt down to the BitBlt functions.
David Welch [Sun, 27 Jul 2003 18:37:23 +0000 (18:37 +0000)]
- Pass the rop code to PatBlt down to the BitBlt functions.
- Emulate all rop codes on dib 4bpp surfaces. I left the current code
as an optimized case for SRCCOPY.

svn path=/trunk/; revision=5292

20 years ago- Made the argument to W32kIsEmptyRect constant; fixes some warnings.
David Welch [Sun, 27 Jul 2003 18:34:48 +0000 (18:34 +0000)]
- Made the argument to W32kIsEmptyRect constant; fixes some warnings.

svn path=/trunk/; revision=5291

20 years agoAdded dialog class registration.
Eric Kohl [Sun, 27 Jul 2003 17:48:43 +0000 (17:48 +0000)]
Added dialog class registration.
Patch by Thomas Weidenmueller.

svn path=/trunk/; revision=5290

20 years ago- Set the deault base for user mode dlls to 0x10000000.
Hartmut Birr [Sun, 27 Jul 2003 14:08:38 +0000 (14:08 +0000)]
- Set the deault base for user mode dlls to 0x10000000.
- Fixed the reloc entries for a user mode dll by a second call to ld/dlltools.

svn path=/trunk/; revision=5289

20 years ago- Protected each access to the module list with acquiring the loader lock.
Hartmut Birr [Sun, 27 Jul 2003 14:00:04 +0000 (14:00 +0000)]
- Protected each access to the module list with acquiring the loader lock.
- Removed the both list entries from the module list in LdrUnloadDll.

svn path=/trunk/; revision=5288

20 years ago- Made a start on implemented window moving.
David Welch [Sun, 27 Jul 2003 11:54:42 +0000 (11:54 +0000)]
- Made a start on implemented window moving.
- Implemented capturing input.
- Implemented some of window activation.
- Fixed a bug in NtUserGetAncestor - Don't return the desktop window for
GA_ROOT.

svn path=/trunk/; revision=5287

20 years ago- Don't continue the exception if there are no seh frames at all.
David Welch [Sun, 27 Jul 2003 11:49:32 +0000 (11:49 +0000)]
- Don't continue the exception if there are no seh frames at all.

svn path=/trunk/; revision=5286

20 years agoImplemented LdrQueryImageFileExecutionOptions().
Eric Kohl [Sun, 27 Jul 2003 11:40:01 +0000 (11:40 +0000)]
Implemented LdrQueryImageFileExecutionOptions().

svn path=/trunk/; revision=5285

20 years agoadded missing assert for unhandled case in RtlMultiByteToUnicodeSize
Royce Mitchell III [Sat, 26 Jul 2003 23:25:17 +0000 (23:25 +0000)]
added missing assert for unhandled case in RtlMultiByteToUnicodeSize

svn path=/trunk/; revision=5284

20 years agoput variables at top to eliminate build error in DIALOG_CreateControls32
Royce Mitchell III [Sat, 26 Jul 2003 23:12:08 +0000 (23:12 +0000)]
put variables at top to eliminate build error in DIALOG_CreateControls32

svn path=/trunk/; revision=5283

20 years agono more complaints about missing .d files during build (yay!) - submitted by arty
Royce Mitchell III [Sat, 26 Jul 2003 22:51:03 +0000 (22:51 +0000)]
no more complaints about missing .d files during build (yay!) - submitted by arty

svn path=/trunk/; revision=5282

20 years ago- Forgot these files; sorry everyone.
David Welch [Sat, 26 Jul 2003 20:05:45 +0000 (20:05 +0000)]
- Forgot these files; sorry everyone.

svn path=/trunk/; revision=5281

20 years agobugfixes by Thomas Weidenmueller
Richard Campbell [Sat, 26 Jul 2003 18:38:52 +0000 (18:38 +0000)]
bugfixes by Thomas Weidenmueller

svn path=/trunk/; revision=5280

20 years agoAdded some code from wine from menus.
David Welch [Sat, 26 Jul 2003 15:48:47 +0000 (15:48 +0000)]
Added some code from wine from menus.

svn path=/trunk/; revision=5279

20 years ago- Fixed the using of the assert macro.
Hartmut Birr [Sat, 26 Jul 2003 14:56:55 +0000 (14:56 +0000)]
- Fixed the using of the assert macro.

svn path=/trunk/; revision=5278

20 years agodialog.c patch by Thomas Weidenmueller
Richard Campbell [Sat, 26 Jul 2003 14:55:35 +0000 (14:55 +0000)]
dialog.c patch by Thomas Weidenmueller

svn path=/trunk/; revision=5277

20 years ago- Moved the code for freeing a segment to separate function (MmUnmapViewOfSegment).
Hartmut Birr [Sat, 26 Jul 2003 12:47:51 +0000 (12:47 +0000)]
- Moved the code for freeing a segment to separate function (MmUnmapViewOfSegment).
- Freed all segments for an image section in MmUnmapViewOfSection.

svn path=/trunk/; revision=5276

20 years ago- Freed the no access memory area in MmReleaseMemoryArea.
Hartmut Birr [Sat, 26 Jul 2003 12:45:37 +0000 (12:45 +0000)]
- Freed the no access memory area in MmReleaseMemoryArea.
- Changed the iteration through the memory area list in MmReleaseMemoryArea.

svn path=/trunk/; revision=5275

20 years ago- Fixed the compared length of the name in LdrFindEntryForName.
Hartmut Birr [Sat, 26 Jul 2003 12:44:20 +0000 (12:44 +0000)]
- Fixed the compared length of the name in LdrFindEntryForName.
- Initialized the section handle for a loaded dll in LdrPEStartup.

svn path=/trunk/; revision=5274

20 years agobigger font + reorganized
Royce Mitchell III [Sat, 26 Jul 2003 00:04:02 +0000 (00:04 +0000)]
bigger font + reorganized

svn path=/trunk/; revision=5273

20 years agoremoved unused variable causing build failure. Also fixed int/ptr comparison warning
Royce Mitchell III [Fri, 25 Jul 2003 23:57:20 +0000 (23:57 +0000)]
removed unused variable causing build failure. Also fixed int/ptr comparison warning

svn path=/trunk/; revision=5272

20 years ago- Use a paged lookside list for window messages.
David Welch [Fri, 25 Jul 2003 23:53:36 +0000 (23:53 +0000)]
- Use a paged lookside list for window messages.

svn path=/trunk/; revision=5271

20 years ago- Added InterlockedPushEntrySList export so lookaside lists can be used
David Welch [Fri, 25 Jul 2003 23:51:23 +0000 (23:51 +0000)]
- Added InterlockedPushEntrySList export so lookaside lists can be used
from outside ntoskrnl.

svn path=/trunk/; revision=5270

20 years agogot rid of BS_FLAT ( Casper added it to include/defines.h )
Royce Mitchell III [Fri, 25 Jul 2003 23:50:37 +0000 (23:50 +0000)]
got rid of BS_FLAT ( Casper added it to include/defines.h )

svn path=/trunk/; revision=5269

20 years agoimplementation of window enumeration. thread window enumeration appears to have a...
Royce Mitchell III [Fri, 25 Jul 2003 23:02:21 +0000 (23:02 +0000)]
implementation of window enumeration. thread window enumeration appears to have a problem. Would someone who understands it better please fix it?

svn path=/trunk/; revision=5268

20 years agoAdded expand program ported from WINE.
Steven Edwards [Fri, 25 Jul 2003 21:51:30 +0000 (21:51 +0000)]
Added expand program ported from WINE.

svn path=/trunk/; revision=5267

20 years agoremove asm code from WINE string function.
Steven Edwards [Fri, 25 Jul 2003 21:42:14 +0000 (21:42 +0000)]
remove asm code from WINE string function.

svn path=/trunk/; revision=5266

20 years agoGetWindowThreadProcessId impl./fixed
Gunnar Dalsnes [Fri, 25 Jul 2003 19:37:14 +0000 (19:37 +0000)]
GetWindowThreadProcessId impl./fixed

svn path=/trunk/; revision=5265

20 years agoNtUser-/W32kGetWindowThreadProcessId impl.
Gunnar Dalsnes [Fri, 25 Jul 2003 19:36:26 +0000 (19:36 +0000)]
NtUser-/W32kGetWindowThreadProcessId impl.

svn path=/trunk/; revision=5264

20 years agotest case for EnumWindows, EnumChildWindows, etc... all functions that make use of...
Royce Mitchell III [Fri, 25 Jul 2003 19:13:14 +0000 (19:13 +0000)]
test case for EnumWindows, EnumChildWindows, etc... all functions that make use of NtUserBuildHwndList

svn path=/trunk/; revision=5263

20 years agoFix Sermouse entry
Gé van Geldorp [Fri, 25 Jul 2003 08:47:30 +0000 (08:47 +0000)]
Fix Sermouse entry

svn path=/trunk/; revision=5262

20 years agodestubbing
Royce Mitchell III [Thu, 24 Jul 2003 22:17:15 +0000 (22:17 +0000)]
destubbing

svn path=/trunk/; revision=5260

20 years agoFinished W32kGetTextExtentExPoint() implementation
Gé van Geldorp [Thu, 24 Jul 2003 21:23:37 +0000 (21:23 +0000)]
Finished W32kGetTextExtentExPoint() implementation

svn path=/trunk/; revision=5259

20 years ago2003-07-24 Casper S. Hornstrup <chorns@users.sourceforge.net>
Casper Hornstrup [Thu, 24 Jul 2003 20:52:58 +0000 (20:52 +0000)]
2003-07-24  Casper S. Hornstrup  <chorns@users.sourceforge.net>

* drivers/fs/vfat/*.c: Remove protection of NDEBUG.

svn path=/trunk/; revision=5258

20 years agoBuild and install lz32.dll and twain_32.dll ported from WINE-20030709
Steven Edwards [Thu, 24 Jul 2003 19:54:25 +0000 (19:54 +0000)]
Build and install lz32.dll and twain_32.dll ported from WINE-20030709

svn path=/trunk/; revision=5257