reactos.git
18 years agoSM some simple work (wip)
Emanuele Aliberti [Sat, 26 Feb 2005 23:22:48 +0000 (23:22 +0000)]
SM some simple work (wip)

svn path=/trunk/; revision=13762

18 years agoCSR: Wrong event and wrong place for mu.
Emanuele Aliberti [Sat, 26 Feb 2005 23:21:58 +0000 (23:21 +0000)]
CSR: Wrong event and wrong place for mu.

svn path=/trunk/; revision=13761

18 years agosm namespace macros
Emanuele Aliberti [Sat, 26 Feb 2005 23:19:56 +0000 (23:19 +0000)]
sm namespace macros

svn path=/trunk/; revision=13760

18 years agoDbgPrint calls DbgPrintEx
Emanuele Aliberti [Sat, 26 Feb 2005 23:18:27 +0000 (23:18 +0000)]
DbgPrint calls DbgPrintEx
(which runs the code previously belonging to DbgPrint).

svn path=/trunk/; revision=13759

18 years ago- Server stubs are void functions.
Eric Kohl [Sat, 26 Feb 2005 15:54:27 +0000 (15:54 +0000)]
- Server stubs are void functions.
- Fix a warning in the server stub descriptor.

svn path=/trunk/; revision=13752

18 years agoMultiuser Win32: empty server dll
Emanuele Aliberti [Sat, 26 Feb 2005 15:17:54 +0000 (15:17 +0000)]
Multiuser Win32: empty server dll

svn path=/trunk/; revision=13751

18 years agoCSR pre-init cleanup
Emanuele Aliberti [Sat, 26 Feb 2005 15:06:19 +0000 (15:06 +0000)]
CSR pre-init cleanup

svn path=/trunk/; revision=13748

18 years agoMove to media directory
Casper Hornstrup [Fri, 25 Feb 2005 21:22:05 +0000 (21:22 +0000)]
Move to media directory

svn path=/trunk/; revision=13747

18 years agoCreate rosmedia subfolder (artworks, themes, ...)
Klemens Friedl [Fri, 25 Feb 2005 20:53:00 +0000 (20:53 +0000)]
Create rosmedia subfolder (artworks, themes, ...)

svn path=/trunk/; revision=13745

18 years agoUpdated linux wrapper to contain more funcs (to allow UHCI in the future), also wait...
Aleksey Bragin [Fri, 25 Feb 2005 15:05:51 +0000 (15:05 +0000)]
Updated linux wrapper to contain more funcs (to allow UHCI in the future), also wait added into hub thread, so it *should* take much fewer cpu time then it was taking before (though I haven't tested it at all - will do later). Added dependency tracking to makefiles.

svn path=/trunk/; revision=13741

18 years ago- Support multiple interfaces per idl file.
Eric Kohl [Fri, 25 Feb 2005 12:20:36 +0000 (12:20 +0000)]
- Support multiple interfaces per idl file.
- Support explicit binding handles.

svn path=/trunk/; revision=13740

18 years agoReads are allowed on connecting sockets. They act like normal reads
Art Yerkes [Fri, 25 Feb 2005 05:28:54 +0000 (05:28 +0000)]
Reads are allowed on connecting sockets.  They act like normal reads
with no data available.

svn path=/trunk/; revision=13739

18 years agoSet nonblocking on all sockets initially.
Art Yerkes [Fri, 25 Feb 2005 05:27:43 +0000 (05:27 +0000)]
Set nonblocking on all sockets initially.
Zero flags and other junk in the ea buffer when creating a new socket.
More correct error return function (check both Errno and ReturnedBytes ptrs).

svn path=/trunk/; revision=13738

18 years agoNoticed that I had not used the right status for EOF when consolidating
Art Yerkes [Fri, 25 Feb 2005 03:02:45 +0000 (03:02 +0000)]
Noticed that I had not used the right status for EOF when consolidating
some code.  Added a flag that governs whether we are after or at EOF.

svn path=/trunk/; revision=13737

18 years agoAdded some init code for the embedded DBGSS.
Emanuele Aliberti [Thu, 24 Feb 2005 22:20:43 +0000 (22:20 +0000)]
Added some init code for the embedded DBGSS.

svn path=/trunk/; revision=13736

18 years agoSilent debug messages
Hervé Poussineau [Thu, 24 Feb 2005 21:28:49 +0000 (21:28 +0000)]
Silent debug messages

svn path=/trunk/; revision=13735

18 years agoFix various warnings
Hervé Poussineau [Thu, 24 Feb 2005 20:47:07 +0000 (20:47 +0000)]
Fix various warnings

svn path=/trunk/; revision=13734

18 years agoSupport remaining basic types (float, double, small, wchar_t and handle_t).
Eric Kohl [Thu, 24 Feb 2005 16:48:16 +0000 (16:48 +0000)]
Support remaining basic types (float, double, small, wchar_t and handle_t).

svn path=/trunk/; revision=13733

18 years agoFixed more socket close problems. You could get through TCPClose, unlock
Art Yerkes [Thu, 24 Feb 2005 08:51:18 +0000 (08:51 +0000)]
Fixed more socket close problems.  You could get through TCPClose, unlock
the socket, have somebody else service and even, and unlink the connection
object at the same time.  Now we hold the TCP lock while removing a connection.

svn path=/trunk/; revision=13732

18 years agoMinor changes and documentation.
Emanuele Aliberti [Wed, 23 Feb 2005 23:37:06 +0000 (23:37 +0000)]
Minor changes and documentation.

svn path=/trunk/; revision=13731

18 years agoAdd resources
Casper Hornstrup [Wed, 23 Feb 2005 22:03:02 +0000 (22:03 +0000)]
Add resources

svn path=/trunk/; revision=13730

18 years agoGerman language file (minor update)
Klemens Friedl [Wed, 23 Feb 2005 18:45:46 +0000 (18:45 +0000)]
German language file (minor update)

svn path=/trunk/; revision=13729

18 years agoUsed HasTerminated as bitmap for flags to make difference between calling PsTerminate...
Hartmut Birr [Wed, 23 Feb 2005 18:43:25 +0000 (18:43 +0000)]
Used HasTerminated as bitmap for flags to make difference between calling PsTerminateCurrentThread and delivering an apc which calls PsTerminateCurrentThread.

svn path=/trunk/; revision=13728

18 years agoGerman language support added
Klemens Friedl [Wed, 23 Feb 2005 18:40:51 +0000 (18:40 +0000)]
German language support added

svn path=/trunk/; revision=13727

18 years agoChange icons: speaker
Klemens Friedl [Wed, 23 Feb 2005 18:36:04 +0000 (18:36 +0000)]
Change icons: speaker

svn path=/trunk/; revision=13726

18 years agoWIDL: Support basic type function arguments.
Eric Kohl [Wed, 23 Feb 2005 13:15:40 +0000 (13:15 +0000)]
WIDL: Support basic type function arguments.

svn path=/trunk/; revision=13725

18 years agoadded msacm32.dll to the bootcd
Thomas Bluemel [Wed, 23 Feb 2005 10:37:46 +0000 (10:37 +0000)]
added msacm32.dll to the bootcd

svn path=/trunk/; revision=13724

18 years agoadded more irql checks
Thomas Bluemel [Wed, 23 Feb 2005 09:56:36 +0000 (09:56 +0000)]
added more irql checks

svn path=/trunk/; revision=13723

18 years agotinus <o112w8r02@sneakemail.com>
Gé van Geldorp [Wed, 23 Feb 2005 08:16:19 +0000 (08:16 +0000)]
tinus <o112w8r02@sneakemail.com>
Cleanup the timers after sending WM_NCDESTROY

svn path=/trunk/; revision=13722

18 years agotinus <o112w8r02@sneakemail.com>
Gé van Geldorp [Wed, 23 Feb 2005 08:14:48 +0000 (08:14 +0000)]
tinus <o112w8r02@sneakemail.com>
Fix the caret timer warnings
Don't kill the timer unless we added it.

svn path=/trunk/; revision=13721

18 years agoadded more irql checks
Thomas Bluemel [Tue, 22 Feb 2005 22:19:14 +0000 (22:19 +0000)]
added more irql checks

svn path=/trunk/; revision=13720

18 years agoRemove accidentially committed changes.
Eric Kohl [Tue, 22 Feb 2005 22:08:04 +0000 (22:08 +0000)]
Remove accidentially committed changes.

svn path=/trunk/; revision=13719

18 years agoadded more irql checks and secured access to buffers in symbolic link code
Thomas Bluemel [Tue, 22 Feb 2005 21:09:54 +0000 (21:09 +0000)]
added more irql checks and secured access to buffers in symbolic link code

svn path=/trunk/; revision=13718

18 years agoGerman translation of winecalc by Rouven Wessling
Thomas Bluemel [Tue, 22 Feb 2005 20:08:06 +0000 (20:08 +0000)]
German translation of winecalc by Rouven Wessling

svn path=/trunk/; revision=13717

18 years agoRemove bison/flex dependency
Gé van Geldorp [Tue, 22 Feb 2005 19:59:12 +0000 (19:59 +0000)]
Remove bison/flex dependency

svn path=/trunk/; revision=13716

18 years agoFix a small bug I did found in no gdi hook code
Magnus Olsen [Tue, 22 Feb 2005 19:26:40 +0000 (19:26 +0000)]
Fix a small bug I did found in no gdi hook code
for SysMouseAImpl_GetDeviceData
no buffer implenet yet

svn path=/trunk/; revision=13715

18 years agoadded more irql checks
Thomas Bluemel [Tue, 22 Feb 2005 19:25:17 +0000 (19:25 +0000)]
added more irql checks

svn path=/trunk/; revision=13714

18 years agoGerman translation by Rouven Wessling
Thomas Bluemel [Tue, 22 Feb 2005 18:17:16 +0000 (18:17 +0000)]
German translation by Rouven Wessling

svn path=/trunk/; revision=13713

18 years ago1. added irql checks to various rtl and security functions
Thomas Bluemel [Tue, 22 Feb 2005 17:58:19 +0000 (17:58 +0000)]
1. added irql checks to various rtl and security functions
2. RtlGetVersion needs to be implemented differently in ntoskrnl and ntdll, ntoskrnl's version must not access the PEB (which might not be present) while ntdlls gets most information from the PEB structure
3. can't use spinlocks to serialize access to the security descriptor cache since it calls sd rtl functions which require to run < apc level

svn path=/trunk/; revision=13712

18 years ago- Support implict_handle attribute in IDL files.
Eric Kohl [Tue, 22 Feb 2005 11:46:44 +0000 (11:46 +0000)]
- Support implict_handle attribute in IDL files.
- Build mixed-mode stub files.

svn path=/trunk/; revision=13711

18 years agoremove obsolete check in InterlockedPopEntrySList()
Thomas Bluemel [Tue, 22 Feb 2005 09:35:59 +0000 (09:35 +0000)]
remove obsolete check in InterlockedPopEntrySList()

svn path=/trunk/; revision=13710

18 years agoInterlockedPushEntrySList() and InterlockedPopEntrySList() shouldn't serialize access...
Thomas Bluemel [Tue, 22 Feb 2005 01:07:41 +0000 (01:07 +0000)]
InterlockedPushEntrySList() and InterlockedPopEntrySList() shouldn't serialize access to the list with semaphores

svn path=/trunk/; revision=13709

18 years agomove public expat headers into common include folder
Martin Fuchs [Mon, 21 Feb 2005 21:40:31 +0000 (21:40 +0000)]
move public expat headers into common include folder

svn path=/trunk/; revision=13708

18 years agoupdate Expat and XMLStorage files
Martin Fuchs [Mon, 21 Feb 2005 20:40:30 +0000 (20:40 +0000)]
update Expat and XMLStorage files

svn path=/trunk/; revision=13707

18 years agoFix build on Linux.
Filip Navara [Mon, 21 Feb 2005 20:30:10 +0000 (20:30 +0000)]
Fix build on Linux.

svn path=/trunk/; revision=13706

18 years agoFix csrss shutdown/cleanup
Gé van Geldorp [Mon, 21 Feb 2005 17:42:23 +0000 (17:42 +0000)]
Fix csrss shutdown/cleanup

svn path=/trunk/; revision=13705

18 years agoAdd basic support for creating client and server stub files.
Eric Kohl [Mon, 21 Feb 2005 12:38:50 +0000 (12:38 +0000)]
Add basic support for creating client and server stub files.

svn path=/trunk/; revision=13704

18 years agosynchronized with wine to get tools build again (missing definition of RPC_FC_CVSTRUCT)
Thomas Bluemel [Mon, 21 Feb 2005 11:01:32 +0000 (11:01 +0000)]
synchronized with wine to get tools build again (missing definition of RPC_FC_CVSTRUCT)

svn path=/trunk/; revision=13703

18 years agoBuild unmodified widl.
Eric Kohl [Mon, 21 Feb 2005 09:48:09 +0000 (09:48 +0000)]
Build unmodified widl.

svn path=/trunk/; revision=13702

18 years agoimplemented CmUnRegisterCallback() and CmUnRegisterCallback()
Thomas Bluemel [Mon, 21 Feb 2005 02:41:16 +0000 (02:41 +0000)]
implemented CmUnRegisterCallback() and CmUnRegisterCallback()

svn path=/trunk/; revision=13701

18 years agohandle the case when ExRundownCompleted() was called before ExReleaseRundownProtectio...
Thomas Bluemel [Mon, 21 Feb 2005 00:39:59 +0000 (00:39 +0000)]
handle the case when ExRundownCompleted() was called before ExReleaseRundownProtectionEx()

svn path=/trunk/; revision=13700

18 years agofixed some bugs in ExWaitForRundownProtectionRelease() and ExReleaseRundownProtectionEx()
Thomas Bluemel [Sun, 20 Feb 2005 23:56:47 +0000 (23:56 +0000)]
fixed some bugs in ExWaitForRundownProtectionRelease() and ExReleaseRundownProtectionEx()

svn path=/trunk/; revision=13699

18 years agoAllow HAL choice during first stage setup
Hervé Poussineau [Sun, 20 Feb 2005 22:40:30 +0000 (22:40 +0000)]
Allow HAL choice during first stage setup

svn path=/trunk/; revision=13698

18 years agoI shouldn't commit at night...never!
Filip Navara [Sun, 20 Feb 2005 20:46:59 +0000 (20:46 +0000)]
I shouldn't commit at night...never!

svn path=/trunk/; revision=13697

18 years agoFix a stupid cut & paste error.
Filip Navara [Sun, 20 Feb 2005 20:41:11 +0000 (20:41 +0000)]
Fix a stupid cut & paste error.

svn path=/trunk/; revision=13696

18 years agoAdd KeMemoryBarrier.
Filip Navara [Sun, 20 Feb 2005 20:35:59 +0000 (20:35 +0000)]
Add KeMemoryBarrier.

svn path=/trunk/; revision=13695

18 years agoAdded a Open dialog. Right now it still opens new windows
Steven Edwards [Sun, 20 Feb 2005 19:51:38 +0000 (19:51 +0000)]
Added a Open dialog. Right now it still opens new windows
rather than opening documents in a existing ibrowser window.

svn path=/trunk/; revision=13694

18 years agoForgotten file
Gé van Geldorp [Sun, 20 Feb 2005 19:07:24 +0000 (19:07 +0000)]
Forgotten file

svn path=/trunk/; revision=13693

18 years agoHandle NULL values in IntGdiPolygon and IntRectangle
Hervé Poussineau [Sun, 20 Feb 2005 18:01:03 +0000 (18:01 +0000)]
Handle NULL values in IntGdiPolygon and IntRectangle

svn path=/trunk/; revision=13691

18 years agoHandle NULL values in IntRoundRect and NtGdiEllipse
Hervé Poussineau [Sun, 20 Feb 2005 17:35:50 +0000 (17:35 +0000)]
Handle NULL values in IntRoundRect and NtGdiEllipse

svn path=/trunk/; revision=13690

18 years agoSM_ missing updated headers
Emanuele Aliberti [Sun, 20 Feb 2005 16:46:10 +0000 (16:46 +0000)]
SM_ missing updated headers

svn path=/trunk/; revision=13689

18 years agoFreeType: version information
Emanuele Aliberti [Sun, 20 Feb 2005 16:37:58 +0000 (16:37 +0000)]
FreeType: version information
- original copyright added
- year updated

svn path=/trunk/; revision=13688

18 years agoFix the compilation of expat.
Filip Navara [Sun, 20 Feb 2005 15:24:06 +0000 (15:24 +0000)]
Fix the compilation of expat.

svn path=/trunk/; revision=13687

18 years agoImport from Wine
Gé van Geldorp [Sun, 20 Feb 2005 15:02:48 +0000 (15:02 +0000)]
Import from Wine

svn path=/trunk/; revision=13686

18 years agoBuild unicode and wpp as host_library
Gé van Geldorp [Sun, 20 Feb 2005 14:54:18 +0000 (14:54 +0000)]
Build unicode and wpp as host_library

svn path=/trunk/; revision=13683

18 years agoAdd host_library TARGET_TYPE
Gé van Geldorp [Sun, 20 Feb 2005 14:52:47 +0000 (14:52 +0000)]
Add host_library TARGET_TYPE

svn path=/trunk/; revision=13682

18 years agoUpdate status
Gé van Geldorp [Sun, 20 Feb 2005 11:33:58 +0000 (11:33 +0000)]
Update status

svn path=/trunk/; revision=13679

18 years agoWine-20050211 vendor import
Gé van Geldorp [Sun, 20 Feb 2005 11:11:20 +0000 (11:11 +0000)]
Wine-20050211 vendor import

svn path=/trunk/; revision=13675

18 years agoPrepare for vendor import
Gé van Geldorp [Sun, 20 Feb 2005 11:07:59 +0000 (11:07 +0000)]
Prepare for vendor import

svn path=/trunk/; revision=13673

18 years agoSync to Wine-20050211
Gé van Geldorp [Sun, 20 Feb 2005 11:03:14 +0000 (11:03 +0000)]
Sync to Wine-20050211
Eric Pouech <pouech-eric@wanadoo.fr>
- rewrite MCI interfaces as Unicode interface (as it should be)
- made some winmm APIs rely on the Unicode version for the core
  implementation (instead of Ansi flavor)
Klemens Friedl <klemens_friedl@gmx.net>
Henning Gerhardt <henning.gerhardt@web.de>
- Spelling fixes.

svn path=/trunk/; revision=13671

18 years agoNeed to W->A convert the ReactOS version string too
Gé van Geldorp [Sun, 20 Feb 2005 10:48:44 +0000 (10:48 +0000)]
Need to W->A convert the ReactOS version string too

svn path=/trunk/; revision=13670

18 years agohandle new expat 1.95.8 error codes
Martin Fuchs [Sun, 20 Feb 2005 10:43:00 +0000 (10:43 +0000)]
handle new expat 1.95.8 error codes

svn path=/trunk/; revision=13669

18 years agofix XBEL write routine
Martin Fuchs [Sun, 20 Feb 2005 10:36:35 +0000 (10:36 +0000)]
fix XBEL write routine

svn path=/trunk/; revision=13668

18 years agoupdate Expat and XMLStorage files
Martin Fuchs [Sun, 20 Feb 2005 10:21:20 +0000 (10:21 +0000)]
update Expat and XMLStorage files

svn path=/trunk/; revision=13667

18 years agoappend the reactos string after a null-character
Thomas Bluemel [Sun, 20 Feb 2005 10:21:19 +0000 (10:21 +0000)]
append the reactos string after a null-character

svn path=/trunk/; revision=13666

18 years agorm expat.h
Martin Fuchs [Sun, 20 Feb 2005 10:20:15 +0000 (10:20 +0000)]
rm expat.h

svn path=/trunk/; revision=13665

18 years agoupdate to Expat 2.0 pre-release
Martin Fuchs [Sun, 20 Feb 2005 10:12:49 +0000 (10:12 +0000)]
update to Expat 2.0 pre-release

svn path=/trunk/; revision=13664

18 years agoMake sure to actually include symbols that are needed! Thanks to Usurp.
Mike Nordell [Sun, 20 Feb 2005 02:32:23 +0000 (02:32 +0000)]
Make sure to actually include symbols that are needed! Thanks to Usurp.

svn path=/trunk/; revision=13663

18 years agoUsed, but never set include-guard macro fixed. Thanks to Usurp.
Mike Nordell [Sun, 20 Feb 2005 02:30:28 +0000 (02:30 +0000)]
Used, but never set include-guard macro fixed. Thanks to Usurp.

svn path=/trunk/; revision=13662

18 years agoFinish zeroing fields that need it.
Art Yerkes [Sat, 19 Feb 2005 23:24:38 +0000 (23:24 +0000)]
Finish zeroing fields that need it.

svn path=/trunk/; revision=13661

18 years agoMake OHCI+Core drivers really working, they are basically working now. Next thing...
Aleksey Bragin [Sat, 19 Feb 2005 23:12:32 +0000 (23:12 +0000)]
Make OHCI+Core drivers really working, they are basically working now. Next thing to do is to make them working better (e.g. having a thread infinitely looping to serve irqs/other stuff isn't a good solution for multitasking OS) - add interrupt handler, spinlocks wrappers, waits etc.

svn path=/trunk/; revision=13660

18 years agoCSRSS: silenced debug messages.
Emanuele Aliberti [Sat, 19 Feb 2005 23:07:22 +0000 (23:07 +0000)]
CSRSS: silenced debug messages.

svn path=/trunk/; revision=13658

18 years agoRemove cromwell from default build for now (it can significantly slow down work witho...
Aleksey Bragin [Sat, 19 Feb 2005 23:06:59 +0000 (23:06 +0000)]
Remove cromwell from default build for now (it can significantly slow down work without any usb devices really working)

svn path=/trunk/; revision=13657

18 years agoDon't use svn command line tool to get revision number
Gé van Geldorp [Sat, 19 Feb 2005 23:05:09 +0000 (23:05 +0000)]
Don't use svn command line tool to get revision number
XML code stolen from the xmlbuildsystem branch, we need
to merge this when merging the xmlbuildsystem back into trunk

svn path=/trunk/; revision=13656

18 years agoSM: added keys for env subsystem startup (not yet used)
Emanuele Aliberti [Sat, 19 Feb 2005 22:59:17 +0000 (22:59 +0000)]
SM: added keys for env subsystem startup (not yet used)

svn path=/trunk/; revision=13655

18 years agoSM: subsystem registration (partial)
Emanuele Aliberti [Sat, 19 Feb 2005 22:58:18 +0000 (22:58 +0000)]
SM: subsystem registration (partial)
- merged duplicate code in process creation
- experimental implementation of env subsystem registration

svn path=/trunk/; revision=13654

18 years agoCSRSS: register CSRSS to manage IMAGE_SUBSYSTEM_WINDOWS_CUI (experimental).
Emanuele Aliberti [Sat, 19 Feb 2005 22:56:59 +0000 (22:56 +0000)]
CSRSS: register CSRSS to manage IMAGE_SUBSYSTEM_WINDOWS_CUI (experimental).

svn path=/trunk/; revision=13653

18 years agoImport Wine Resource Compiler and use it for winedll's
Gé van Geldorp [Sat, 19 Feb 2005 22:30:27 +0000 (22:30 +0000)]
Import Wine Resource Compiler and use it for winedll's

svn path=/trunk/; revision=13652

18 years agoZero queue fields needed for accept.
Art Yerkes [Sat, 19 Feb 2005 22:22:45 +0000 (22:22 +0000)]
Zero queue fields needed for accept.

svn path=/trunk/; revision=13651

18 years agosilence debug message
Thomas Bluemel [Sat, 19 Feb 2005 18:12:44 +0000 (18:12 +0000)]
silence debug message

svn path=/trunk/; revision=13645

18 years agoOne could have the impression that I am bored ;-)
Gregor Anich [Sat, 19 Feb 2005 16:36:51 +0000 (16:36 +0000)]
One could have the impression that I am bored ;-)

svn path=/trunk/; revision=13644

18 years agorevert my changes to RtlTryEnterCriticalSection()
Thomas Bluemel [Sat, 19 Feb 2005 14:30:32 +0000 (14:30 +0000)]
revert my changes to RtlTryEnterCriticalSection()

svn path=/trunk/; revision=13643

18 years agodon't increment the lock count twice in RtlTryEnterCriticalSection() and added some...
Thomas Bluemel [Sat, 19 Feb 2005 13:44:56 +0000 (13:44 +0000)]
don't increment the lock count twice in RtlTryEnterCriticalSection() and added some more comments

svn path=/trunk/; revision=13642

18 years agofixed RtlEnterCriticalSection not to fail on wrong assumptions and added comment...
Thomas Bluemel [Sat, 19 Feb 2005 13:13:17 +0000 (13:13 +0000)]
fixed RtlEnterCriticalSection not to fail on wrong assumptions and added comment on why the debug message "Critical section not initialized (guess)" is wrong

svn path=/trunk/; revision=13641

18 years agodon't pass NULL handles to NtGdiCombineRgn
Thomas Bluemel [Sat, 19 Feb 2005 11:13:41 +0000 (11:13 +0000)]
don't pass NULL handles to NtGdiCombineRgn

svn path=/trunk/; revision=13640

18 years ago1. made the PEB structure match xp's layout
Thomas Bluemel [Sat, 19 Feb 2005 03:38:43 +0000 (03:38 +0000)]
1. made the PEB structure match xp's layout
2. fixed GetVersionEx()

svn path=/trunk/; revision=13639

18 years agoInclude svn revision in build string
Gé van Geldorp [Fri, 18 Feb 2005 22:46:49 +0000 (22:46 +0000)]
Include svn revision in build string

svn path=/trunk/; revision=13638

18 years agoRemove expat.dll from the list.
Filip Navara [Fri, 18 Feb 2005 21:20:01 +0000 (21:20 +0000)]
Remove expat.dll from the list.

svn path=/trunk/; revision=13637

18 years agoAdd shutdown message.
Gregor Anich [Fri, 18 Feb 2005 20:52:24 +0000 (20:52 +0000)]
Add shutdown message.

svn path=/trunk/; revision=13636

18 years agoProtect against bogus string offsets
Gé van Geldorp [Fri, 18 Feb 2005 20:19:49 +0000 (20:19 +0000)]
Protect against bogus string offsets

svn path=/trunk/; revision=13635