reactos.git
20 years agoadjusted doxygen options
Martin Fuchs [Sun, 7 Dec 2003 00:10:21 +0000 (00:10 +0000)]
adjusted doxygen options

svn path=/trunk/; revision=6875

20 years agosome more work on winlogon
Thomas Bluemel [Sun, 7 Dec 2003 00:04:20 +0000 (00:04 +0000)]
some more work on winlogon

svn path=/trunk/; revision=6874

20 years agomake CreateProcessAsUser() call CreateProcess() as we don't support user login
Thomas Bluemel [Sat, 6 Dec 2003 23:29:35 +0000 (23:29 +0000)]
make CreateProcessAsUser() call CreateProcess() as we don't support user login

svn path=/trunk/; revision=6873

20 years agoinitial doxygen configuration
Martin Fuchs [Sat, 6 Dec 2003 23:26:20 +0000 (23:26 +0000)]
initial doxygen configuration

svn path=/trunk/; revision=6872

20 years agointegrated explorer documentaion build
Martin Fuchs [Sat, 6 Dec 2003 23:22:30 +0000 (23:22 +0000)]
integrated explorer documentaion build

svn path=/trunk/; revision=6871

20 years agoinitial doxygen configuraion
Martin Fuchs [Sat, 6 Dec 2003 23:11:41 +0000 (23:11 +0000)]
initial doxygen configuraion

svn path=/trunk/; revision=6870

20 years agoadjust displayed file tree
Martin Fuchs [Sat, 6 Dec 2003 21:04:22 +0000 (21:04 +0000)]
adjust displayed file tree

svn path=/trunk/; revision=6869

20 years agoBugfixes
Filip Navara [Sat, 6 Dec 2003 20:58:27 +0000 (20:58 +0000)]
Bugfixes

svn path=/trunk/; revision=6868

20 years agoone more correction
Martin Fuchs [Sat, 6 Dec 2003 20:30:35 +0000 (20:30 +0000)]
one more correction

svn path=/trunk/; revision=6867

20 years agocorrected implementation of backup stream reading
Martin Fuchs [Sat, 6 Dec 2003 20:21:08 +0000 (20:21 +0000)]
corrected implementation of backup stream reading

svn path=/trunk/; revision=6866

20 years agobasic support to display NTFS streams in winefile windows
Martin Fuchs [Sat, 6 Dec 2003 17:15:38 +0000 (17:15 +0000)]
basic support to display NTFS streams in winefile windows

svn path=/trunk/; revision=6865

20 years ago- Removed winedbgc.dll from reactos.dff. Reported by Casper Hornstrup.
Filip Navara [Fri, 5 Dec 2003 16:21:03 +0000 (16:21 +0000)]
- Removed winedbgc.dll from reactos.dff. Reported by Casper Hornstrup.

svn path=/trunk/; revision=6864

20 years agoMake room for error status code when invalid request is received
Gé van Geldorp [Fri, 5 Dec 2003 08:43:16 +0000 (08:43 +0000)]
Make room for error status code when invalid request is received

svn path=/trunk/; revision=6863

20 years agoMake StretchBlt() call NtGdiStretchBlt() if src and dest sizes differs, otherwise...
Aleksey Bragin [Thu, 4 Dec 2003 21:37:07 +0000 (21:37 +0000)]
Make StretchBlt() call NtGdiStretchBlt() if src and dest sizes differs, otherwise calls BitBlt() as it was already done.

svn path=/trunk/; revision=6862

20 years agoSkeleton of NtGdiStretchBlt() implemented.
Aleksey Bragin [Thu, 4 Dec 2003 21:35:11 +0000 (21:35 +0000)]
Skeleton of NtGdiStretchBlt() implemented.

svn path=/trunk/; revision=6861

20 years agoAdded a branch of linux-ntfs based on kernel 2.6.0test11, this can be used as a FOUND...
Richard Campbell [Thu, 4 Dec 2003 18:03:56 +0000 (18:03 +0000)]
Added a branch of linux-ntfs based on kernel 2.6.0test11, this can be used as a FOUNDATION for building a STABLE read/write ntfs driver.  check out linux-ntfs.sf.net for details on this driver.

svn path=/trunk/; revision=6860

20 years ago- Fixed MSVCRTand CRTDLL building.
Filip Navara [Thu, 4 Dec 2003 13:23:26 +0000 (13:23 +0000)]
- Fixed MSVCRTand CRTDLL building.

svn path=/trunk/; revision=6859

20 years agoRemove direct references from csrss to win32k (call via user32/gdi32 only)
Gé van Geldorp [Wed, 3 Dec 2003 21:50:50 +0000 (21:50 +0000)]
Remove direct references from csrss to win32k (call via user32/gdi32 only)

svn path=/trunk/; revision=6858

20 years agoDon't release a mutex which wasn't acquired
Gé van Geldorp [Wed, 3 Dec 2003 21:38:14 +0000 (21:38 +0000)]
Don't release a mutex which wasn't acquired

svn path=/trunk/; revision=6857

20 years agoProperly initialize variable before it is used
Gé van Geldorp [Wed, 3 Dec 2003 21:37:34 +0000 (21:37 +0000)]
Properly initialize variable before it is used

svn path=/trunk/; revision=6856

20 years agoFix creation of display-compatible DCs
Gé van Geldorp [Wed, 3 Dec 2003 19:28:23 +0000 (19:28 +0000)]
Fix creation of display-compatible DCs

svn path=/trunk/; revision=6855

20 years ago- Fixed a typo.
Filip Navara [Wed, 3 Dec 2003 18:58:41 +0000 (18:58 +0000)]
- Fixed a typo.

svn path=/trunk/; revision=6854

20 years ago- Patched prsht.h bug reported by Jonathan Wilson.
Filip Navara [Wed, 3 Dec 2003 17:17:03 +0000 (17:17 +0000)]
- Patched prsht.h bug reported by Jonathan Wilson.
- Applied MSVCRT_doserrno patch by Mark Weaver <mark@npsl.co.uk>.

svn path=/trunk/; revision=6853

20 years agoClean up attach hack a little bit, it's still a hack though
Gé van Geldorp [Wed, 3 Dec 2003 16:57:22 +0000 (16:57 +0000)]
Clean up attach hack a little bit, it's still a hack though

svn path=/trunk/; revision=6852

20 years agoHandle ClipRegion == 1 as a special case in NtUserGetDCEx()
Gé van Geldorp [Wed, 3 Dec 2003 08:19:03 +0000 (08:19 +0000)]
Handle ClipRegion == 1 as a special case in NtUserGetDCEx()

svn path=/trunk/; revision=6851

20 years agoFixed build errors.
Filip Navara [Tue, 2 Dec 2003 20:13:30 +0000 (20:13 +0000)]
Fixed build errors.

svn path=/trunk/; revision=6850

20 years ago- Attempt to fix window activation bugs reported by G� van Geldorp and Thomas Weidenm...
Filip Navara [Tue, 2 Dec 2003 19:58:54 +0000 (19:58 +0000)]
- Attempt to fix window activation bugs reported by G� van Geldorp and Thomas Weidenmueller.

svn path=/trunk/; revision=6849

20 years ago- Replaced winedbg.dll with static library libwine.a.
Filip Navara [Tue, 2 Dec 2003 18:12:05 +0000 (18:12 +0000)]
- Replaced winedbg.dll with static library libwine.a.

svn path=/trunk/; revision=6848

20 years agoFix called routine names
Gé van Geldorp [Tue, 2 Dec 2003 11:45:37 +0000 (11:45 +0000)]
Fix called routine names

svn path=/trunk/; revision=6847

20 years agoCSRSS code shuffle
Gé van Geldorp [Tue, 2 Dec 2003 11:44:01 +0000 (11:44 +0000)]
CSRSS code shuffle

svn path=/trunk/; revision=6846

20 years agoCSRSS code reshuffle
Gé van Geldorp [Tue, 2 Dec 2003 11:38:47 +0000 (11:38 +0000)]
CSRSS code reshuffle

svn path=/trunk/; revision=6845

20 years agoRemoved the old Winedbg.c from NTDLL.
Steven Edwards [Mon, 1 Dec 2003 23:09:56 +0000 (23:09 +0000)]
Removed the old Winedbg.c from NTDLL.

svn path=/trunk/; revision=6844

20 years ago- Cleaned up unused bits of winedbgc.
Filip Navara [Mon, 1 Dec 2003 21:59:49 +0000 (21:59 +0000)]
- Cleaned up unused bits of winedbgc.

svn path=/trunk/; revision=6843

20 years ago- Some small fixes on debugging macros.
Filip Navara [Mon, 1 Dec 2003 18:28:54 +0000 (18:28 +0000)]
- Some small fixes on debugging macros.
- Translating of most Wine debugging macros to ReactOS ones.

svn path=/trunk/; revision=6842

20 years agosome work on winlogon
Thomas Bluemel [Mon, 1 Dec 2003 18:21:04 +0000 (18:21 +0000)]
some work on winlogon

svn path=/trunk/; revision=6841

20 years agofixed clean target
Martin Fuchs [Sun, 30 Nov 2003 22:49:12 +0000 (22:49 +0000)]
fixed clean target

svn path=/trunk/; revision=6840

20 years agoadded first version of pipetools; fixed clean target
Martin Fuchs [Sun, 30 Nov 2003 22:48:54 +0000 (22:48 +0000)]
added first version of pipetools; fixed clean target

svn path=/trunk/; revision=6839

20 years agoadded first version of pipetools
Martin Fuchs [Sun, 30 Nov 2003 22:48:19 +0000 (22:48 +0000)]
added first version of pipetools

svn path=/trunk/; revision=6838

20 years agoAttempt to fix WinPosActivateOtherWindow problem reported by GvG.
Filip Navara [Sun, 30 Nov 2003 22:48:11 +0000 (22:48 +0000)]
Attempt to fix WinPosActivateOtherWindow problem reported by GvG.

svn path=/trunk/; revision=6837

20 years ago-temporary and ugly fix/work-around for a bug that made CreateFileW crash
Gunnar Dalsnes [Sun, 30 Nov 2003 20:48:07 +0000 (20:48 +0000)]
-temporary and ugly fix/work-around for a bug that made CreateFileW crash
when calling it directly (meaning not indirectly thru CreateFileA)

svn path=/trunk/; revision=6836

20 years ago-made an inadvertent asynch. read into a synch. read
Gunnar Dalsnes [Sun, 30 Nov 2003 20:37:34 +0000 (20:37 +0000)]
-made an inadvertent asynch. read into a synch. read

svn path=/trunk/; revision=6835

20 years agoForgot to add these files.
Filip Navara [Sun, 30 Nov 2003 20:29:09 +0000 (20:29 +0000)]
Forgot to add these files.

svn path=/trunk/; revision=6834

20 years agoWork on activation/focus.
Filip Navara [Sun, 30 Nov 2003 20:03:47 +0000 (20:03 +0000)]
Work on activation/focus.

svn path=/trunk/; revision=6833

20 years ago-user apc was called with incorrect SystemParameter1
Gunnar Dalsnes [Sun, 30 Nov 2003 20:03:01 +0000 (20:03 +0000)]
-user apc was called with incorrect SystemParameter1

svn path=/trunk/; revision=6832

20 years ago-hopefully fix bug where IoSecondStageCompletion was sometimes
Gunnar Dalsnes [Sun, 30 Nov 2003 20:01:05 +0000 (20:01 +0000)]
-hopefully fix bug where IoSecondStageCompletion was sometimes
called at DISPATCH_LEVEL

svn path=/trunk/; revision=6831

20 years ago-removed "safe" stuff
Gunnar Dalsnes [Sun, 30 Nov 2003 19:59:41 +0000 (19:59 +0000)]
-removed "safe" stuff
-ByteOffset is not optional for asynch. operations!!!
-fixes and cleanup

svn path=/trunk/; revision=6830

20 years ago-ReadFile(Ex)/WriteFile(Ex): fixed return values and last errors to comply
Gunnar Dalsnes [Sun, 30 Nov 2003 19:50:42 +0000 (19:50 +0000)]
-ReadFile(Ex)/WriteFile(Ex): fixed return values and last errors to comply
with sdk
-ReadFileEx/WriteFileEx: fixed apc callback routine

svn path=/trunk/; revision=6829

20 years agoHack around attaching a process to an already attached thread
Gé van Geldorp [Sun, 30 Nov 2003 19:15:21 +0000 (19:15 +0000)]
Hack around attaching a process to an already attached thread

svn path=/trunk/; revision=6828

20 years agoAfter enabling regular kmode APC's I have experienced random crashes.
Gunnar Dalsnes [Sun, 30 Nov 2003 19:00:02 +0000 (19:00 +0000)]
After enabling regular kmode APC's I have experienced random crashes.
I'm disabling it again, until we fix the APC implementation...

svn path=/trunk/; revision=6827

20 years agoSilence confusing debug message
Gé van Geldorp [Sun, 30 Nov 2003 18:55:57 +0000 (18:55 +0000)]
Silence confusing debug message

svn path=/trunk/; revision=6826

20 years agoadded error checking macros
Gunnar Dalsnes [Sun, 30 Nov 2003 18:51:43 +0000 (18:51 +0000)]
added error checking macros

svn path=/trunk/; revision=6825

20 years ago- Call MmDeletePageFileMapping with the process in MmNotPresentFaultVirtualMemory.
Hartmut Birr [Sun, 30 Nov 2003 17:24:22 +0000 (17:24 +0000)]
- Call MmDeletePageFileMapping with the process in MmNotPresentFaultVirtualMemory.
  This is necessary for dereferencing the user mode page table.

svn path=/trunk/; revision=6824

20 years ago- Use binary search for the offset within the pagefile.
Hartmut Birr [Sun, 30 Nov 2003 17:19:28 +0000 (17:19 +0000)]
- Use binary search for the offset within the pagefile.
- Reduce the overhead for retrieving the sector offsets for page files while initialisation.

svn path=/trunk/; revision=6823

20 years ago- Protect the region for the kernel mapped low memory with a memory area.
Hartmut Birr [Sun, 30 Nov 2003 17:17:02 +0000 (17:17 +0000)]
- Protect the region for the kernel mapped low memory with a memory area.
- Unmap the mapped low memory above 1mb (0xd0100000-0xd03fffff).

svn path=/trunk/; revision=6822

20 years agoadded -break command line option for debug breakpoints
Martin Fuchs [Sun, 30 Nov 2003 17:13:28 +0000 (17:13 +0000)]
added -break command line option for debug breakpoints

svn path=/trunk/; revision=6821

20 years agoCabman is now a build tool. So we can remove this copy.
Steven Edwards [Sat, 29 Nov 2003 22:08:44 +0000 (22:08 +0000)]
Cabman is now a build tool. So we can remove this copy.

svn path=/trunk/; revision=6820

20 years agoimplemented GDB stub for remote debugging
Martin Fuchs [Sat, 29 Nov 2003 21:56:23 +0000 (21:56 +0000)]
implemented GDB stub for remote debugging

svn path=/trunk/; revision=6819

20 years ago2003-11-29 Casper S. Hornstrup <chorns@users.sourceforge.net>
Casper Hornstrup [Sat, 29 Nov 2003 19:30:19 +0000 (19:30 +0000)]
2003-11-29  Casper S. Hornstrup  <chorns@users.sourceforge.net>

* tools/cabman/dfp.cxx (CDFParser::Parse): Allow TokenString.
(CDFParser::PerformFileCopy): Use CurrentChar instead of length of
CurrentString to find the start of the next token.

svn path=/trunk/; revision=6818

20 years agoadd a winternl.h header untill Mingw has one or our SDK is fixed.
Steven Edwards [Sat, 29 Nov 2003 18:09:43 +0000 (18:09 +0000)]
add a winternl.h header untill Mingw has one or our SDK is fixed.

svn path=/trunk/; revision=6817

20 years agoInstall comctl32, winmm, and ole32
Richard Campbell [Sat, 29 Nov 2003 14:46:12 +0000 (14:46 +0000)]
Install comctl32, winmm, and ole32

svn path=/trunk/; revision=6816

20 years agoAdded winmm, comctl32, and ole32 to the build system since they now properly build
Richard Campbell [Sat, 29 Nov 2003 14:41:45 +0000 (14:41 +0000)]
Added winmm, comctl32, and ole32 to the build system since they now properly build

svn path=/trunk/; revision=6815

20 years agotemporarily commented out CreateStreamOnHGlobal, this gets ole32 compiling with the...
Richard Campbell [Sat, 29 Nov 2003 14:40:40 +0000 (14:40 +0000)]
temporarily commented out CreateStreamOnHGlobal, this gets ole32 compiling with the ROS build system

svn path=/trunk/; revision=6814

20 years agocommented out the GUID definition since it's already defined elsewhere
Richard Campbell [Sat, 29 Nov 2003 14:38:16 +0000 (14:38 +0000)]
commented out the GUID definition since it's already defined elsewhere

svn path=/trunk/; revision=6813

20 years agoUpdated license header to reflect relicense by Brian Palmer.
Steven Edwards [Sat, 29 Nov 2003 02:31:24 +0000 (02:31 +0000)]
Updated license header to reflect relicense by Brian Palmer.
Converted Comments from C++ style to C.
(WINE is going to adopt our taskmgr soon)

svn path=/trunk/; revision=6812

20 years agoIgnore event object for synchronous file operations.
Eric Kohl [Fri, 28 Nov 2003 17:17:44 +0000 (17:17 +0000)]
Ignore event object for synchronous file operations.

svn path=/trunk/; revision=6811

20 years agoFix single-stepping through usermode code
Gé van Geldorp [Thu, 27 Nov 2003 22:58:24 +0000 (22:58 +0000)]
Fix single-stepping through usermode code

svn path=/trunk/; revision=6810

20 years agomisc
Gunnar Dalsnes [Thu, 27 Nov 2003 20:57:58 +0000 (20:57 +0000)]
misc

svn path=/trunk/; revision=6809

20 years agoreturn correct info when overwriting files
Gunnar Dalsnes [Thu, 27 Nov 2003 20:49:07 +0000 (20:49 +0000)]
return correct info when overwriting files

svn path=/trunk/; revision=6808

20 years agoapc work
Gunnar Dalsnes [Thu, 27 Nov 2003 01:13:05 +0000 (01:13 +0000)]
apc work

svn path=/trunk/; revision=6807

20 years agofixed/improved GetOverlappedResult
Gunnar Dalsnes [Thu, 27 Nov 2003 00:57:57 +0000 (00:57 +0000)]
fixed/improved GetOverlappedResult

svn path=/trunk/; revision=6806

20 years agodisable regular kmode apc's around Resource locks
Gunnar Dalsnes [Thu, 27 Nov 2003 00:52:16 +0000 (00:52 +0000)]
disable regular kmode apc's around Resource locks

svn path=/trunk/; revision=6805

20 years agoFix ownership of driver-created palettes
Gé van Geldorp [Wed, 26 Nov 2003 22:24:04 +0000 (22:24 +0000)]
Fix ownership of driver-created palettes

svn path=/trunk/; revision=6804

20 years ago- Small fixes to get combo boxes working.
Filip Navara [Wed, 26 Nov 2003 22:02:39 +0000 (22:02 +0000)]
- Small fixes to get combo boxes working.

svn path=/trunk/; revision=6803

20 years agoFix some GDIOBJ ownership issues
Gé van Geldorp [Wed, 26 Nov 2003 21:48:35 +0000 (21:48 +0000)]
Fix some GDIOBJ ownership issues

svn path=/trunk/; revision=6802

20 years ago- Support for index NUMRESERVED in NtGdiGetDeviceCaps.
Filip Navara [Wed, 26 Nov 2003 18:44:08 +0000 (18:44 +0000)]
- Support for index NUMRESERVED in NtGdiGetDeviceCaps.

svn path=/trunk/; revision=6801

20 years agoFixed a race condition on unload, other minor clean-up, now loads and runs correctly...
Vizzini [Wed, 26 Nov 2003 09:12:07 +0000 (09:12 +0000)]
Fixed a race condition on unload, other minor clean-up, now loads and runs correctly on win2ksp4 checked w/ full verifier

svn path=/trunk/; revision=6800

20 years agoFixes described in resolution to bug #51.
Art Yerkes [Wed, 26 Nov 2003 04:38:25 +0000 (04:38 +0000)]
Fixes described in resolution to bug #51.

svn path=/trunk/; revision=6799

20 years agoFix DC leak
Gé van Geldorp [Tue, 25 Nov 2003 23:47:10 +0000 (23:47 +0000)]
Fix DC leak

svn path=/trunk/; revision=6798

20 years agoAvoid message about invalid GDI object
Gé van Geldorp [Tue, 25 Nov 2003 23:46:23 +0000 (23:46 +0000)]
Avoid message about invalid GDI object

svn path=/trunk/; revision=6797

20 years agoSilence debug messages again
Gé van Geldorp [Tue, 25 Nov 2003 22:28:00 +0000 (22:28 +0000)]
Silence debug messages again

svn path=/trunk/; revision=6796

20 years agoSwitch screen to graphics mode when the first window or DC is created
Gé van Geldorp [Tue, 25 Nov 2003 22:11:37 +0000 (22:11 +0000)]
Switch screen to graphics mode when the first window or DC is created
and switch back to text mode when the last app which created a window
or DC terminates

svn path=/trunk/; revision=6795

20 years agoSwitch screen to graphics mode when the first window or DC is created
Gé van Geldorp [Tue, 25 Nov 2003 22:06:31 +0000 (22:06 +0000)]
Switch screen to graphics mode when the first window or DC is created
and switch back to text mode when the last app which created a window
or DC terminates

svn path=/trunk/; revision=6794

20 years agoShift now cancels Numlock, as it does on real windows.
Art Yerkes [Tue, 25 Nov 2003 01:09:06 +0000 (01:09 +0000)]
Shift now cancels Numlock, as it does on real windows.

svn path=/trunk/; revision=6793

20 years agoClean up DCEs when switching out of graphics mode
Gé van Geldorp [Mon, 24 Nov 2003 21:20:35 +0000 (21:20 +0000)]
Clean up DCEs when switching out of graphics mode

svn path=/trunk/; revision=6792

20 years ago- Small SetWindowPos fixes.
Filip Navara [Mon, 24 Nov 2003 21:01:20 +0000 (21:01 +0000)]
- Small SetWindowPos fixes.

svn path=/trunk/; revision=6791

20 years agoRemove 'dist' target.
Eric Kohl [Mon, 24 Nov 2003 20:39:16 +0000 (20:39 +0000)]
Remove 'dist' target.

svn path=/trunk/; revision=6790

20 years agoRemove 'dist' target.
Eric Kohl [Mon, 24 Nov 2003 20:37:35 +0000 (20:37 +0000)]
Remove 'dist' target.
Don't build gditest any longer.

svn path=/trunk/; revision=6789

20 years agoBuild registry hives in 'make install'.
Eric Kohl [Mon, 24 Nov 2003 20:36:49 +0000 (20:36 +0000)]
Build registry hives in 'make install'.
Don't build gstart any longer.

svn path=/trunk/; revision=6788

20 years agoimplemented WlxStartApplication() and WlxActivateUserShell()
Thomas Bluemel [Mon, 24 Nov 2003 19:04:23 +0000 (19:04 +0000)]
implemented WlxStartApplication() and WlxActivateUserShell()

svn path=/trunk/; revision=6787

20 years agoimplemented WlxInitialize()
Thomas Bluemel [Mon, 24 Nov 2003 17:24:29 +0000 (17:24 +0000)]
implemented WlxInitialize()

svn path=/trunk/; revision=6786

20 years agoRemove 'dist' target
Eric Kohl [Mon, 24 Nov 2003 16:48:41 +0000 (16:48 +0000)]
Remove 'dist' target

svn path=/trunk/; revision=6784

20 years agoPrint received error message.
Eric Kohl [Mon, 24 Nov 2003 16:41:41 +0000 (16:41 +0000)]
Print received error message.

svn path=/trunk/; revision=6783

20 years agoSilence debug messages
Gé van Geldorp [Mon, 24 Nov 2003 16:19:58 +0000 (16:19 +0000)]
Silence debug messages

svn path=/trunk/; revision=6782

20 years agoimplemented WlxNegotiate()
Thomas Bluemel [Mon, 24 Nov 2003 15:28:54 +0000 (15:28 +0000)]
implemented WlxNegotiate()

svn path=/trunk/; revision=6781

20 years agoTiny cleanup.
Eric Kohl [Mon, 24 Nov 2003 14:53:02 +0000 (14:53 +0000)]
Tiny cleanup.

svn path=/trunk/; revision=6780

20 years ago- Remove 'dist' target.
Eric Kohl [Mon, 24 Nov 2003 14:41:29 +0000 (14:41 +0000)]
- Remove 'dist' target.
- Set default install directory for windows to 'C:\reactos'.
- Remove dependency checks from 'install' and 'bootcd' targets.

svn path=/trunk/; revision=6779

20 years agoadded header file for msgina
Thomas Bluemel [Mon, 24 Nov 2003 14:28:27 +0000 (14:28 +0000)]
added header file for msgina

svn path=/trunk/; revision=6778

20 years agoadded skeleton for msgina.dll
Thomas Bluemel [Mon, 24 Nov 2003 14:25:28 +0000 (14:25 +0000)]
added skeleton for msgina.dll

svn path=/trunk/; revision=6777

20 years agoSilence debug messages
Gé van Geldorp [Mon, 24 Nov 2003 14:19:52 +0000 (14:19 +0000)]
Silence debug messages

svn path=/trunk/; revision=6776

20 years agoSilence debug messages
Gé van Geldorp [Mon, 24 Nov 2003 14:04:36 +0000 (14:04 +0000)]
Silence debug messages

svn path=/trunk/; revision=6775