reactos.git
18 years ago- Remove KiServiceCheck and implement PsConvertToGuiThread in its place. Has support...
Alex Ionescu [Wed, 11 Jan 2006 05:42:32 +0000 (05:42 +0000)]
- Remove KiServiceCheck and implement PsConvertToGuiThread in its place. Has support for detecting and returning errors in case of invalid cases, currently disabled code for doing the required 4kb->12kb stack conversion, and handling certain failures.

svn path=/trunk/; revision=20779

18 years ago- Move MmGrowKernelStack to mm/process.c with the other functions for future use.
Alex Ionescu [Wed, 11 Jan 2006 05:24:40 +0000 (05:24 +0000)]
- Move MmGrowKernelStack to mm/process.c with the other functions for future use.
- Make KiServiceCheck stdcall for future use.

svn path=/trunk/; revision=20778

18 years ago- New asm definitions for future use.
Alex Ionescu [Wed, 11 Jan 2006 04:45:45 +0000 (04:45 +0000)]
- New asm definitions for future use.

svn path=/trunk/; revision=20777

18 years agouse GET_X/Y_LPARAM as per MSDN
Ged Murphy [Wed, 11 Jan 2006 00:02:14 +0000 (00:02 +0000)]
use GET_X/Y_LPARAM as per MSDN

svn path=/trunk/; revision=20776

18 years agoUse WM_CONTEXTMENU for shortcut menu. Thanks Thomas :)
Ged Murphy [Tue, 10 Jan 2006 23:48:33 +0000 (23:48 +0000)]
Use WM_CONTEXTMENU for shortcut menu. Thanks Thomas :)

svn path=/trunk/; revision=20775

18 years agoWRC doesn't understand the "Default"
Gé van Geldorp [Tue, 10 Jan 2006 23:29:29 +0000 (23:29 +0000)]
WRC doesn't understand the "Default"

svn path=/trunk/; revision=20774

18 years ago- popup menu on right click
Ged Murphy [Tue, 10 Jan 2006 22:39:49 +0000 (22:39 +0000)]
- popup menu on right click
- fix some bugs when reading from reg
- query the active list to get num items

svn path=/trunk/; revision=20773

18 years ago- Fix new msvc compilation issues in win32k due to the fact some files weren't being...
Alex Ionescu [Tue, 10 Jan 2006 22:25:21 +0000 (22:25 +0000)]
- Fix new msvc compilation issues in win32k due to the fact some files weren't being compiled eariler.
- Add Process access types to NDK and hide them from DDK.

svn path=/trunk/; revision=20769

18 years ago- Fix regression in Firefox installer by making KiWaitSatisfyAll a function instead...
Alex Ionescu [Tue, 10 Jan 2006 21:36:42 +0000 (21:36 +0000)]
- Fix regression in Firefox installer by making KiWaitSatisfyAll a function instead of a macro.
- Make KiCheckAleratbility a macro to simplify its code and callers, and also clearly explain what rules it obeys.

svn path=/trunk/; revision=20768

18 years agoanother DIB_32BPP_StretchBlt fix (patch by GreatLord)
Christoph von Wittich [Tue, 10 Jan 2006 20:50:21 +0000 (20:50 +0000)]
another DIB_32BPP_StretchBlt fix (patch by GreatLord)

svn path=/trunk/; revision=20767

18 years agofixed DIB_32BPP_StretchBlt
Christoph von Wittich [Tue, 10 Jan 2006 20:45:27 +0000 (20:45 +0000)]
fixed DIB_32BPP_StretchBlt

svn path=/trunk/; revision=20766

18 years agoadded msvc_clean and msvc_clean_all (patch by Brezenbak)
Christoph von Wittich [Tue, 10 Jan 2006 19:41:07 +0000 (19:41 +0000)]
added msvc_clean and msvc_clean_all (patch by Brezenbak)

svn path=/trunk/; revision=20765

18 years agoibrowser: display download progress in percent
Martin Fuchs [Tue, 10 Jan 2006 19:18:28 +0000 (19:18 +0000)]
ibrowser: display download progress in percent

svn path=/trunk/; revision=20764

18 years agoOlder binutils don't understand qword ptr
Gé van Geldorp [Tue, 10 Jan 2006 18:01:11 +0000 (18:01 +0000)]
Older binutils don't understand qword ptr

svn path=/trunk/; revision=20763

18 years agoRelease the dispatcher lock after KiUnblockThread.
Hartmut Birr [Tue, 10 Jan 2006 00:01:32 +0000 (00:01 +0000)]
Release the dispatcher lock after KiUnblockThread.

svn path=/trunk/; revision=20762

18 years agoDon't remove the WaitEntry twice (in KiInsertQueue).
Hartmut Birr [Tue, 10 Jan 2006 00:00:14 +0000 (00:00 +0000)]
Don't remove the WaitEntry twice (in KiInsertQueue).

svn path=/trunk/; revision=20761

18 years agoMark the timer as removed (in KiExpireTimers).
Hartmut Birr [Mon, 9 Jan 2006 23:58:25 +0000 (23:58 +0000)]
Mark the timer as removed (in KiExpireTimers).

svn path=/trunk/; revision=20760

18 years ago- Fixed KiExitDispatcher.
Hartmut Birr [Mon, 9 Jan 2006 23:54:10 +0000 (23:54 +0000)]
- Fixed KiExitDispatcher.
- Defined KeIpiGenericCall. It is necessary for the smp build.

svn path=/trunk/; revision=20759

18 years agoPrepare front-end for saving settings
Gé van Geldorp [Mon, 9 Jan 2006 23:36:17 +0000 (23:36 +0000)]
Prepare front-end for saving settings

svn path=/trunk/; revision=20758

18 years agoallow warnings for gcc4
Thomas Bluemel [Mon, 9 Jan 2006 21:45:59 +0000 (21:45 +0000)]
allow warnings for gcc4

svn path=/trunk/; revision=20757

18 years agoicmp.dll doesn't have a DllRegisterServer entry point
Gé van Geldorp [Mon, 9 Jan 2006 16:25:58 +0000 (16:25 +0000)]
icmp.dll doesn't have a DllRegisterServer entry point

svn path=/trunk/; revision=20756

18 years agoadded icmp.dll to bootcd
Christoph von Wittich [Mon, 9 Jan 2006 16:18:17 +0000 (16:18 +0000)]
added icmp.dll to bootcd

svn path=/trunk/; revision=20755

18 years agoFix building of icmp_main.c
Gé van Geldorp [Mon, 9 Jan 2006 16:14:35 +0000 (16:14 +0000)]
Fix building of icmp_main.c

svn path=/trunk/; revision=20754

18 years agoadded icmp to build (does not compile yet, GvG will have a look at it)
Christoph von Wittich [Mon, 9 Jan 2006 16:01:46 +0000 (16:01 +0000)]
added icmp to build (does not compile yet, GvG will have a look at it)

svn path=/trunk/; revision=20753

18 years agoadded some stubs (Photoshop CS seems to work now)
Christoph von Wittich [Mon, 9 Jan 2006 15:08:35 +0000 (15:08 +0000)]
added some stubs (Photoshop CS seems to work now)

svn path=/trunk/; revision=20752

18 years agosynchronize differences between numberf, wnumberf, numberfl and wnumberfl, fixed...
Royce Mitchell III [Mon, 9 Jan 2006 13:51:37 +0000 (13:51 +0000)]
synchronize differences between numberf, wnumberf, numberfl and wnumberfl, fixed bug in all 4 such that ("%6.1f", 42) was yielding " 42.0" instead of "  42.0"

svn path=/trunk/; revision=20751

18 years agofixed growing the buffer
Thomas Bluemel [Mon, 9 Jan 2006 11:14:26 +0000 (11:14 +0000)]
fixed growing the buffer

svn path=/trunk/; revision=20749

18 years ago- Rename some files for MSVC compatibility. Thanks Brezenbak.
Alex Ionescu [Mon, 9 Jan 2006 09:42:25 +0000 (09:42 +0000)]
- Rename some files for MSVC compatibility. Thanks Brezenbak.

svn path=/trunk/; revision=20748

18 years ago- Make ACPI use PCH. Cuts down compile time to 9 seconds on gcc.
Alex Ionescu [Mon, 9 Jan 2006 00:41:48 +0000 (00:41 +0000)]
- Make ACPI use PCH. Cuts down compile time to 9 seconds on gcc.

svn path=/trunk/; revision=20747

18 years agofix msvc warnings
Ged Murphy [Mon, 9 Jan 2006 00:36:08 +0000 (00:36 +0000)]
fix msvc warnings

svn path=/trunk/; revision=20746

18 years agoPut in some UI logic
Gé van Geldorp [Mon, 9 Jan 2006 00:34:53 +0000 (00:34 +0000)]
Put in some UI logic

svn path=/trunk/; revision=20745

18 years agofixed desired access rights in GetFileSecurityW
Thomas Bluemel [Mon, 9 Jan 2006 00:30:33 +0000 (00:30 +0000)]
fixed desired access rights in GetFileSecurityW

svn path=/trunk/; revision=20744

18 years agomake GedMurphy happy
Christoph von Wittich [Sun, 8 Jan 2006 23:49:15 +0000 (23:49 +0000)]
make GedMurphy happy

svn path=/trunk/; revision=20743

18 years ago- Get the win32k beast tamed by msvc.
Alex Ionescu [Sun, 8 Jan 2006 23:26:03 +0000 (23:26 +0000)]
- Get the win32k beast tamed by msvc.

svn path=/trunk/; revision=20742

18 years agoimplement list refreshing and program exit
Ged Murphy [Sun, 8 Jan 2006 23:24:43 +0000 (23:24 +0000)]
implement list refreshing and program exit

svn path=/trunk/; revision=20741

18 years agoFix tab complete bugs, including 1238.
Brandon Turner [Sun, 8 Jan 2006 23:15:58 +0000 (23:15 +0000)]
Fix tab complete bugs, including 1238.

svn path=/trunk/; revision=20740

18 years ago- Remove inline assembly and use assembly files isntead. These come from lib\rtl...
Alex Ionescu [Sun, 8 Jan 2006 23:05:38 +0000 (23:05 +0000)]
- Remove inline assembly and use assembly files isntead. These come from lib\rtl\i386... it woudl be nice to share them but atm this causes some problems. I think the math code in lib\rtl should be split into lib\math eventually...

svn path=/trunk/; revision=20739

18 years agoDisplay the error message only in case of... error
Hervé Poussineau [Sun, 8 Jan 2006 22:50:11 +0000 (22:50 +0000)]
Display the error message only in case of... error

svn path=/trunk/; revision=20738

18 years agoMake the toolbar a bit more attractive.
Ged Murphy [Sun, 8 Jan 2006 22:48:21 +0000 (22:48 +0000)]
Make the toolbar a bit more attractive.

svn path=/trunk/; revision=20737

18 years agoObtain DHCP info from DHCP client service
Gé van Geldorp [Sun, 8 Jan 2006 22:14:26 +0000 (22:14 +0000)]
Obtain DHCP info from DHCP client service

svn path=/trunk/; revision=20736

18 years agoCheck for NULL char and not '\' ;)
Brandon Turner [Sun, 8 Jan 2006 21:26:34 +0000 (21:26 +0000)]
Check for NULL char and not '\' ;)

svn path=/trunk/; revision=20733

18 years ago- Forgot this file for msvc build
Alex Ionescu [Sun, 8 Jan 2006 21:26:17 +0000 (21:26 +0000)]
- Forgot this file for msvc build

svn path=/trunk/; revision=20732

18 years agoCheck to see if we are at the end of the string even if there isnt a " there.
Brandon Turner [Sun, 8 Jan 2006 21:17:40 +0000 (21:17 +0000)]
Check to see if we are at the end of the string even if there isnt a " there.

svn path=/trunk/; revision=20731

18 years agoaltered several year numbers from "2005" to "2006"
Klemens Friedl [Sun, 8 Jan 2006 21:09:00 +0000 (21:09 +0000)]
altered several year numbers from "2005" to "2006"

svn path=/trunk/; revision=20730

18 years ago- Scream a little louder about unimplemented IOCTL codes
Gé van Geldorp [Sun, 8 Jan 2006 20:50:08 +0000 (20:50 +0000)]
- Scream a little louder about unimplemented IOCTL codes
- Work around missing FSCTL_PIPE_TRANSCEIVE implementation

svn path=/trunk/; revision=20729

18 years agofixed two bugs (spotted by w3seek)
Christoph von Wittich [Sun, 8 Jan 2006 20:33:14 +0000 (20:33 +0000)]
fixed two bugs (spotted by w3seek)

svn path=/trunk/; revision=20728

18 years agoDon't close the pipe, we need it for the next client
Gé van Geldorp [Sun, 8 Jan 2006 20:12:11 +0000 (20:12 +0000)]
Don't close the pipe, we need it for the next client

svn path=/trunk/; revision=20727

18 years ago* Replace NtGdiCreatePatternBrush and NtGdiCreateHatchBrush with NtGdiCreatePatternBr...
Brandon Turner [Sun, 8 Jan 2006 20:08:38 +0000 (20:08 +0000)]
* Replace NtGdiCreatePatternBrush and NtGdiCreateHatchBrush with NtGdiCreatePatternBrushInteral and NtGdiCreateHatchBrushInteral
* Implement CreateHatchBrush, CreatePatternBrush

svn path=/trunk/; revision=20726

18 years agoSmall fix for the patch special char patch earlier.
Brandon Turner [Sun, 8 Jan 2006 20:02:26 +0000 (20:02 +0000)]
Small fix for the patch special char patch earlier.

svn path=/trunk/; revision=20725

18 years ago- Update debug.h
Alex Ionescu [Sun, 8 Jan 2006 19:50:52 +0000 (19:50 +0000)]
- Update debug.h

svn path=/trunk/; revision=20724

18 years agoFix build.
Brandon Turner [Sun, 8 Jan 2006 19:33:06 +0000 (19:33 +0000)]
Fix build.

svn path=/trunk/; revision=20723

18 years agoA very rough implementation of the control buttons. (I'll work on my image skills...
Ged Murphy [Sun, 8 Jan 2006 19:31:26 +0000 (19:31 +0000)]
A very rough implementation of the control buttons. (I'll work on my image skills ;) )

svn path=/trunk/; revision=20722

18 years agoFix win32k build
Alex Ionescu [Sun, 8 Jan 2006 19:17:14 +0000 (19:17 +0000)]
Fix win32k build

svn path=/trunk/; revision=20721

18 years agofix building with MSVC
Christoph von Wittich [Sun, 8 Jan 2006 19:15:31 +0000 (19:15 +0000)]
fix building with MSVC
fixed some warnings

svn path=/trunk/; revision=20720

18 years agofixed some bugs
Christoph von Wittich [Sun, 8 Jan 2006 19:07:16 +0000 (19:07 +0000)]
fixed some bugs
use PCH when building with MSVC

svn path=/trunk/; revision=20719

18 years agoFix umpnpmgr build
Alex Ionescu [Sun, 8 Jan 2006 18:55:24 +0000 (18:55 +0000)]
Fix umpnpmgr build

svn path=/trunk/; revision=20718

18 years ago- fix toolbar position, deleted a line accidentally.
Ged Murphy [Sun, 8 Jan 2006 18:50:54 +0000 (18:50 +0000)]
- fix toolbar position, deleted a line accidentally.
- Fix the formatting a bit while we're at it
- Comment out German language whilst it's still in development

svn path=/trunk/; revision=20717

18 years agoThese should have been committed a long time ago
Mindflyer [Sun, 8 Jan 2006 18:43:46 +0000 (18:43 +0000)]
These should have been committed a long time ago

svn path=/trunk/; revision=20716

18 years agopatch from bradon fixing special key for other language's that English example Swedis...
Magnus Olsen [Sun, 8 Jan 2006 18:22:46 +0000 (18:22 +0000)]
patch from bradon fixing special key for other language's that English example Swedish keyboard layout. we can type now backslash again. it did regress in rev 19906

svn path=/trunk/; revision=20715

18 years ago- rearrange code ready for custom tool bar bitmaps (untested)
Ged Murphy [Sun, 8 Jan 2006 17:58:59 +0000 (17:58 +0000)]
- rearrange code ready for custom tool bar bitmaps (untested)

svn path=/trunk/; revision=20714

18 years agofix cmd build with MSVC 2005
Magnus Olsen [Sun, 8 Jan 2006 15:22:56 +0000 (15:22 +0000)]
fix cmd build with MSVC 2005

svn path=/trunk/; revision=20713

18 years agominor bugfix: sswprintf(L"%hs","foo") was returning L"fff"
Royce Mitchell III [Sun, 8 Jan 2006 13:54:06 +0000 (13:54 +0000)]
minor bugfix: sswprintf(L"%hs","foo") was returning L"fff"

svn path=/trunk/; revision=20712

18 years agoAnother german translation update by DJ_Smith from IRC (dj_smith_reactos(at)online...
Maarten Bosma [Sun, 8 Jan 2006 11:48:49 +0000 (11:48 +0000)]
Another german translation update by DJ_Smith from IRC (dj_smith_reactos(at)online(dot)de)

svn path=/trunk/; revision=20710

18 years agoUkrainian translations from temarez <temarez@yandex.ru> (Bug 1243)
Christoph von Wittich [Sun, 8 Jan 2006 11:20:02 +0000 (11:20 +0000)]
Ukrainian translations from temarez <temarez@yandex.ru> (Bug 1243)

svn path=/trunk/; revision=20708

18 years ago- userinit, usetup, vmwinst, welcome, winefile, winlogon, winver.
Alex Ionescu [Sun, 8 Jan 2006 10:23:23 +0000 (10:23 +0000)]
- userinit, usetup, vmwinst, welcome, winefile, winlogon, winver.

svn path=/trunk/; revision=20707

18 years agoThanks gge..
Alex Ionescu [Sun, 8 Jan 2006 10:19:21 +0000 (10:19 +0000)]
Thanks gge..

svn path=/trunk/; revision=20706

18 years ago- PCHify notepad and add missing header from regedit.
Alex Ionescu [Sun, 8 Jan 2006 10:09:23 +0000 (10:09 +0000)]
- PCHify notepad and add missing header from regedit.

svn path=/trunk/; revision=20704

18 years ago- Get autochk, calc, cmd, devmgr, expand, format, gettype, hostname, lsass, msconfig...
Alex Ionescu [Sun, 8 Jan 2006 10:05:37 +0000 (10:05 +0000)]
- Get autochk, calc, cmd, devmgr, expand, format, gettype, hostname, lsass, msconfig, msiexec, notepad, reactos, regedit, regsvr32, reporterror, rundll32, sc, services, servman, setup, sm, sndvol32 compiling on MSVC.
- PCHify some things.
- Reduce NDK usage.

svn path=/trunk/; revision=20703

18 years ago- get csrss, ntvdm, smss compiling on msvc.
Alex Ionescu [Sun, 8 Jan 2006 09:00:02 +0000 (09:00 +0000)]
- get csrss, ntvdm, smss compiling on msvc.

svn path=/trunk/; revision=20701

18 years ago- Get services compiling with msvc (dhcp, eventlog, tcvpsvcs, rpcss, umpnpmgr). Also...
Alex Ionescu [Sun, 8 Jan 2006 08:17:38 +0000 (08:17 +0000)]
- Get services compiling with msvc (dhcp, eventlog, tcvpsvcs, rpcss, umpnpmgr). Also PCHified some stuff and reduced NDK usage.

svn path=/trunk/; revision=20700

18 years ago- Oops....
Alex Ionescu [Sun, 8 Jan 2006 06:39:31 +0000 (06:39 +0000)]
- Oops....

svn path=/trunk/; revision=20699

18 years ago- Bless halxbox too.
Alex Ionescu [Sun, 8 Jan 2006 06:38:39 +0000 (06:38 +0000)]
- Bless halxbox too.

svn path=/trunk/; revision=20698

18 years ago- Get MP hal and Generic HAL to build too.
Alex Ionescu [Sun, 8 Jan 2006 06:30:00 +0000 (06:30 +0000)]
- Get MP hal and Generic HAL to build too.

svn path=/trunk/; revision=20697

18 years ago- Remove some public APIs from internal headers.
Alex Ionescu [Sun, 8 Jan 2006 06:23:17 +0000 (06:23 +0000)]
- Remove some public APIs from internal headers.
- Remove some internal APIs/types from public headers.
- Make PSECTION_OBJECT a PVOID unless really needed (which should only be inside \mm)
- Make hal buildable on msvc.
- Fix some other misc. various msvc/ddk incompatibilities.

svn path=/trunk/; revision=20696

18 years ago- Remove auto-geenrated file.
Alex Ionescu [Sun, 8 Jan 2006 04:36:33 +0000 (04:36 +0000)]
- Remove auto-geenrated file.

svn path=/trunk/; revision=20695

18 years agofix pch bug (patch by Brezenbak)
Christoph von Wittich [Sun, 8 Jan 2006 02:39:11 +0000 (02:39 +0000)]
fix pch bug (patch by Brezenbak)

svn path=/trunk/; revision=20694

18 years agoFix build
Alex Ionescu [Sun, 8 Jan 2006 01:24:27 +0000 (01:24 +0000)]
Fix build

svn path=/trunk/; revision=20693

18 years ago- list items alphabetically
Ged Murphy [Sun, 8 Jan 2006 01:18:49 +0000 (01:18 +0000)]
- list items alphabetically
- double click opens properties dialog

svn path=/trunk/; revision=20692

18 years agocomment out some more not needed code
Christoph von Wittich [Sun, 8 Jan 2006 00:59:24 +0000 (00:59 +0000)]
comment out some more not needed code

svn path=/trunk/; revision=20691

18 years agodon't use VCToolsFile anymore because of different include dirs for subprojects
Christoph von Wittich [Sun, 8 Jan 2006 00:48:28 +0000 (00:48 +0000)]
don't use VCToolsFile anymore because of different include dirs for subprojects

svn path=/trunk/; revision=20690

18 years agofixed a copy/paste error
Christoph von Wittich [Sun, 8 Jan 2006 00:29:02 +0000 (00:29 +0000)]
fixed a copy/paste error

svn path=/trunk/; revision=20689

18 years agoadded slovak keyboard written by Malin <malin23@atlas.sk>
Christoph von Wittich [Sun, 8 Jan 2006 00:26:49 +0000 (00:26 +0000)]
added slovak keyboard written by Malin <malin23@atlas.sk>

svn path=/trunk/; revision=20688

18 years agofix msvc compile problems
Christoph von Wittich [Sun, 8 Jan 2006 00:01:16 +0000 (00:01 +0000)]
fix msvc compile problems

svn path=/trunk/; revision=20687

18 years agoGerman translation by DJ_Smith from IRC (dj_smith_reactos@online.de)
Maarten Bosma [Sat, 7 Jan 2006 23:45:59 +0000 (23:45 +0000)]
German translation by DJ_Smith from IRC (dj_smith_reactos@online.de)

svn path=/trunk/; revision=20686

18 years agofix msvc compile problem
Christoph von Wittich [Sat, 7 Jan 2006 23:42:34 +0000 (23:42 +0000)]
fix msvc compile problem

svn path=/trunk/; revision=20685

18 years agoinet_addr returns address in network order, the IP address control wants it
Gé van Geldorp [Sat, 7 Jan 2006 23:41:42 +0000 (23:41 +0000)]
inet_addr returns address in network order, the IP address control wants it
in host order

svn path=/trunk/; revision=20684

18 years agoProper IBrowser icon to replace the newyears version which was made in 9 minutes...
Mindflyer [Sat, 7 Jan 2006 23:34:23 +0000 (23:34 +0000)]
Proper IBrowser icon to replace the newyears version which was made in 9 minutes under influence of alcohol

svn path=/trunk/; revision=20683

18 years agoj_anderw <j_anderw@sbox.tugraz.at>:
Gé van Geldorp [Sat, 7 Jan 2006 23:25:02 +0000 (23:25 +0000)]
j_anderw <j_anderw@sbox.tugraz.at>:
ReactOS system control panel displays wrong title

svn path=/trunk/; revision=20682

18 years ago- Temporarily revert 20639 until a better fix is found. Thanks to Gé.
Alex Ionescu [Sat, 7 Jan 2006 23:22:56 +0000 (23:22 +0000)]
- Temporarily revert 20639 until a better fix is found. Thanks to Gé.

svn path=/trunk/; revision=20681

18 years agoupdated resource file (patch by Brezenbak)
Christoph von Wittich [Sat, 7 Jan 2006 23:13:08 +0000 (23:13 +0000)]
updated resource file (patch by Brezenbak)

svn path=/trunk/; revision=20680

18 years ago- Get xboxvmp to compile.
Alex Ionescu [Sat, 7 Jan 2006 22:49:41 +0000 (22:49 +0000)]
- Get xboxvmp to compile.

svn path=/trunk/; revision=20679

18 years ago- Make VBEMP compile with msvc/ddk.
Alex Ionescu [Sat, 7 Jan 2006 22:36:56 +0000 (22:36 +0000)]
- Make VBEMP compile with msvc/ddk.

svn path=/trunk/; revision=20678

18 years ago- PCHify vgamp.
Alex Ionescu [Sat, 7 Jan 2006 22:34:25 +0000 (22:34 +0000)]
- PCHify vgamp.
- fix some definition problems.
- make it build with msvc.

svn path=/trunk/; revision=20677

18 years ago- make vga buildable on msvc.
Alex Ionescu [Sat, 7 Jan 2006 22:03:31 +0000 (22:03 +0000)]
- make vga buildable on msvc.

svn path=/trunk/; revision=20676

18 years agodisk, diskdump, pciidex, scsiport.
Alex Ionescu [Sat, 7 Jan 2006 21:55:47 +0000 (21:55 +0000)]
disk, diskdump, pciidex, scsiport.

svn path=/trunk/; revision=20675

18 years agoatapi, buslogic, cdrom, class2.
Alex Ionescu [Sat, 7 Jan 2006 21:50:29 +0000 (21:50 +0000)]
atapi, buslogic, cdrom, class2.

svn path=/trunk/; revision=20673

18 years ago- Get NE2000 driver to build on msvc/ddk.
Alex Ionescu [Sat, 7 Jan 2006 21:45:51 +0000 (21:45 +0000)]
- Get NE2000 driver to build on msvc/ddk.

svn path=/trunk/; revision=20672

18 years ago- Get NDIS to compile on msvc/ddk (thanks to filip for his help)
Alex Ionescu [Sat, 7 Jan 2006 21:38:40 +0000 (21:38 +0000)]
- Get NDIS to compile on msvc/ddk (thanks to filip for his help)
- Get PCNET to compile on msvc/ddk.

svn path=/trunk/; revision=20671

18 years ago- Fix ndis build, thanks to Filip.
Alex Ionescu [Sat, 7 Jan 2006 20:52:25 +0000 (20:52 +0000)]
- Fix ndis build, thanks to Filip.

svn path=/trunk/; revision=20670

18 years ago- Get NDIS (almost) compiling with msvc/ddk.
Alex Ionescu [Sat, 7 Jan 2006 20:33:48 +0000 (20:33 +0000)]
- Get NDIS (almost) compiling with msvc/ddk.

svn path=/trunk/; revision=20669