Casper Hornstrup
fcd3eba58a
Make expat a static library
...
svn path=/branches/xmlbuildsystem/; revision=15075
2005-05-07 08:32:28 +00:00
Casper Hornstrup
0f6993a1eb
Correct typo
...
svn path=/branches/xmlbuildsystem/; revision=15074
2005-05-07 08:15:07 +00:00
Casper Hornstrup
9b6d13c91b
Correctly forward exports to NTDLL
...
svn path=/branches/xmlbuildsystem/; revision=15073
2005-05-07 08:08:12 +00:00
Casper Hornstrup
2bf694521a
Smdll is a native DLL. Thanks to Ge van Geldorp for figuring this out.
...
svn path=/branches/xmlbuildsystem/; revision=15072
2005-05-07 07:46:54 +00:00
Gé van Geldorp
c9ff7749cf
Link against static lib instead of dll
...
svn path=/branches/xmlbuildsystem/; revision=15064
2005-05-06 22:38:00 +00:00
Casper Hornstrup
e5c1f57b80
Add <module>_install target
...
svn path=/branches/xmlbuildsystem/; revision=15047
2005-05-06 16:05:37 +00:00
Casper Hornstrup
7dec8061f1
Add missing files
...
svn path=/branches/xmlbuildsystem/; revision=15046
2005-05-06 16:02:04 +00:00
Casper Hornstrup
df0195a558
More sane default image base addresses
...
svn path=/branches/xmlbuildsystem/; revision=15044
2005-05-06 14:12:25 +00:00
Casper Hornstrup
ede9da6bd0
Build dhcp
...
svn path=/branches/xmlbuildsystem/; revision=15041
2005-05-06 12:22:35 +00:00
Casper Hornstrup
3528760e8e
Add missing file
...
svn path=/branches/xmlbuildsystem/; revision=15038
2005-05-06 11:20:10 +00:00
Casper Hornstrup
3dc17696df
Don't strip relocation information from DLLs
...
svn path=/branches/xmlbuildsystem/; revision=15036
2005-05-06 10:45:24 +00:00
Casper Hornstrup
ae18ba571a
Set svn:eol-style=native
...
svn path=/branches/xmlbuildsystem/; revision=15035
2005-05-06 10:38:30 +00:00
Casper Hornstrup
751a4e3a06
Add missing leading underscores in symbols
...
svn path=/branches/xmlbuildsystem/; revision=15034
2005-05-06 10:17:43 +00:00
Casper Hornstrup
1fef01891c
Merge 14551:14980 from trunk
...
svn path=/branches/xmlbuildsystem/; revision=15017
2005-05-05 19:15:25 +00:00
Casper Hornstrup
0bb263067a
Copy wininet to branch
...
svn path=/branches/xmlbuildsystem/; revision=14986
2005-05-05 09:48:22 +00:00
Casper Hornstrup
0922a0e8e5
Delete wininet
...
svn path=/branches/xmlbuildsystem/; revision=14985
2005-05-05 09:45:38 +00:00
Thomas Bluemel
c1b7289bd6
prevent buffer overflow, LoadString accepts the size of the buffer in TCHARs, not in bytes!
...
svn path=/trunk/; revision=14980
2005-05-04 22:21:55 +00:00
Thomas Bluemel
410ddcfe72
correctly use tchar.h again and build a unicode version by default
...
svn path=/trunk/; revision=14979
2005-05-04 22:18:43 +00:00
Thomas Bluemel
6a0f65e223
it's valid to pass lpTargetHandle = NULL to DuplicateHandle()
...
svn path=/trunk/; revision=14978
2005-05-04 21:23:13 +00:00
Gé van Geldorp
600cfcc505
Fix GDB stub:
...
- Initialize WrapperTable routines as early as possible
- Initialize debug port (hard coded to COM2, 115200 baud for now)
- Don't limit runnable thread on startup
svn path=/trunk/; revision=14977
2005-05-04 20:38:43 +00:00
Thomas Bluemel
68b564e30a
make correct use of tchar.h in taskmgr and build it as unicode by default
...
svn path=/trunk/; revision=14976
2005-05-04 19:29:28 +00:00
Maarten Bosma
587ddda1d5
Steven Wilson: update tlist to use new process info struct names
...
svn path=/trunk/; revision=14975
2005-05-04 18:53:47 +00:00
Magnus Olsen
6039178c86
David Nordenberg: Swedish translation, proofread by Andreas Bjerkeholt and small change from Kris Engeman
...
svn path=/trunk/; revision=14974
2005-05-04 18:10:12 +00:00
Martin Fuchs
8ec74d5f10
restore toolbar bitmap
...
svn path=/trunk/; revision=14973
2005-05-04 17:59:36 +00:00
Magnus Olsen
7e2d943420
Swedish åäö was gone in the translation after some commit.
...
I which we can split all langues to own .rc files.
so this can not be happen agien
Thx Harteex for fixing åäö in the .rc file
svn path=/trunk/; revision=14972
2005-05-04 17:41:27 +00:00
Magnus Olsen
35b46085ea
filip0402 : patch for taskmgr to remove some hardcode string tested by Harteex
...
svn path=/trunk/; revision=14971
2005-05-04 16:54:48 +00:00
Hervé Poussineau
60bdc5ad60
Set Thread->SystemThread to TRUE when creating a system thread. Patch by Filip Navara
...
svn path=/trunk/; revision=14970
2005-05-04 16:00:39 +00:00
Aleksey Bragin
d534342503
RegOpenKey, RegOpenKeyEx A/W imported and ported from WINE. This keeps the current test set in advapi32_test registry on 85/0 level
...
svn path=/trunk/; revision=14969
2005-05-04 15:53:54 +00:00
Aleksey Bragin
8460c6e770
NtOpenKey modified to correctly behave when wrong input params are given (according to WINE tests).
...
svn path=/trunk/; revision=14968
2005-05-04 15:27:05 +00:00
Hervé Poussineau
ed23d5951d
Fix flags checking in I8042ReadData (patch by Tinus_)
...
Check error codes returned by IoCreateDevice
Replace ExFreePool by ExFreePoolWithTag
svn path=/trunk/; revision=14967
2005-05-04 13:28:34 +00:00
Alex Ionescu
985abe1494
Fix horrible bug where Queued Threads were treated like Threads on the Ready list. I was aware of this bug for months and it's fixed in my new scheduler but now that tinus has seen it happen, I'm comitting the fix temporarly in trunk.
...
svn path=/trunk/; revision=14966
2005-05-03 23:24:26 +00:00
Magnus Olsen
151078eab1
bugfix from, tinus mailto:[email protected]
...
fixining http://reactos.com/bugzilla/show_bug.cgi?id=616#c1
bug in mozila
There's a small bug in usetup/bootsup.c which makes it fail formatting the disk.
It tries to read the bootsector image on the cdrom for write access (which
succeeds), then tries to read from the handle (which fails).
svn path=/trunk/; revision=14965
2005-05-03 23:18:21 +00:00
Hartmut Birr
5255b326ec
Do always set the UserIosb of an irp in IoSecondStageCompletion.
...
svn path=/trunk/; revision=14964
2005-05-03 21:42:35 +00:00
Hervé Poussineau
f2b9954c3f
Add French translation for sndvol32 (Patch by Usurp)
...
Set properties for Cz.rc and Sv.rc
svn path=/trunk/; revision=14963
2005-05-03 21:25:41 +00:00
Magnus Olsen
0d5f3d84cb
Implement WSAStringToAddressA
...
svn path=/trunk/; revision=14962
2005-05-03 18:37:51 +00:00
Magnus Olsen
4732ce19d1
Implement WSAStringToAddressW
...
svn path=/trunk/; revision=14961
2005-05-03 17:22:52 +00:00
Hervé Poussineau
d6ce9d647e
Remove Disk driver for Bochs.
...
It doesn't compile and shouldn't be usefull as we have a normal disk driver in drivers/storage/disk
svn path=/trunk/; revision=14960
2005-05-03 13:14:59 +00:00
Martin Fuchs
aa0e827382
rosshell: printer and network folder in start menu
...
svn path=/trunk/; revision=14959
2005-05-03 12:15:27 +00:00
Alex Ionescu
e49c3dc30f
revert accidental commit
...
svn path=/trunk/; revision=14958
2005-05-03 11:56:46 +00:00
Martin Fuchs
61ce6acfa9
context menu interface pointer cleanup
...
svn path=/trunk/; revision=14957
2005-05-03 09:32:10 +00:00
Martin Fuchs
7b8809480b
small optimization for the last change
...
svn path=/trunk/; revision=14956
2005-05-03 09:21:42 +00:00
Martin Fuchs
63415000fe
display custom folders in start menu root
...
svn path=/trunk/; revision=14955
2005-05-03 08:04:58 +00:00
Martin Fuchs
7bb756385c
context menu interface pointer cleanup
...
svn path=/trunk/; revision=14954
2005-05-03 08:03:46 +00:00
Hartmut Birr
c853c0b6e3
Open/create all files with the necessary rights.
...
svn path=/trunk/; revision=14951
2005-05-02 20:30:29 +00:00
Hartmut Birr
98c1f41b90
- Check first for a valid returned object in ObOpenObjectByName.
...
- Free always the remaining path string if an error is returned in ObOpenObjectByName.
svn path=/trunk/; revision=14950
2005-05-02 19:12:31 +00:00
Hervé Poussineau
82eacd2e6d
Add i8042prt.sys and kbdclass.sys to boot cd
...
Remove leftover of keyboard.sys and psaux.sys drivers
(Pointed by Usurp)
svn path=/trunk/; revision=14949
2005-05-02 16:35:58 +00:00
Emanuele Aliberti
143f5e1f74
Move VMS subtree in the proper place.
...
svn path=/trunk/; revision=14948
2005-05-02 14:15:56 +00:00
Filip Navara
51e5c11dc8
Fix Alex's completely wrong fix for NtUserScrollWindowEx (aka bug #606 ).
...
svn path=/trunk/; revision=14947
2005-05-02 14:05:38 +00:00
Alex Ionescu
6c331c3529
Fix many of the scrollbar issues. However, MDI Scrollbars are still not working perfectly. Patch by tinus <[email protected] >. Fixes bug 606
...
svn path=/trunk/; revision=14946
2005-05-02 11:42:41 +00:00
Alex Ionescu
dff743f85a
Don't call internal function which checks parameters since our parameter is kernel mode.
...
svn path=/trunk/; revision=14945
2005-05-02 11:38:48 +00:00