reactos.git
20 years agoFixed compilation.
Filip Navara [Sun, 14 Dec 2003 21:29:42 +0000 (21:29 +0000)]
Fixed compilation.

svn path=/trunk/; revision=7064

20 years agofixed wsock32 export ordinals
KJK::Hyperion [Sun, 14 Dec 2003 21:25:42 +0000 (21:25 +0000)]
fixed wsock32 export ordinals

svn path=/trunk/; revision=7063

20 years agoReverse WndProcA and WndProcW, our order is the reverse of the order in
Gé van Geldorp [Sun, 14 Dec 2003 21:07:54 +0000 (21:07 +0000)]
Reverse WndProcA and WndProcW, our order is the reverse of the order in
Wine (we should change it)

svn path=/trunk/; revision=7062

20 years agoAdded inital port of Wine Preprocessor
Steven Edwards [Sun, 14 Dec 2003 19:53:39 +0000 (19:53 +0000)]
Added inital port of Wine Preprocessor

svn path=/trunk/; revision=7061

20 years agoadded internal WINE Preprocessor header.
Steven Edwards [Sun, 14 Dec 2003 19:51:58 +0000 (19:51 +0000)]
added internal WINE Preprocessor header.

svn path=/trunk/; revision=7060

20 years agoFixed issue that cause user-mode exception stack traces not to work. Patch by Mike...
Filip Navara [Sun, 14 Dec 2003 19:43:09 +0000 (19:43 +0000)]
Fixed issue that cause user-mode exception stack traces not to work. Patch by Mike Nordell.

svn path=/trunk/; revision=7059

20 years agoImplement real locking for GDIOBJ objects
Gé van Geldorp [Sun, 14 Dec 2003 19:39:50 +0000 (19:39 +0000)]
Implement real locking for GDIOBJ objects

svn path=/trunk/; revision=7058

20 years agoMore updates for string handling.
Steven Edwards [Sun, 14 Dec 2003 19:37:03 +0000 (19:37 +0000)]
More updates for string handling.

svn path=/trunk/; revision=7057

20 years agoAdded new port of WINE controls to get rid of some debug messages
Steven Edwards [Sun, 14 Dec 2003 19:36:15 +0000 (19:36 +0000)]
Added new port of WINE controls to get rid of some debug messages
and make the code a little cleaner.

svn path=/trunk/; revision=7056

20 years agoremove message from the list if it was freed in MsqTranslateMouseMessage()
Thomas Bluemel [Sun, 14 Dec 2003 19:04:51 +0000 (19:04 +0000)]
remove message from the list if it was freed in MsqTranslateMouseMessage()

svn path=/trunk/; revision=7055

20 years agoAdded two debugging messages. Patch by Mike Nordell.
Filip Navara [Sun, 14 Dec 2003 18:36:15 +0000 (18:36 +0000)]
Added two debugging messages. Patch by Mike Nordell.

svn path=/trunk/; revision=7054

20 years agoAdded simple unix style process killer.
Steven Edwards [Sun, 14 Dec 2003 18:31:32 +0000 (18:31 +0000)]
Added simple unix style process killer.

svn path=/trunk/; revision=7053

20 years ago- Do not place _main into the init section. If ntoskrnl is compiled
Hartmut Birr [Sun, 14 Dec 2003 18:16:18 +0000 (18:16 +0000)]
- Do not place _main into the init section. If ntoskrnl is compiled
  with higher optimisation levels, some code from a non init section
  is internal moved to _main. This does crash reactos.

svn path=/trunk/; revision=7052

20 years ago- Use the correct heap for all heap functions.
Hartmut Birr [Sun, 14 Dec 2003 18:10:05 +0000 (18:10 +0000)]
- Use the correct heap for all heap functions.

svn path=/trunk/; revision=7051

20 years ago- Fixed some declarations.
Hartmut Birr [Sun, 14 Dec 2003 18:08:29 +0000 (18:08 +0000)]
- Fixed some declarations.
- Removed old linux declarations.

svn path=/trunk/; revision=7050

20 years ago- Replaced ctype.h with internal\ctype.h.
Hartmut Birr [Sun, 14 Dec 2003 18:06:44 +0000 (18:06 +0000)]
- Replaced ctype.h with internal\ctype.h.
  On higher optimisation levels like '-O6', gcc does try to
  import some variables which only exist in msvcrt.dll.

svn path=/trunk/; revision=7049

20 years ago- Removed ctype.h.
Hartmut Birr [Sun, 14 Dec 2003 18:03:59 +0000 (18:03 +0000)]
- Removed ctype.h.

svn path=/trunk/; revision=7048

20 years ago- Fixed the declaration of some thread functions.
Hartmut Birr [Sun, 14 Dec 2003 18:02:34 +0000 (18:02 +0000)]
- Fixed the declaration of some thread functions.

svn path=/trunk/; revision=7045

20 years ago- Implementation of [NtUser]GetClipboardFormatName[A/W].
Filip Navara [Sun, 14 Dec 2003 17:59:17 +0000 (17:59 +0000)]
- Implementation of [NtUser]GetClipboardFormatName[A/W].

svn path=/trunk/; revision=7044

20 years ago- Fixed some debug messages.
Hartmut Birr [Sun, 14 Dec 2003 17:58:00 +0000 (17:58 +0000)]
- Fixed some debug messages.
- Removed ctype.h.

svn path=/trunk/; revision=7043

20 years ago- Initialized some local variables.
Hartmut Birr [Sun, 14 Dec 2003 17:56:23 +0000 (17:56 +0000)]
- Initialized some local variables.

svn path=/trunk/; revision=7042

20 years ago- Fixed the initialisation of the core dump service in MmDumpToPagingFile.
Hartmut Birr [Sun, 14 Dec 2003 17:54:22 +0000 (17:54 +0000)]
- Fixed the initialisation of the core dump service in MmDumpToPagingFile.

svn path=/trunk/; revision=7041

20 years ago- Added return values to some unimplemented functions.
Hartmut Birr [Sun, 14 Dec 2003 17:51:41 +0000 (17:51 +0000)]
- Added return values to some unimplemented functions.

svn path=/trunk/; revision=7040

20 years ago- Added return values to some unimplemented functions.
Hartmut Birr [Sun, 14 Dec 2003 17:44:02 +0000 (17:44 +0000)]
- Added return values to some unimplemented functions.

svn path=/trunk/; revision=7039

20 years agoback to 1.30
Martin Fuchs [Sun, 14 Dec 2003 16:28:07 +0000 (16:28 +0000)]
back to 1.30

svn path=/trunk/; revision=7038

20 years agoshell registry entries for recycle bin
Martin Fuchs [Sun, 14 Dec 2003 16:25:52 +0000 (16:25 +0000)]
shell registry entries for recycle bin

svn path=/trunk/; revision=7037

20 years agoadded multi-threaded multiwin test app
Thomas Bluemel [Sun, 14 Dec 2003 16:11:40 +0000 (16:11 +0000)]
added multi-threaded multiwin test app

svn path=/trunk/; revision=7036

20 years agoDetect serial ports and serial pointer devices (Mice/Trackballs).
Eric Kohl [Sun, 14 Dec 2003 16:11:34 +0000 (16:11 +0000)]
Detect serial ports and serial pointer devices (Mice/Trackballs).

svn path=/trunk/; revision=7035

20 years agoadded Win32 configuration
Martin Fuchs [Sun, 14 Dec 2003 16:08:35 +0000 (16:08 +0000)]
added Win32 configuration

svn path=/trunk/; revision=7034

20 years agohandle Exceptions early to ignore shell32 incompleteness
Martin Fuchs [Sun, 14 Dec 2003 16:07:54 +0000 (16:07 +0000)]
handle Exceptions early to ignore shell32 incompleteness

svn path=/trunk/; revision=7033

20 years agoback to 1.30
Martin Fuchs [Sun, 14 Dec 2003 15:48:33 +0000 (15:48 +0000)]
back to 1.30

svn path=/trunk/; revision=7032

20 years agoback to 1.29
Martin Fuchs [Sun, 14 Dec 2003 15:42:59 +0000 (15:42 +0000)]
back to 1.29

svn path=/trunk/; revision=7031

20 years agoregistry entries for CLSID_COMPUTER_SEARCH_RESULTS
Martin Fuchs [Sun, 14 Dec 2003 15:39:49 +0000 (15:39 +0000)]
registry entries for CLSID_COMPUTER_SEARCH_RESULTS

svn path=/trunk/; revision=7030

20 years agoautomatically build enumws test app
Thomas Bluemel [Sun, 14 Dec 2003 15:13:05 +0000 (15:13 +0000)]
automatically build enumws test app

svn path=/trunk/; revision=7029

20 years agoremove file from empty directory
Thomas Bluemel [Sun, 14 Dec 2003 15:09:48 +0000 (15:09 +0000)]
remove file from empty directory

svn path=/trunk/; revision=7028

20 years agofixed typo
Martin Fuchs [Sun, 14 Dec 2003 15:02:28 +0000 (15:02 +0000)]
fixed typo

svn path=/trunk/; revision=7027

20 years agoadded LOG message
Martin Fuchs [Sun, 14 Dec 2003 15:02:17 +0000 (15:02 +0000)]
added LOG message

svn path=/trunk/; revision=7026

20 years agoadded missing .cvsignore files
Thomas Bluemel [Sun, 14 Dec 2003 15:01:27 +0000 (15:01 +0000)]
added missing .cvsignore files

svn path=/trunk/; revision=7025

20 years ago- Added few ObDereferenceObject calls.
Filip Navara [Sun, 14 Dec 2003 14:29:44 +0000 (14:29 +0000)]
- Added few ObDereferenceObject calls.

svn path=/trunk/; revision=7024

20 years agodereference thread in NtUserBuildHwndList()
Thomas Bluemel [Sun, 14 Dec 2003 14:26:50 +0000 (14:26 +0000)]
dereference thread in NtUserBuildHwndList()

svn path=/trunk/; revision=7023

20 years agowin32k now can handle piped mouse input, the obsolete gdi callback can be disabled...
Thomas Bluemel [Sun, 14 Dec 2003 14:05:47 +0000 (14:05 +0000)]
win32k now can handle piped mouse input, the obsolete gdi callback can be disabled by changing ENABLEMOUSEGDICALLBACK to 0 (in input.c).
Feel free to fix mouclass to be windows compatible.

svn path=/trunk/; revision=7022

20 years agoFix Unicode/Ansi conversion problem
Gé van Geldorp [Sun, 14 Dec 2003 14:01:38 +0000 (14:01 +0000)]
Fix Unicode/Ansi conversion problem

svn path=/trunk/; revision=7021

20 years agofixed NtUserGetClipboardFormatName()
Thomas Bluemel [Sun, 14 Dec 2003 13:55:01 +0000 (13:55 +0000)]
fixed NtUserGetClipboardFormatName()

svn path=/trunk/; revision=7020

20 years agofixed compiling problems
Thomas Bluemel [Sun, 14 Dec 2003 13:26:20 +0000 (13:26 +0000)]
fixed compiling problems

svn path=/trunk/; revision=7019

20 years ago- Separation of clipboard routines in win32k.
Filip Navara [Sun, 14 Dec 2003 12:39:32 +0000 (12:39 +0000)]
- Separation of clipboard routines in win32k.
- Call NtUser* for clipboard functions in user32.
- Minor correction for SetCaretBlinkTime.
- Removed empty userobj.c file.

svn path=/trunk/; revision=7018

20 years agoSince LoadLibrary is documented to return NULL on failure, use that as
Gé van Geldorp [Sun, 14 Dec 2003 11:47:54 +0000 (11:47 +0000)]
Since LoadLibrary is documented to return NULL on failure, use that as
indication of an invalid module handle instead of DDK INVALID_HANDLE_VALUE

svn path=/trunk/; revision=7017

20 years agoWhen sending messages to a window in the same thread, call window proc
Gé van Geldorp [Sun, 14 Dec 2003 11:36:43 +0000 (11:36 +0000)]
When sending messages to a window in the same thread, call window proc
from usermode instead of from a kernelmode callback

svn path=/trunk/; revision=7016

20 years agoactivated Doxygen option SEARCHENGINE
Martin Fuchs [Sun, 14 Dec 2003 11:15:53 +0000 (11:15 +0000)]
activated Doxygen option SEARCHENGINE

svn path=/trunk/; revision=7015

20 years agoactivate Doxygen SEARCHENGINE option
Martin Fuchs [Sun, 14 Dec 2003 10:55:30 +0000 (10:55 +0000)]
activate Doxygen SEARCHENGINE option

svn path=/trunk/; revision=7014

20 years agoactivate Doxygen SEARCHENGINE option
Martin Fuchs [Sun, 14 Dec 2003 10:50:34 +0000 (10:50 +0000)]
activate Doxygen SEARCHENGINE option

svn path=/trunk/; revision=7013

20 years agocorrect problem with temporary object descruction (reported by G� van Geldorp)
Martin Fuchs [Sun, 14 Dec 2003 10:47:41 +0000 (10:47 +0000)]
correct problem with temporary object descruction (reported by G� van Geldorp)

svn path=/trunk/; revision=7012

20 years agohandle NULL string pointers
Martin Fuchs [Sun, 14 Dec 2003 10:45:11 +0000 (10:45 +0000)]
handle NULL string pointers

svn path=/trunk/; revision=7011

20 years agoAnother crash removed. Patch by Mike Nordell.
Thomas Bluemel [Sun, 14 Dec 2003 00:45:39 +0000 (00:45 +0000)]
Another crash removed. Patch by Mike Nordell.

svn path=/trunk/; revision=7010

20 years agoIn RegQueryValueExA, always request the type from RegQueryValueExW, we
Gé van Geldorp [Sat, 13 Dec 2003 23:59:45 +0000 (23:59 +0000)]
In RegQueryValueExA, always request the type from RegQueryValueExW, we
need it, even if our caller doesn't, to determine if conversion is required

svn path=/trunk/; revision=7009

20 years agoRemove optimization (not thread-safe)
Gé van Geldorp [Sat, 13 Dec 2003 23:26:04 +0000 (23:26 +0000)]
Remove optimization (not thread-safe)

svn path=/trunk/; revision=7008

20 years agofixes to cursors
Thomas Bluemel [Sat, 13 Dec 2003 22:38:29 +0000 (22:38 +0000)]
fixes to cursors

svn path=/trunk/; revision=7007

20 years agoPrint debug message if memory allocation fails
Gé van Geldorp [Sat, 13 Dec 2003 21:11:53 +0000 (21:11 +0000)]
Print debug message if memory allocation fails

svn path=/trunk/; revision=7006

20 years agoMinor correction.
Filip Navara [Sat, 13 Dec 2003 19:59:08 +0000 (19:59 +0000)]
Minor correction.

svn path=/trunk/; revision=7005

20 years agoremoved an unneccessary call to BITMAPOBJ_UnlockBitmap. Patch by Mike Nordell.
Thomas Bluemel [Sat, 13 Dec 2003 19:53:17 +0000 (19:53 +0000)]
removed an unneccessary call to BITMAPOBJ_UnlockBitmap. Patch by Mike Nordell.

svn path=/trunk/; revision=7004

20 years agoUpdated list of developers.
Filip Navara [Sat, 13 Dec 2003 19:47:27 +0000 (19:47 +0000)]
Updated list of developers.

svn path=/trunk/; revision=7003

20 years agofixed NtGdiCreateIC() to use UNICODE_STRING
Thomas Bluemel [Sat, 13 Dec 2003 19:27:10 +0000 (19:27 +0000)]
fixed NtGdiCreateIC() to use UNICODE_STRING

svn path=/trunk/; revision=7002

20 years agoFix setting z-order of HWND_BOTTOM
Gé van Geldorp [Sat, 13 Dec 2003 18:42:52 +0000 (18:42 +0000)]
Fix setting z-order of HWND_BOTTOM

svn path=/trunk/; revision=7001

20 years agoFix rectangle computation in NtUserPaintDesktop() and remove Wine-ism
Gé van Geldorp [Sat, 13 Dec 2003 18:40:34 +0000 (18:40 +0000)]
Fix rectangle computation in NtUserPaintDesktop() and remove Wine-ism

svn path=/trunk/; revision=7000

20 years agoFixed boot video driver registry entry.
Filip Navara [Sat, 13 Dec 2003 18:36:47 +0000 (18:36 +0000)]
Fixed boot video driver registry entry.

svn path=/trunk/; revision=6999

20 years agoFixed algorithm for generating driver path.
Filip Navara [Sat, 13 Dec 2003 18:35:50 +0000 (18:35 +0000)]
Fixed algorithm for generating driver path.

svn path=/trunk/; revision=6998

20 years agoDesktop should handle WM_ERASEBKGND.
Filip Navara [Sat, 13 Dec 2003 16:04:36 +0000 (16:04 +0000)]
Desktop should handle WM_ERASEBKGND.

svn path=/trunk/; revision=6997

20 years agofixed NtGdiCreateDC() to use UNICODE_STRINGs
Thomas Bluemel [Sat, 13 Dec 2003 15:49:32 +0000 (15:49 +0000)]
fixed NtGdiCreateDC() to use UNICODE_STRINGs

svn path=/trunk/; revision=6996

20 years agoInitialize IRP.RequestorMode in system functions that can be called from user mode.
Eric Kohl [Sat, 13 Dec 2003 14:36:42 +0000 (14:36 +0000)]
Initialize IRP.RequestorMode in system functions that can be called from user mode.
Use safe copy routine to copy IoStatusBlock if a system funtion was called from user mode.
Do not use local IoStatusBlock copy in system functions.

svn path=/trunk/; revision=6995

20 years agoDo not probe a user buffer until SEH is usable.
Eric Kohl [Sat, 13 Dec 2003 14:25:04 +0000 (14:25 +0000)]
Do not probe a user buffer until SEH is usable.

svn path=/trunk/; revision=6994

20 years agofixed NtGdiGetDCOrgEx() and NtGdiGetObject()
Thomas Bluemel [Sat, 13 Dec 2003 13:45:18 +0000 (13:45 +0000)]
fixed NtGdiGetDCOrgEx() and NtGdiGetObject()

svn path=/trunk/; revision=6993

20 years agoCopied _heapchk(), _heapmin(), _heapset() and _heapwalk() from CRTDLL
Jason Filby [Sat, 13 Dec 2003 13:27:46 +0000 (13:27 +0000)]
Copied _heapchk(), _heapmin(), _heapset() and _heapwalk() from CRTDLL

svn path=/trunk/; revision=6992

20 years agofixed NtGdiPolygon() which i accidently broke
Thomas Bluemel [Sat, 13 Dec 2003 13:05:30 +0000 (13:05 +0000)]
fixed NtGdiPolygon() which i accidently broke

svn path=/trunk/; revision=6991

20 years agofixed NtGdiGetClipBox()
Thomas Bluemel [Sat, 13 Dec 2003 12:12:41 +0000 (12:12 +0000)]
fixed NtGdiGetClipBox()

svn path=/trunk/; revision=6990

20 years agoCommented out EnumWindowStationsW and NtUserBuildNameList implementations. If someone...
Filip Navara [Sat, 13 Dec 2003 11:34:53 +0000 (11:34 +0000)]
Commented out EnumWindowStationsW and NtUserBuildNameList implementations. If someone wants to work on them, feel free.

svn path=/trunk/; revision=6989

20 years agofixed NtGdiCreateEllipticRgnIndirect()
Thomas Bluemel [Sat, 13 Dec 2003 11:15:06 +0000 (11:15 +0000)]
fixed NtGdiCreateEllipticRgnIndirect()

svn path=/trunk/; revision=6988

20 years agofixed NtGdiPolyPolyline(), NtGdiPolygon() and NtGdiPolyPolygon()
Thomas Bluemel [Sat, 13 Dec 2003 10:57:29 +0000 (10:57 +0000)]
fixed NtGdiPolyPolyline(), NtGdiPolygon() and NtGdiPolyPolygon()

svn path=/trunk/; revision=6987

20 years agofixed TextIntRealizeFont()
Thomas Bluemel [Sat, 13 Dec 2003 10:34:13 +0000 (10:34 +0000)]
fixed TextIntRealizeFont()

svn path=/trunk/; revision=6986

20 years agofixed some line functions to be more secure
Thomas Bluemel [Sat, 13 Dec 2003 10:18:01 +0000 (10:18 +0000)]
fixed some line functions to be more secure

svn path=/trunk/; revision=6985

20 years agoChanged the SPIN_LOCK to a FAST_MUTEX. This is really what belongs there.
Art Yerkes [Sat, 13 Dec 2003 06:19:59 +0000 (06:19 +0000)]
Changed the SPIN_LOCK to a FAST_MUTEX.  This is really what belongs there.

svn path=/trunk/; revision=6984

20 years agoadded support for the FR_PRIVATE and FR_NOT_ENUM flags for AddFontResourceEx()
Thomas Bluemel [Fri, 12 Dec 2003 23:49:48 +0000 (23:49 +0000)]
added support for the FR_PRIVATE and FR_NOT_ENUM flags for AddFontResourceEx()

svn path=/trunk/; revision=6983

20 years agolittle bugfix
Thomas Bluemel [Fri, 12 Dec 2003 22:57:26 +0000 (22:57 +0000)]
little bugfix

svn path=/trunk/; revision=6982

20 years agochanged font table to a double-linked list
Thomas Bluemel [Fri, 12 Dec 2003 22:50:20 +0000 (22:50 +0000)]
changed font table to a double-linked list

svn path=/trunk/; revision=6981

20 years ago- Fix Unix line breaks.
Eric Kohl [Fri, 12 Dec 2003 21:54:42 +0000 (21:54 +0000)]
- Fix Unix line breaks.
- Use HAL PCI bus routines in order avoid race conditions.
- Use slot number to distinguish multiple device of the same kind.

svn path=/trunk/; revision=6980

20 years agofixed NtGdiAddFontResource() to accept a PUNICODE_STRING
Thomas Bluemel [Fri, 12 Dec 2003 21:37:39 +0000 (21:37 +0000)]
fixed NtGdiAddFontResource() to accept a PUNICODE_STRING

svn path=/trunk/; revision=6979

20 years agopatch of Ge van Geldorp <ge@gse.nl>: added error handling for BackupRead()
Martin Fuchs [Fri, 12 Dec 2003 21:01:35 +0000 (21:01 +0000)]
patch of Ge van Geldorp <ge@gse.nl>: added error handling for BackupRead()

svn path=/trunk/; revision=6978

20 years agoRetrieve tmAveCharWidth font metric
Gé van Geldorp [Fri, 12 Dec 2003 20:51:42 +0000 (20:51 +0000)]
Retrieve tmAveCharWidth font metric

svn path=/trunk/; revision=6977

20 years agoimplemented GetThreadDesktop()
Thomas Bluemel [Fri, 12 Dec 2003 20:44:52 +0000 (20:44 +0000)]
implemented GetThreadDesktop()

svn path=/trunk/; revision=6976

20 years agoPass dpt parameter on from DrawTextExA to DrawTextExW
Gé van Geldorp [Fri, 12 Dec 2003 20:30:02 +0000 (20:30 +0000)]
Pass dpt parameter on from DrawTextExA to DrawTextExW

svn path=/trunk/; revision=6975

20 years agoremoved no longer needed VIS_RepaintDesktop()
Thomas Bluemel [Fri, 12 Dec 2003 18:59:24 +0000 (18:59 +0000)]
removed no longer needed VIS_RepaintDesktop()

svn path=/trunk/; revision=6974

20 years agomoved IntGetDesktopWindow() to desktop.c and a few minor fixes
Thomas Bluemel [Fri, 12 Dec 2003 18:18:21 +0000 (18:18 +0000)]
moved IntGetDesktopWindow() to desktop.c and a few minor fixes

svn path=/trunk/; revision=6973

20 years agoImplement NtUserGetDCEx() for non-cache DCs
Gé van Geldorp [Fri, 12 Dec 2003 17:20:53 +0000 (17:20 +0000)]
Implement NtUserGetDCEx() for non-cache DCs

svn path=/trunk/; revision=6972

20 years agoFix kernel-crash when handling user-mode exception with trashed stack pointer. Patch...
Thomas Bluemel [Fri, 12 Dec 2003 17:09:27 +0000 (17:09 +0000)]
Fix kernel-crash when handling user-mode exception with trashed stack pointer. Patch by Mike Nordell.

svn path=/trunk/; revision=6971

20 years agodon't unlink a window that has no parent window
Thomas Bluemel [Fri, 12 Dec 2003 16:56:20 +0000 (16:56 +0000)]
don't unlink a window that has no parent window

svn path=/trunk/; revision=6970

20 years agoFix kernel-crash when handling user-mode exception with trashed stack pointer. Patch...
Thomas Bluemel [Fri, 12 Dec 2003 16:42:16 +0000 (16:42 +0000)]
Fix kernel-crash when handling user-mode exception with trashed stack pointer. Patch by Mike Nordell.

svn path=/trunk/; revision=6969

20 years agofixed some gdi functions
Thomas Bluemel [Fri, 12 Dec 2003 15:47:37 +0000 (15:47 +0000)]
fixed some gdi functions

svn path=/trunk/; revision=6968

20 years agoFixed compilation with DBG == 1.
Filip Navara [Fri, 12 Dec 2003 15:33:40 +0000 (15:33 +0000)]
Fixed compilation with DBG == 1.

svn path=/trunk/; revision=6967

20 years agoRollback changes which were checked in by accident
Gé van Geldorp [Fri, 12 Dec 2003 14:57:23 +0000 (14:57 +0000)]
Rollback changes which were checked in by accident

svn path=/trunk/; revision=6966

20 years agoIncomplete implementation of hooks
Gé van Geldorp [Fri, 12 Dec 2003 14:22:37 +0000 (14:22 +0000)]
Incomplete implementation of hooks

svn path=/trunk/; revision=6965

20 years agoRemove breakpoint left in by accident
Gé van Geldorp [Fri, 12 Dec 2003 12:54:30 +0000 (12:54 +0000)]
Remove breakpoint left in by accident

svn path=/trunk/; revision=6964

20 years agoKeep reference to display file open
Gé van Geldorp [Fri, 12 Dec 2003 12:53:10 +0000 (12:53 +0000)]
Keep reference to display file open

svn path=/trunk/; revision=6963