Commit graph

17473 commits

Author SHA1 Message Date
Thomas Bluemel 661cb55a8a implemented ansi stubs: SetupGetInfFileListA and SetupDiGetINFClassA
svn path=/trunk/; revision=18651
2005-10-21 12:31:19 +00:00
Hervé Poussineau 46559fcbf2 Implement SetupDiGetDeviceInstallParamsW/SetupDiSetDeviceInstallParamsW
Set and use Flags and FlagsEx fields in SP_DEVINSTALL_PARAMS
Allow search of .inf files outside of ReactOS\Inf directory

svn path=/trunk/; revision=18650
2005-10-21 10:13:26 +00:00
Thomas Bluemel b8a765d1ed minor fixes of included headers
svn path=/trunk/; revision=18649
2005-10-21 09:33:20 +00:00
Ged Murphy 6d032338d0 make more robust by calling GetSystemDirectory
svn path=/trunk/; revision=18648
2005-10-20 23:08:44 +00:00
Ged Murphy eec7e9d35d insert solitaire into the start menu if it's been installed.
svn path=/trunk/; revision=18647
2005-10-20 22:11:33 +00:00
Christoph von Wittich d181c34e7a fixed creation of *.vcproj files for object libraries
started implementing code which adds dependencies to *.sln file
fixed some warnings in cmd when compiling with msvc 2005

svn path=/trunk/; revision=18646
2005-10-20 21:55:55 +00:00
Ged Murphy 2a39898c1e setup 'Games' subfolder ready for Solitaire, etc.
svn path=/trunk/; revision=18645
2005-10-20 21:11:56 +00:00
Hervé Poussineau 6f1abc4b16 Add pciidex (controller driver) and pciide (miniport driver). They enumerate channels 0 and 1 on IDE controllers.
svn path=/trunk/; revision=18644
2005-10-20 19:33:16 +00:00
Christoph von Wittich a1c14231d4 fixing OutputFile in *.vcproj files
svn path=/trunk/; revision=18643
2005-10-20 18:55:45 +00:00
Thomas Bluemel 582c386e46 improved error handling in RegRenameKey
svn path=/trunk/; revision=18642
2005-10-20 18:17:06 +00:00
Thomas Bluemel 7da9542b29 fixed uninitialized variable warning
svn path=/trunk/; revision=18641
2005-10-20 18:07:00 +00:00
Thomas Bluemel 973d0cfabc fix r18639 the right way: don't check a - possibly random - pointer supplied by the caller, also correctly clear the owner SID pointer
svn path=/trunk/; revision=18640
2005-10-20 17:59:00 +00:00
Andrew Munger c36fc14394 One liner from Alex_Ionescu that fixes svn hanging during checkout or update.
svn path=/trunk/; revision=18639
2005-10-20 17:48:19 +00:00
Royce Mitchell III 179739c746 we do still need to generate dsw files for msvc6
svn path=/trunk/; revision=18638
2005-10-20 16:49:00 +00:00
Christoph von Wittich ffbb6a9873 simplify MSVCBackend::Process code
svn path=/trunk/; revision=18637
2005-10-20 16:13:20 +00:00
Hervé Poussineau 7aa02a3b89 Revert r18628, as we don't have any RTL8139 driver in ReactOS repository
svn path=/trunk/; revision=18636
2005-10-20 16:04:35 +00:00
Thomas Bluemel d462751f9a use the ansi entry point by default
svn path=/trunk/; revision=18635
2005-10-20 15:50:02 +00:00
Christoph von Wittich 0d623d28e1 fix compile problems with msvc6
svn path=/trunk/; revision=18634
2005-10-20 15:28:35 +00:00
Thomas Bluemel f7dd935bcd add a 'unicode' property to modules (not yet supported by mingw, need to add a library for unicode builds some day)
svn path=/trunk/; revision=18633
2005-10-20 15:17:38 +00:00
Christoph von Wittich 068ceb8c0f add targets for creating MSVC project files to Makefile
fix bug in msvc backend: VS.NET project files are not destroyed anymore when creating VC6 project files

svn path=/trunk/; revision=18632
2005-10-20 15:04:55 +00:00
Christoph von Wittich db95f67404 create only the project files specified on cmdline
svn path=/trunk/; revision=18631
2005-10-20 14:27:02 +00:00
Royce Mitchell III 613156caf8 msvc6+psdk fix
svn path=/trunk/; revision=18630
2005-10-20 14:10:23 +00:00
Royce Mitchell III c4f10fc116 msvc6+PSDK fixes
svn path=/trunk/; revision=18629
2005-10-20 14:05:27 +00:00
Hervé Poussineau 1d8fc0ce9e Add more RTL8139 compatible cards.
svn path=/trunk/; revision=18628
2005-10-20 14:02:38 +00:00
Royce Mitchell III f08e0f0692 fix msvc6 template warning
fix writing to uninitialized pointer

svn path=/trunk/; revision=18627
2005-10-20 13:59:37 +00:00
Christoph von Wittich 997e8fb48c create more correct solution files for different versions of MS Visual Studio
svn path=/trunk/; revision=18626
2005-10-20 12:42:09 +00:00
Christoph von Wittich 536b7cd7f7 forgot to commit rbuild.h
svn path=/trunk/; revision=18625
2005-10-20 11:46:56 +00:00
Christoph von Wittich 2104d4ade7 fix vcprojmaker to add the correct GUIDs
implemented Debug/Release configurations to make Alex happy

svn path=/trunk/; revision=18624
2005-10-20 11:21:23 +00:00
Christoph von Wittich 68bfd8c14e fix creation of shlwapi vcproject file
svn path=/trunk/; revision=18623
2005-10-20 09:43:49 +00:00
Christoph von Wittich ee2234a457 fix for creating *.sln file
svn path=/trunk/; revision=18622
2005-10-20 08:46:55 +00:00
Christoph von Wittich 2eb4ba358b added new cmdline switch to rbuild: -vs{version}
to select the version of MS VS project files to generate

default is now 7.10 (VS 2003)

svn path=/trunk/; revision=18621
2005-10-20 06:40:58 +00:00
James Tabor 089e05b94d Testing MPlayerC.exe, start implementing GetMenuBarInfo. It looks simple enough.
svn path=/trunk/; revision=18620
2005-10-20 01:24:49 +00:00
Christoph von Wittich 0fcd5f187e fixed some warnings when compile with msvc 2005
svn path=/trunk/; revision=18619
2005-10-19 23:45:55 +00:00
Christoph von Wittich d2627cecf5 fix poppack.h on wrong position
svn path=/trunk/; revision=18618
2005-10-19 23:44:16 +00:00
Christoph von Wittich 5e2eed7a02 remove winternl.h
(fix build)

svn path=/trunk/; revision=18617
2005-10-19 23:38:51 +00:00
Christoph von Wittich b0e1d472a1 fix "./" include dir
svn path=/trunk/; revision=18616
2005-10-19 23:20:17 +00:00
Alex Ionescu f2ec008f69 - Fix compile with msvc/psdk.
svn path=/trunk/; revision=18615
2005-10-19 23:08:12 +00:00
Alex Ionescu 986feb9eea - Fix build issues.
svn path=/trunk/; revision=18614
2005-10-19 22:51:21 +00:00
Christoph von Wittich a9e2477672 remove winternl.h
svn path=/trunk/; revision=18613
2005-10-19 22:43:09 +00:00
Christoph von Wittich cf2d8e0404 fix NtSecAPI.h
aclui now compiles without winternl.h

svn path=/trunk/; revision=18612
2005-10-19 22:42:32 +00:00
Christoph von Wittich 4cafe154cc fix compile with msvc
svn path=/trunk/; revision=18611
2005-10-19 21:46:30 +00:00
Magnus Olsen 778c4d292a update cmd todo text
svn path=/trunk/; revision=18610
2005-10-19 21:46:17 +00:00
Ged Murphy ed11dc0a27 update xml file. dhcp has moved to /services
svn path=/trunk/; revision=18609
2005-10-19 21:26:25 +00:00
Ged Murphy 7ffc7be8a7 dhcp has moved to /services
svn path=/trunk/; revision=18608
2005-10-19 21:25:26 +00:00
Ged Murphy 38e275b6f7 move dhcp client from /subsys/system to /services
svn path=/trunk/; revision=18607
2005-10-19 21:22:28 +00:00
Magnus Olsen 4f2b8fba21 Fix the head so it compiles again.
do not define same DBG_** twice. 

svn path=/trunk/; revision=18606
2005-10-19 21:10:17 +00:00
Christoph von Wittich 27cc2b7d94 fix compile with msvc
svn path=/trunk/; revision=18605
2005-10-19 21:08:53 +00:00
Aleksey Bragin 79c52cf8f8 Translation to russian language + fixes in En.rc
svn path=/trunk/; revision=18604
2005-10-19 20:35:01 +00:00
Aleksey Bragin d0804bb319 Fix a typo
svn path=/trunk/; revision=18603
2005-10-19 20:09:30 +00:00
Brandon Turner cdf0011b1c add CRLF to fix build
svn path=/trunk/; revision=18602
2005-10-19 19:50:15 +00:00