reactos.git
18 years agoSimplify services.exe.
Eric Kohl [Sat, 22 Oct 2005 18:59:39 +0000 (18:59 +0000)]
Simplify services.exe.

svn path=/trunk/; revision=18685

18 years agoMove some of the DLLs a bit so they won't have to be relocated. Sort by
Gé van Geldorp [Sat, 22 Oct 2005 18:32:16 +0000 (18:32 +0000)]
Move some of the DLLs a bit so they won't have to be relocated. Sort by
address.

svn path=/trunk/; revision=18684

18 years agoAdd a display class installer (useful when installing display drivers)
Hervé Poussineau [Sat, 22 Oct 2005 17:18:33 +0000 (17:18 +0000)]
Add a display class installer (useful when installing display drivers)
Use a common header for desk.cpl files

svn path=/trunk/; revision=18683

18 years agoadd drivers to machine.inf:
Christoph von Wittich [Sat, 22 Oct 2005 17:13:49 +0000 (17:13 +0000)]
add drivers to machine.inf:
System timer
DMA controller
System speaker
Generic ACPI bus
AT real-time clock
Motherboard resources
EISA programmable interrupt controller
ACPI Fixed Feature Button
Intel 82443BX Pentium(R) II CPU to PCI-Bridge
Intel 82371AB/EB Power Management Controller
Intel 82371AB/EB PCI to ISA Bridge

svn path=/trunk/; revision=18682

18 years agoImplement SetupDiGetDriverInfoDetailW
Hervé Poussineau [Sat, 22 Oct 2005 16:25:48 +0000 (16:25 +0000)]
Implement SetupDiGetDriverInfoDetailW
Add stub for SetupDiGetDriverInfoDetailA

svn path=/trunk/; revision=18681

18 years agoFixed the mapping for low alignment images.
Hartmut Birr [Sat, 22 Oct 2005 15:11:55 +0000 (15:11 +0000)]
Fixed the mapping for low alignment images.

svn path=/trunk/; revision=18679

18 years agoUse MaxPos instead of MaxTrackingPos when "restoring" a window which was
Gé van Geldorp [Sat, 22 Oct 2005 15:10:03 +0000 (15:10 +0000)]
Use MaxPos instead of MaxTrackingPos when "restoring" a window which was
previously maximized. Fixes bug 925.

svn path=/trunk/; revision=18678

18 years agodon't forget to adjust the stack pointer
Thomas Bluemel [Sat, 22 Oct 2005 14:35:07 +0000 (14:35 +0000)]
don't forget to adjust the stack pointer

svn path=/trunk/; revision=18677

18 years ago- re-add support for vectored exception handling which was removed by the major refac...
Thomas Bluemel [Sat, 22 Oct 2005 14:05:20 +0000 (14:05 +0000)]
- re-add support for vectored exception handling which was removed by the major refactoring patch (r17811)
- make vmwinst depend on vectored exception handling so this doesn't happen again

svn path=/trunk/; revision=18676

18 years agoadd raddr2line back to build
Royce Mitchell III [Sat, 22 Oct 2005 13:37:48 +0000 (13:37 +0000)]
add raddr2line back to build

svn path=/trunk/; revision=18675

18 years agoFix icon alignment when the screen width is not a multiple of the icon spacing.
Gé van Geldorp [Sat, 22 Oct 2005 12:01:29 +0000 (12:01 +0000)]
Fix icon alignment when the screen width is not a multiple of the icon spacing.
Fixes bug 912.

svn path=/trunk/; revision=18673

18 years agofix bug in user32_winetest
Christoph von Wittich [Sat, 22 Oct 2005 11:51:52 +0000 (11:51 +0000)]
fix bug in user32_winetest
now it runs 43 clipboard tests instead of 39

svn path=/trunk/; revision=18672

18 years agoadding gccasm.rules to vcproj files
Christoph von Wittich [Sat, 22 Oct 2005 02:27:37 +0000 (02:27 +0000)]
adding gccasm.rules to vcproj files
now it is possible to compile .s files with msvc

svn path=/trunk/; revision=18671

18 years agofix warnings
Christoph von Wittich [Sat, 22 Oct 2005 01:46:46 +0000 (01:46 +0000)]
fix warnings

svn path=/trunk/; revision=18670

18 years agoadd resources for newdev.dll
Christoph von Wittich [Fri, 21 Oct 2005 23:44:43 +0000 (23:44 +0000)]
add resources for newdev.dll

svn path=/trunk/; revision=18669

18 years agofix SetLastError value ERROR_MORE_DATA -> ERROR_INSUFFICIENT_BUFFER
Christoph von Wittich [Fri, 21 Oct 2005 23:40:09 +0000 (23:40 +0000)]
fix SetLastError value ERROR_MORE_DATA -> ERROR_INSUFFICIENT_BUFFER

svn path=/trunk/; revision=18668

18 years agoMake FindWindow case insensitive. Fixes bug 919.
Gé van Geldorp [Fri, 21 Oct 2005 21:13:07 +0000 (21:13 +0000)]
Make FindWindow case insensitive. Fixes bug 919.

svn path=/trunk/; revision=18666

18 years ago- Enable/disable keyboard by writing the controller command byte instead of
Gé van Geldorp [Fri, 21 Oct 2005 20:28:05 +0000 (20:28 +0000)]
- Enable/disable keyboard by writing the controller command byte instead of
  issuing keyboard commands, the keyboard commands seem to confuse some kvm
  switches.
- Use STATUS_IO_TIMEOUT consistently, STATUS_TIMEOUT is not an error condition
- Introduce symbolic constants for controller command byte bits
- Try to detect mouse early and if its not present, reset the keyboard
  controller. Some controllers seem to get locked up when writing to a
  non-present mouse.
- Don't check the timeout status bit when reading from the controller. It is
  often wrong.
- Don't treat failure to read keyboard id as a fatal error, we only read it
  to set KeyboardIsAT which we then don't use. Still try to detect the keyboard
  type, but don't fail if it doesn't work.
Fixes bug 688. Thanks to Hartmut, Filip and WaxDragon for testing.

svn path=/trunk/; revision=18664

18 years agoMake desktop properties fit in 640x480 desktop. Fixes bug 903.
Gé van Geldorp [Fri, 21 Oct 2005 19:30:56 +0000 (19:30 +0000)]
Make desktop properties fit in 640x480 desktop. Fixes bug 903.

svn path=/trunk/; revision=18661

18 years agoMake desktop properties fit in 640x480 desktop
Gé van Geldorp [Fri, 21 Oct 2005 19:29:18 +0000 (19:29 +0000)]
Make desktop properties fit in 640x480 desktop

svn path=/trunk/; revision=18660

18 years agoMartijn Vernooij <o112w8r02@sneakemail.com>
Gé van Geldorp [Fri, 21 Oct 2005 17:15:53 +0000 (17:15 +0000)]
Martijn Vernooij <o112w8r02@sneakemail.com>
Work around continuous repainting of treeview control.
Fixes bug 493.

svn path=/trunk/; revision=18657

18 years agoforgot to commit this...
Thomas Bluemel [Fri, 21 Oct 2005 14:04:40 +0000 (14:04 +0000)]
forgot to commit this...

svn path=/trunk/; revision=18655

18 years agoadded stubs for AccessCheckByTypeAndAuditAlarmA/W, AccessCheckByTypeResultListAndAudi...
Thomas Bluemel [Fri, 21 Oct 2005 13:45:48 +0000 (13:45 +0000)]
added stubs for AccessCheckByTypeAndAuditAlarmA/W, AccessCheckByTypeResultListAndAuditAlarmA/W, AccessCheckByTypeResultListAndAuditAlarmByHandleA/W, GetAuditedPermissionsFromAclA and GetEffectiveRightsFromAclA

svn path=/trunk/; revision=18654

18 years agoWhen you move something in the tree that is on the bootcd, you must update bootdata...
Andrew Munger [Fri, 21 Oct 2005 13:20:19 +0000 (13:20 +0000)]
When you move something in the tree that is on the bootcd, you must update bootdata/packages/reactos.dff.  DHCP was missing from recent bootcds.

svn path=/trunk/; revision=18653

18 years agoNew search icon.
Andrew Munger [Fri, 21 Oct 2005 12:59:32 +0000 (12:59 +0000)]
New search icon.

svn path=/trunk/; revision=18652

18 years agoimplemented ansi stubs: SetupGetInfFileListA and SetupDiGetINFClassA
Thomas Bluemel [Fri, 21 Oct 2005 12:31:19 +0000 (12:31 +0000)]
implemented ansi stubs: SetupGetInfFileListA and SetupDiGetINFClassA

svn path=/trunk/; revision=18651

18 years agoImplement SetupDiGetDeviceInstallParamsW/SetupDiSetDeviceInstallParamsW
Hervé Poussineau [Fri, 21 Oct 2005 10:13:26 +0000 (10:13 +0000)]
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

18 years agominor fixes of included headers
Thomas Bluemel [Fri, 21 Oct 2005 09:33:20 +0000 (09:33 +0000)]
minor fixes of included headers

svn path=/trunk/; revision=18649

18 years agomake more robust by calling GetSystemDirectory
Ged Murphy [Thu, 20 Oct 2005 23:08:44 +0000 (23:08 +0000)]
make more robust by calling GetSystemDirectory

svn path=/trunk/; revision=18648

18 years agoinsert solitaire into the start menu if it's been installed.
Ged Murphy [Thu, 20 Oct 2005 22:11:33 +0000 (22:11 +0000)]
insert solitaire into the start menu if it's been installed.

svn path=/trunk/; revision=18647

18 years agofixed creation of *.vcproj files for object libraries
Christoph von Wittich [Thu, 20 Oct 2005 21:55:55 +0000 (21:55 +0000)]
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

18 years agosetup 'Games' subfolder ready for Solitaire, etc.
Ged Murphy [Thu, 20 Oct 2005 21:11:56 +0000 (21:11 +0000)]
setup 'Games' subfolder ready for Solitaire, etc.

svn path=/trunk/; revision=18645

18 years agoAdd pciidex (controller driver) and pciide (miniport driver). They enumerate channels...
Hervé Poussineau [Thu, 20 Oct 2005 19:33:16 +0000 (19:33 +0000)]
Add pciidex (controller driver) and pciide (miniport driver). They enumerate channels 0 and 1 on IDE controllers.

svn path=/trunk/; revision=18644

18 years agofixing OutputFile in *.vcproj files
Christoph von Wittich [Thu, 20 Oct 2005 18:55:45 +0000 (18:55 +0000)]
fixing OutputFile in *.vcproj files

svn path=/trunk/; revision=18643

18 years agoimproved error handling in RegRenameKey
Thomas Bluemel [Thu, 20 Oct 2005 18:17:06 +0000 (18:17 +0000)]
improved error handling in RegRenameKey

svn path=/trunk/; revision=18642

18 years agofixed uninitialized variable warning
Thomas Bluemel [Thu, 20 Oct 2005 18:07:00 +0000 (18:07 +0000)]
fixed uninitialized variable warning

svn path=/trunk/; revision=18641

18 years agofix r18639 the right way: don't check a - possibly random - pointer supplied by the...
Thomas Bluemel [Thu, 20 Oct 2005 17:59:00 +0000 (17:59 +0000)]
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

18 years agoOne liner from Alex_Ionescu that fixes svn hanging during checkout or update.
Andrew Munger [Thu, 20 Oct 2005 17:48:19 +0000 (17:48 +0000)]
One liner from Alex_Ionescu that fixes svn hanging during checkout or update.

svn path=/trunk/; revision=18639

18 years agowe do still need to generate dsw files for msvc6
Royce Mitchell III [Thu, 20 Oct 2005 16:49:00 +0000 (16:49 +0000)]
we do still need to generate dsw files for msvc6

svn path=/trunk/; revision=18638

18 years agosimplify MSVCBackend::Process code
Christoph von Wittich [Thu, 20 Oct 2005 16:13:20 +0000 (16:13 +0000)]
simplify MSVCBackend::Process code

svn path=/trunk/; revision=18637

18 years agoRevert r18628, as we don't have any RTL8139 driver in ReactOS repository
Hervé Poussineau [Thu, 20 Oct 2005 16:04:35 +0000 (16:04 +0000)]
Revert r18628, as we don't have any RTL8139 driver in ReactOS repository

svn path=/trunk/; revision=18636

18 years agouse the ansi entry point by default
Thomas Bluemel [Thu, 20 Oct 2005 15:50:02 +0000 (15:50 +0000)]
use the ansi entry point by default

svn path=/trunk/; revision=18635

18 years agofix compile problems with msvc6
Christoph von Wittich [Thu, 20 Oct 2005 15:28:35 +0000 (15:28 +0000)]
fix compile problems with msvc6

svn path=/trunk/; revision=18634

18 years agoadd a 'unicode' property to modules (not yet supported by mingw, need to add a librar...
Thomas Bluemel [Thu, 20 Oct 2005 15:17:38 +0000 (15:17 +0000)]
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

18 years agoadd targets for creating MSVC project files to Makefile
Christoph von Wittich [Thu, 20 Oct 2005 15:04:55 +0000 (15:04 +0000)]
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

18 years agocreate only the project files specified on cmdline
Christoph von Wittich [Thu, 20 Oct 2005 14:27:02 +0000 (14:27 +0000)]
create only the project files specified on cmdline

svn path=/trunk/; revision=18631

18 years agomsvc6+psdk fix
Royce Mitchell III [Thu, 20 Oct 2005 14:10:23 +0000 (14:10 +0000)]
msvc6+psdk fix

svn path=/trunk/; revision=18630

18 years agomsvc6+PSDK fixes
Royce Mitchell III [Thu, 20 Oct 2005 14:05:27 +0000 (14:05 +0000)]
msvc6+PSDK fixes

svn path=/trunk/; revision=18629

18 years agoAdd more RTL8139 compatible cards.
Hervé Poussineau [Thu, 20 Oct 2005 14:02:38 +0000 (14:02 +0000)]
Add more RTL8139 compatible cards.

svn path=/trunk/; revision=18628

18 years agofix msvc6 template warning
Royce Mitchell III [Thu, 20 Oct 2005 13:59:37 +0000 (13:59 +0000)]
fix msvc6 template warning
fix writing to uninitialized pointer

svn path=/trunk/; revision=18627

18 years agocreate more correct solution files for different versions of MS Visual Studio
Christoph von Wittich [Thu, 20 Oct 2005 12:42:09 +0000 (12:42 +0000)]
create more correct solution files for different versions of MS Visual Studio

svn path=/trunk/; revision=18626

18 years agoforgot to commit rbuild.h
Christoph von Wittich [Thu, 20 Oct 2005 11:46:56 +0000 (11:46 +0000)]
forgot to commit rbuild.h

svn path=/trunk/; revision=18625

18 years agofix vcprojmaker to add the correct GUIDs
Christoph von Wittich [Thu, 20 Oct 2005 11:21:23 +0000 (11:21 +0000)]
fix vcprojmaker to add the correct GUIDs
implemented Debug/Release configurations to make Alex happy

svn path=/trunk/; revision=18624

18 years agofix creation of shlwapi vcproject file
Christoph von Wittich [Thu, 20 Oct 2005 09:43:49 +0000 (09:43 +0000)]
fix creation of shlwapi vcproject file

svn path=/trunk/; revision=18623

18 years agofix for creating *.sln file
Christoph von Wittich [Thu, 20 Oct 2005 08:46:55 +0000 (08:46 +0000)]
fix for creating *.sln file

svn path=/trunk/; revision=18622

18 years agoadded new cmdline switch to rbuild: -vs{version}
Christoph von Wittich [Thu, 20 Oct 2005 06:40:58 +0000 (06:40 +0000)]
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

18 years agoTesting MPlayerC.exe, start implementing GetMenuBarInfo. It looks simple enough.
James Tabor [Thu, 20 Oct 2005 01:24:49 +0000 (01:24 +0000)]
Testing MPlayerC.exe, start implementing GetMenuBarInfo. It looks simple enough.

svn path=/trunk/; revision=18620

18 years agofixed some warnings when compile with msvc 2005
Christoph von Wittich [Wed, 19 Oct 2005 23:45:55 +0000 (23:45 +0000)]
fixed some warnings when compile with msvc 2005

svn path=/trunk/; revision=18619

18 years agofix poppack.h on wrong position
Christoph von Wittich [Wed, 19 Oct 2005 23:44:16 +0000 (23:44 +0000)]
fix poppack.h on wrong position

svn path=/trunk/; revision=18618

18 years agoremove winternl.h
Christoph von Wittich [Wed, 19 Oct 2005 23:38:51 +0000 (23:38 +0000)]
remove winternl.h
(fix build)

svn path=/trunk/; revision=18617

18 years agofix "./" include dir
Christoph von Wittich [Wed, 19 Oct 2005 23:20:17 +0000 (23:20 +0000)]
fix "./" include dir

svn path=/trunk/; revision=18616

18 years ago- Fix compile with msvc/psdk.
Alex Ionescu [Wed, 19 Oct 2005 23:08:12 +0000 (23:08 +0000)]
- Fix compile with msvc/psdk.

svn path=/trunk/; revision=18615

18 years ago- Fix build issues.
Alex Ionescu [Wed, 19 Oct 2005 22:51:21 +0000 (22:51 +0000)]
- Fix build issues.

svn path=/trunk/; revision=18614

18 years agoremove winternl.h
Christoph von Wittich [Wed, 19 Oct 2005 22:43:09 +0000 (22:43 +0000)]
remove winternl.h

svn path=/trunk/; revision=18613

18 years agofix NtSecAPI.h
Christoph von Wittich [Wed, 19 Oct 2005 22:42:32 +0000 (22:42 +0000)]
fix NtSecAPI.h
aclui now compiles without winternl.h

svn path=/trunk/; revision=18612

18 years agofix compile with msvc
Christoph von Wittich [Wed, 19 Oct 2005 21:46:30 +0000 (21:46 +0000)]
fix compile with msvc

svn path=/trunk/; revision=18611

18 years agoupdate cmd todo text
Magnus Olsen [Wed, 19 Oct 2005 21:46:17 +0000 (21:46 +0000)]
update cmd todo text

svn path=/trunk/; revision=18610

18 years agoupdate xml file. dhcp has moved to /services
Ged Murphy [Wed, 19 Oct 2005 21:26:25 +0000 (21:26 +0000)]
update xml file. dhcp has moved to /services

svn path=/trunk/; revision=18609

18 years agodhcp has moved to /services
Ged Murphy [Wed, 19 Oct 2005 21:25:26 +0000 (21:25 +0000)]
dhcp has moved to /services

svn path=/trunk/; revision=18608

18 years agomove dhcp client from /subsys/system to /services
Ged Murphy [Wed, 19 Oct 2005 21:22:28 +0000 (21:22 +0000)]
move dhcp client from /subsys/system to /services

svn path=/trunk/; revision=18607

18 years agoFix the head so it compiles again.
Magnus Olsen [Wed, 19 Oct 2005 21:10:17 +0000 (21:10 +0000)]
Fix the head so it compiles again.
do not define same DBG_** twice.

svn path=/trunk/; revision=18606

18 years agofix compile with msvc
Christoph von Wittich [Wed, 19 Oct 2005 21:08:53 +0000 (21:08 +0000)]
fix compile with msvc

svn path=/trunk/; revision=18605

18 years agoTranslation to russian language + fixes in En.rc
Aleksey Bragin [Wed, 19 Oct 2005 20:35:01 +0000 (20:35 +0000)]
Translation to russian language + fixes in En.rc

svn path=/trunk/; revision=18604

18 years agoFix a typo
Aleksey Bragin [Wed, 19 Oct 2005 20:09:30 +0000 (20:09 +0000)]
Fix a typo

svn path=/trunk/; revision=18603

18 years agoadd CRLF to fix build
Brandon Turner [Wed, 19 Oct 2005 19:50:15 +0000 (19:50 +0000)]
add CRLF to fix build

svn path=/trunk/; revision=18602

18 years agoFix DbgPrint calls.
Filip Navara [Wed, 19 Oct 2005 19:33:15 +0000 (19:33 +0000)]
Fix DbgPrint calls.

svn path=/trunk/; revision=18601

18 years agofixed inconsistent newlines
Christoph von Wittich [Wed, 19 Oct 2005 17:18:34 +0000 (17:18 +0000)]
fixed inconsistent newlines

svn path=/trunk/; revision=18600

18 years agoadded missing advapi32.lib
Christoph von Wittich [Wed, 19 Oct 2005 17:05:58 +0000 (17:05 +0000)]
added missing advapi32.lib

svn path=/trunk/; revision=18599

18 years ago- NDK fix: don't undef a million status codes, instead, have apps define WIN32_NO_STATUS.
Alex Ionescu [Wed, 19 Oct 2005 17:03:38 +0000 (17:03 +0000)]
- NDK fix: don't undef a million status codes, instead, have apps define WIN32_NO_STATUS.
- winnt.h: respect WIN32_NO_STATUS for DBG codes.
- rtl: change STDCALL to NTAPI
- everything else: add precompiled headers where missing, define WIN32_NO_STATUS.

svn path=/trunk/; revision=18598

18 years agoChange LANGUAGE LANG_JAPANESE, SUBLANG_NEUTRAL to LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
Magnus Olsen [Wed, 19 Oct 2005 17:02:15 +0000 (17:02 +0000)]
Change LANGUAGE LANG_JAPANESE, SUBLANG_NEUTRAL to LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
So it works in windows, and in Visualstudio

svn path=/trunk/; revision=18597

18 years agoChange LANGUAGE LANG_JAPANESE, SUBLANG_NEUTRAL to LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
Magnus Olsen [Wed, 19 Oct 2005 16:53:08 +0000 (16:53 +0000)]
Change LANGUAGE LANG_JAPANESE, SUBLANG_NEUTRAL to LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
So it works in windows, and in Visualstudio

svn path=/trunk/; revision=18596

18 years agoadd support for cpl applets
Christoph von Wittich [Wed, 19 Oct 2005 16:08:34 +0000 (16:08 +0000)]
add support for cpl applets
add hardcoded "." include path like already in msvcmaker.cpp

svn path=/trunk/; revision=18595

18 years agoreformat rc files to make them more readable AND comile with msvc
Christoph von Wittich [Wed, 19 Oct 2005 16:05:12 +0000 (16:05 +0000)]
reformat rc files to make them more readable AND comile with msvc
change CALLBACK to APIENTRY like in windows

svn path=/trunk/; revision=18594

18 years agoreverted to 17089, we have to fix rbuild instead
Christoph von Wittich [Wed, 19 Oct 2005 14:18:29 +0000 (14:18 +0000)]
reverted to 17089, we have to fix rbuild instead

svn path=/trunk/; revision=18593

18 years agofixed rc files to compile with ms rc
Christoph von Wittich [Wed, 19 Oct 2005 14:09:23 +0000 (14:09 +0000)]
fixed rc files to compile with ms rc

svn path=/trunk/; revision=18592

18 years agofixed prototypes in cpl.h
Christoph von Wittich [Wed, 19 Oct 2005 14:08:31 +0000 (14:08 +0000)]
fixed prototypes in cpl.h

svn path=/trunk/; revision=18591

18 years agoafter some long hard thought i decided to not use the broken cmd version of CommandLi...
Brandon Turner [Wed, 19 Oct 2005 13:12:01 +0000 (13:12 +0000)]
after some long hard thought i decided to not use the broken cmd version of CommandLineToArgvW and start using the less broken ros api version.  This doesnt matter all that much as cmd isnt compiled as unicode(yet).

svn path=/trunk/; revision=18590

18 years agoset eol-style:native
Christoph von Wittich [Wed, 19 Oct 2005 02:53:03 +0000 (02:53 +0000)]
set eol-style:native

svn path=/trunk/; revision=18589

18 years agofixed some msvc compile issues
Christoph von Wittich [Wed, 19 Oct 2005 02:41:18 +0000 (02:41 +0000)]
fixed some msvc compile issues
fixed duplicated IDs in rc files

svn path=/trunk/; revision=18588

18 years agoset eol-style:native
Christoph von Wittich [Wed, 19 Oct 2005 02:21:19 +0000 (02:21 +0000)]
set eol-style:native

svn path=/trunk/; revision=18587

18 years agoadded missing advapi32.lib
Christoph von Wittich [Wed, 19 Oct 2005 02:01:23 +0000 (02:01 +0000)]
added missing advapi32.lib

svn path=/trunk/; revision=18586

18 years agoadd support for control panel applets
Christoph von Wittich [Wed, 19 Oct 2005 01:59:25 +0000 (01:59 +0000)]
add support for control panel applets

svn path=/trunk/; revision=18585

18 years agofixed msvc compile problem
Christoph von Wittich [Wed, 19 Oct 2005 00:56:49 +0000 (00:56 +0000)]
fixed msvc compile problem

svn path=/trunk/; revision=18584

18 years agofixed some compile problems with msvc 2003/2005
Christoph von Wittich [Wed, 19 Oct 2005 00:46:31 +0000 (00:46 +0000)]
fixed some compile problems with msvc 2003/2005

svn path=/trunk/; revision=18583

18 years agofixed compile problems with msvc 2003/2005
Christoph von Wittich [Wed, 19 Oct 2005 00:19:25 +0000 (00:19 +0000)]
fixed compile problems with msvc 2003/2005

svn path=/trunk/; revision=18582

18 years agoadded missing shell32.lib
Christoph von Wittich [Tue, 18 Oct 2005 23:53:47 +0000 (23:53 +0000)]
added missing shell32.lib

svn path=/trunk/; revision=18581

18 years agoadded missing shell32.lib
Christoph von Wittich [Tue, 18 Oct 2005 23:48:37 +0000 (23:48 +0000)]
added missing shell32.lib

svn path=/trunk/; revision=18580

18 years agofix anonymous union problem
Christoph von Wittich [Tue, 18 Oct 2005 23:43:51 +0000 (23:43 +0000)]
fix anonymous union problem

svn path=/trunk/; revision=18579

18 years agofix compile with msvc
Christoph von Wittich [Tue, 18 Oct 2005 23:34:34 +0000 (23:34 +0000)]
fix compile with msvc

svn path=/trunk/; revision=18578

18 years agorevert 18576
Christoph von Wittich [Tue, 18 Oct 2005 23:25:46 +0000 (23:25 +0000)]
revert 18576
fix rbuild instead

svn path=/trunk/; revision=18577