Commit graph

19081 commits

Author SHA1 Message Date
Hervé Poussineau
290837445f Fix little bug which prevented IRP_MJ_PNP to be forwarded to lower driver
Set eol-style to native for usbstor driver files

svn path=/trunk/; revision=20256
2005-12-18 20:50:26 +00:00
Eric Kohl
3bd41ed164 Implement QueryServiceConfigW.
svn path=/trunk/; revision=20255
2005-12-18 19:50:53 +00:00
Hervé Poussineau
c44faae046 Fix typo, which lead to be unable to create services with a description text
svn path=/trunk/; revision=20253
2005-12-18 18:14:25 +00:00
Hervé Poussineau
d9c1d77e60 Use the right default value for the serial port baud rate
svn path=/trunk/; revision=20251
2005-12-18 18:12:36 +00:00
Magnus Olsen
b8bc139f1d forget reformat the code so it look nice in editor
svn path=/trunk/; revision=20250
2005-12-18 17:53:33 +00:00
Magnus Olsen
98a12a8380 fix follow bug hex->dec, bin->dec, oct->dec, now all converting should work fine. I have not found any more problem with it.
svn path=/trunk/; revision=20249
2005-12-18 17:52:28 +00:00
Casper Hornstrup
0a59d4d1ba Remove oleaut32 from api status
svn path=/trunk/; revision=20248
2005-12-18 17:40:51 +00:00
Hartmut Birr
bc97d24567 Fix the returned pointer in CopyUp.
svn path=/trunk/; revision=20247
2005-12-18 17:15:39 +00:00
Magnus Olsen
96def9ca4f adding binary convert tested betwin dec -> bin -> hex -> bin -> oct and works
svn path=/trunk/; revision=20246
2005-12-18 17:05:35 +00:00
Magnus Olsen
0b3226dc70 Fix partily of bug 1149, left todo is binary show. Follow thing : Hex, dec, oct should work fine now and convert betwin them
svn path=/trunk/; revision=20245
2005-12-18 16:03:35 +00:00
Magnus Olsen
bdd79af367 add allowwarnings ="true" so txtscale can be build with dgb=0 with gcc 3.4.4
svn path=/trunk/; revision=20244
2005-12-18 12:32:05 +00:00
Thomas Bluemel
2859b116ca don't typecast constant strings
svn path=/trunk/; revision=20243
2005-12-18 11:04:04 +00:00
Casper Hornstrup
7737b1bf17 Remove ole32 from api status
svn path=/trunk/; revision=20242
2005-12-18 10:58:46 +00:00
Magnus Olsen
0a9fac479b remove my last change for w3seek did not like it. and gave some good point why
svn path=/trunk/; revision=20241
2005-12-18 09:55:29 +00:00
Magnus Olsen
1392f53d62 add -fforce-addr -fmerge-all-constants -fmove-all-movables -funit-at-a-time to DBG=0 Old setting did produce 1.06MB of comctl32.dll new setting produce it to 940KB. it will produce smaller file size for all file.
svn path=/trunk/; revision=20240
2005-12-18 09:36:32 +00:00
Sebastian Gasiorek
565f110df2 putenv should return success on deletion of nonexistent variable.
fixes one "msvcrt environ" test

svn path=/trunk/; revision=20239
2005-12-18 01:29:18 +00:00
Sebastian Gasiorek
1b17f93d3a "MSVCRT memcpy behaves like memmove for overlapping moves"
Fixes wine msvcrt string test

svn path=/trunk/; revision=20238
2005-12-18 00:43:58 +00:00
Thomas Bluemel
583e7a4282 fixed error codes returned when memory allocations failed
svn path=/trunk/; revision=20237
2005-12-18 00:05:08 +00:00
Casper Hornstrup
171ede1088 Remove winmm from api status
svn path=/trunk/; revision=20236
2005-12-18 00:00:18 +00:00
Casper Hornstrup
b8b14db257 Remove shell32 from api status
svn path=/trunk/; revision=20235
2005-12-17 23:13:00 +00:00
Magnus Olsen
2db462df4a Alexander Wurzinger(Lohnegrim)' E-Mail 'Lohnegrim@gmx.net' fix follow bugs Commend "'type/p','dir/p','dir/s','dir/p/s' did not work with CTRL+C"\n"'pause' does not continie ones you Press Ctrl/Shift/Alt"
svn path=/trunk/; revision=20234
2005-12-17 21:51:36 +00:00
Thomas Bluemel
f52fb8c68c rename IsDeviceEnabled to IsDeviceStarted
svn path=/trunk/; revision=20233
2005-12-17 21:41:15 +00:00
Thomas Bluemel
6246647626 fixed IsUserAdmin and enable the calls to it
svn path=/trunk/; revision=20232
2005-12-17 21:13:36 +00:00
Thomas Bluemel
893ebb6e43 use the captured link target string length in NtCreateSymbolicLinkObject. Spotted by zebasoftis.
svn path=/trunk/; revision=20231
2005-12-17 20:59:51 +00:00
Magnus Olsen
f90dc5f95e add allowwarnings ="true" so ibrowser can be build with dgb=0 with gcc 3.4.4
svn path=/trunk/; revision=20230
2005-12-17 20:59:44 +00:00
Magnus Olsen
9988c220cc add allowwarnings ="true" so explore can be build with dgb=0 with gcc 3.4.4
svn path=/trunk/; revision=20229
2005-12-17 20:57:52 +00:00
Eric Kohl
5d810533b0 Implement CMP_Init_Detection, CMP_Report_LogOn, CM_Setup_DevNode[_Ex] and CM_Uninstall_DevNode[_Ex].
svn path=/trunk/; revision=20228
2005-12-17 19:58:23 +00:00
Martin Fuchs
8e8d537688 fix bug 1139: disable printer submenu folder in "settings" start menu
svn path=/trunk/; revision=20227
2005-12-17 17:31:32 +00:00
Magnus Olsen
ae2332fe04 add allowwarnings ="true" so telnet can be build with dgb=0
svn path=/trunk/; revision=20226
2005-12-17 17:14:50 +00:00
Thomas Bluemel
9cab16f025 ported the __EXCEPT_PAGE_FAULT macro for upcoming synchronizations of imported wine code
svn path=/trunk/; revision=20225
2005-12-17 16:06:45 +00:00
Thomas Bluemel
b89c461211 fixed the definition of RtlDosPathNameToNtPathName_U
svn path=/trunk/; revision=20224
2005-12-17 15:45:59 +00:00
Eric Kohl
56c1699b7b - Implement CM_Disable_DevNode[_Ex], CM_Enable_DevNode[_Ex], CM_Reenumerate_DevNode[_Ex] and CM_Run_Detection[_Ex].
- Implement StringTableAddStringEx and StringTableLookUpStringEx.

svn path=/trunk/; revision=20223
2005-12-17 12:23:41 +00:00
Filip Navara
d9af371509 Tip of the day: Never let a sick person code.
svn path=/trunk/; revision=20222
2005-12-17 12:16:28 +00:00
Filip Navara
e25fc6f865 Fix a handle leak.
svn path=/trunk/; revision=20221
2005-12-17 12:13:06 +00:00
Filip Navara
c75e5ec7d3 Fix a cut & paste error.
svn path=/trunk/; revision=20220
2005-12-17 12:09:08 +00:00
Filip Navara
e4556f6060 Minor cleanup of GetVolumeNameForVolumeMountPointW and fix some incorrect return codes (spotted by w3seek).
svn path=/trunk/; revision=20219
2005-12-17 12:05:55 +00:00
Filip Navara
4ef6abb3a2 Fix bunch of bugs in GetVolumeNameForVolumeMountPointW. Thanks to w3seek.
svn path=/trunk/; revision=20218
2005-12-17 11:31:12 +00:00
Filip Navara
df43694201 Implementation of GetVolumeNameForVolumeMountPointW (depends on mount manager, so it doesn't work in ROS).
svn path=/trunk/; revision=20217
2005-12-17 11:08:16 +00:00
Royce Mitchell III
3488008713 CreateFile() fails with INVALID_HANDLE_VALUE, not NULL - this fixes GetLastError() to more accurately point to the problem when diagnosing problems.
svn path=/trunk/; revision=20216
2005-12-17 06:26:20 +00:00
Royce Mitchell III
451a45a649 print out some useful info before we go belly-up
svn path=/trunk/; revision=20215
2005-12-17 05:47:19 +00:00
Thomas Bluemel
d213f066bb Patch by Kaj Kaloinen <kkaloine@gmail.com>:
- Finnish translation of userenv.dll

svn path=/trunk/; revision=20213
2005-12-16 19:54:08 +00:00
Thomas Bluemel
2b5085097d fixed windres warning
svn path=/trunk/; revision=20212
2005-12-16 18:41:00 +00:00
Gé van Geldorp
c4ffc67318 samwise52 <samcharly@hotmail.com>
Spanish translations
Minor syntax fixes and SUBLANG_SPANISH -> SUBLANG_NEUTRAL by GvG

svn path=/trunk/; revision=20211
2005-12-16 10:17:31 +00:00
Gé van Geldorp
950d640939 ggcom <ggcom@tele2.fr>
French translation (bug 1124)

svn path=/trunk/; revision=20210
2005-12-16 10:00:37 +00:00
Gé van Geldorp
aed7ac0e04 ggcom <ggcom@tele2.fr>
French translation (bug 1130)

svn path=/trunk/; revision=20209
2005-12-16 09:57:32 +00:00
Gé van Geldorp
7371b0e307 ggcom <ggcom@tele2.fr>
French translation (bug 1131)

svn path=/trunk/; revision=20208
2005-12-16 09:55:12 +00:00
Andrew Munger
8b5d19e781 Return error codes correctly, fixes 1109. Patch by Hartmut Birr.
svn path=/trunk/; revision=20204
2005-12-16 03:00:02 +00:00
Hervé Poussineau
4ce3d5c9e8 Implement DICS_FLAG_CONFIGSPECIFIC case in SetupDiOpenDevRegKey, by factorizing some code from SetupDiCreateDevRegKeyW to OpenHardwareProfileKey
Don't ask for KEY_ENUMERATE_SUB_KEYS access right when not needed
Implemenent internal function ResetDevice()

svn path=/trunk/; revision=20203
2005-12-15 23:24:43 +00:00
Hervé Poussineau
9f88e7a94b Replace some strings by constants
svn path=/trunk/; revision=20202
2005-12-15 22:13:01 +00:00
Hervé Poussineau
89bf2a6dcd Implement DICS_FLAG_CONFIGSPECIFIC and DIREG_DEV cases in SetupDiCreateDevRegKeyW
Implement SetupDiChangeState

svn path=/trunk/; revision=20201
2005-12-15 21:21:38 +00:00