Cameron Gutman
291b697b95
- Check that AFD succeeded the create request
...
- Use NtCreateFile instead of ZwCreateFile
svn path=/trunk/; revision=42959
2009-08-27 22:25:59 +00:00
Cameron Gutman
0ea9c96b9c
- Check that we got a valid socket before trying to bind
...
svn path=/trunk/; revision=42958
2009-08-27 21:31:49 +00:00
KJK::Hyperion
895075e99c
Add a missing include
...
"msc_helper" -> "rbuild_helper" in error messages
svn path=/trunk/; revision=42957
2009-08-27 19:34:19 +00:00
Matthias Kupfer
1abc5e10f8
- revert change from revision 41251, because it introduce more problems then it fixes
...
- basic problem still unsolved, window z-ordering doesn't work properly
svn path=/trunk/; revision=42956
2009-08-27 14:55:54 +00:00
Daniel Reimer
e75fc4e648
forgot these
...
svn path=/trunk/; revision=42949
2009-08-27 00:15:47 +00:00
Daniel Reimer
7b0250f20b
Bug 4805: Bulgarian translation update by CCTAHEB (except the wine synced files)
...
Bug 4081: Japanese translation for ReactOS Application Manager by pcds90net
Bug 4797: Norwegian translate update (17.08.09) by Lars Martin Hambro
Bug 4786: Translation patch, Dutch for usetup by Jan Roeloffzen
svn path=/trunk/; revision=42948
2009-08-27 00:11:01 +00:00
Dmitry Chapyshev
d3bda8e821
- Fix problem with uTorrent deinstallation
...
- Closing of keys at list updating
svn path=/trunk/; revision=42946
2009-08-26 19:03:32 +00:00
Dmitry Chapyshev
e7f2c45f58
- Fix typo in Russian translation
...
svn path=/trunk/; revision=42944
2009-08-26 17:46:48 +00:00
Stefan Ginsberg
ff4df4d6b2
- Fix a typo -- check if memory allocation failed instead of checking if a variable's stack address is NULL.
...
svn path=/trunk/; revision=42943
2009-08-26 17:41:01 +00:00
Stefan Ginsberg
f11466d9c0
- Make use of _SEH2_YIELD in Ex, Io, Ob, Ps and Se.
...
- Don't call ExSystemExceptionFilter() if we know the caller is user mode.
- Get rid of a couple of dependencies on the NTSTATUS being initialized with STATUS_SUCCESS -- indicate success where properly instead.
svn path=/trunk/; revision=42942
2009-08-26 17:31:02 +00:00
Stefan Ginsberg
08db367162
- Fix a bug in KiRaiseException from 42923 -- a _SEH2_LEAVE wasn't converted to _SEH2_YIELD
...
svn path=/trunk/; revision=42937
2009-08-26 14:52:00 +00:00
James Tabor
6d8d6a8fc5
- Fix a crash in SetMenuInfo.
...
svn path=/trunk/; revision=42934
2009-08-26 01:07:32 +00:00
Dmitry Chapyshev
a5e2e10413
- Use iswspace instead isspace. Patch by Alexander Yastrebov (menone7[at]gmail[dot]com)
...
svn path=/trunk/; revision=42933
2009-08-25 09:45:07 +00:00
Gregor Schneider
b6cecfd934
chklib: print function pointer as a pointer, gcc 4.4 warning
...
svn path=/trunk/; revision=42932
2009-08-25 00:31:45 +00:00
Gregor Schneider
e45de08eec
tftpd: add parenthesis around AND statements embedded in OR statements, use const char* for string constants (gcc 4.4 warnings)
...
svn path=/trunk/; revision=42931
2009-08-25 00:13:15 +00:00
Gregor Schneider
32f5ad4ca6
systeminfo: use strcmp to compare strings, gcc 4.4 warning
...
svn path=/trunk/; revision=42930
2009-08-24 23:48:57 +00:00
Stefan Ginsberg
9b25f7a883
- Make use of _SEH2_YIELD in Mm
...
svn path=/trunk/; revision=42929
2009-08-24 20:39:23 +00:00
Dmitry Gorbachev
0811de4790
... and kernel32, too.
...
svn path=/trunk/; revision=42928
2009-08-24 20:10:05 +00:00
Dmitry Gorbachev
3d0a8cc2a9
... and dxg,
...
svn path=/trunk/; revision=42927
2009-08-24 20:10:03 +00:00
Dmitry Gorbachev
d412903cb1
Sprinkle win32k with some explicit voids,
...
svn path=/trunk/; revision=42926
2009-08-24 20:09:58 +00:00
Stefan Ginsberg
4a1bc02d08
- ...fix typo
...
svn path=/trunk/; revision=42925
2009-08-24 20:08:45 +00:00
Stefan Ginsberg
9bf4e79360
- Add a comment and debug print
...
svn path=/trunk/; revision=42924
2009-08-24 20:07:12 +00:00
Stefan Ginsberg
f022f9092b
- Use _SEH2_YIELD when returning from an exception instead of returning outside the SEH block. Avoids unnecessary status checks for the most common case (no exception). Move the cleanup code into the handler too in favor of the no-exception case. Futhermore, don't call ExSystemExceptionFilter when we know we are called from user mode. Finally, only enter SEH if we need to do any probing.
...
- Re-enable user mode probes in KiRaiseException; they do not seem to be an issue anymore -- booting and running the ntdll exception Winetest didn't reveal any issue. Put a breakpoint there in case this code is ever hit (unlikely).
svn path=/trunk/; revision=42923
2009-08-24 19:58:15 +00:00
Stefan Ginsberg
87db4c425c
- "BIG0" isn't a reserved tag, but "BIG " is.
...
svn path=/trunk/; revision=42922
2009-08-24 18:36:03 +00:00
Dmitry Gorbachev
59c14c8c0f
Fix Czech file.
...
svn path=/trunk/; revision=42921
2009-08-24 18:21:48 +00:00
Stefan Ginsberg
beba1269e6
- Get rid of TAG() from the kernel
...
- mmtypes.h: Goodbye TAG(), you won't be missed
svn path=/trunk/; revision=42920
2009-08-24 18:19:53 +00:00
Stefan Ginsberg
77fc26f56a
- Deprecate TAG() in rostests
...
svn path=/trunk/; revision=42918
2009-08-24 17:41:36 +00:00
Stefan Ginsberg
53cbc6c4a3
- Missed these in 42915
...
svn path=/trunk/; revision=42917
2009-08-24 17:38:50 +00:00
Stefan Ginsberg
67e0101546
- Actually commit prntfont.h change (leftover from 42915)
...
svn path=/trunk/; revision=42916
2009-08-24 17:36:23 +00:00
Stefan Ginsberg
ea23cd10c2
- Start deprecating TAG()
...
- Fix inverted tags in prntfont.h, stdunk.h and win32k/objects/font.c
svn path=/trunk/; revision=42915
2009-08-24 17:12:25 +00:00
Johannes Anderwald
7776fec6ce
- Check that all pins have been closed when the last filter reference is gone
...
- Fix freeing of stream data (hacked atm)
- Implement retrieving of all property items for PinWaveCyclic
svn path=/trunk/; revision=42913
2009-08-24 13:00:14 +00:00
Sylvain Petreolle
ae0ddccd63
temporarily disable kernel32:pipe tests.
...
the testing process seems to go further if this test crashes,
looking at testman output.
svn path=/trunk/; revision=42912
2009-08-24 12:57:34 +00:00
Christoph von Wittich
694741e9f9
sync user32 winetest with wine 1.1.28
...
svn path=/trunk/; revision=42911
2009-08-24 12:42:47 +00:00
Johannes Anderwald
63b3ed6d1e
- Fix calling property handler in IKsFilter_DispatchDeviceIoControl
...
- Found by [[Amine Khaldi]]
- Implement handling of KSPROPERTY_TYPE_BASICSUPPORT
svn path=/trunk/; revision=42910
2009-08-24 12:21:20 +00:00
Christoph von Wittich
e080831a72
sync kernel32 profile with wine 1.1.28
...
svn path=/trunk/; revision=42909
2009-08-24 12:17:02 +00:00
Gregor Schneider
2296d0a5dd
gdb2: Use const char* for string constants, gcc 4.4 warnings
...
svn path=/trunk/; revision=42908
2009-08-24 12:06:53 +00:00
Gregor Schneider
aab0f77c13
netreg: include stdio.h for fprintf, sprintf and sscanf; gcc 4.4 warnings
...
svn path=/trunk/; revision=42907
2009-08-24 12:01:38 +00:00
Gregor Schneider
b84ac6c703
ddraw_test: Use const char* for string constants, gcc 4.4 warning
...
svn path=/trunk/; revision=42906
2009-08-24 11:50:37 +00:00
Christoph von Wittich
eb65544870
sync ole32 with wine 1.1.28
...
svn path=/trunk/; revision=42905
2009-08-24 10:51:15 +00:00
Christoph von Wittich
c0755ff4f4
define USE_COM_CONTEXT_DEF
...
svn path=/trunk/; revision=42904
2009-08-24 10:48:24 +00:00
James Tabor
e83ca9a324
- Patch by Dmitry Timoshkov : user32: Return 0 from DefDlgProc and dialog loop for invalid dialog handles. Need to update user32 wine tests.
...
svn path=/trunk/; revision=42903
2009-08-24 06:10:52 +00:00
James Tabor
ddd06401af
- Patch by Rein Klazes : user32: Handle WM_PRINTCLIENT message in PopupMenuWndProc().
...
svn path=/trunk/; revision=42902
2009-08-24 06:09:01 +00:00
James Tabor
69dffc5810
- Gdi32: Update metafile structure.
...
svn path=/trunk/; revision=42901
2009-08-24 06:06:05 +00:00
Johannes Anderwald
c1854b985e
- Fix broken check
...
- Enables Ks Studio to instantiate audio pins
svn path=/trunk/; revision=42900
2009-08-24 02:54:53 +00:00
Gregor Schneider
8e0dd42d55
GetCharacterPlacementA: check FONT_mbtowc return value for validity
...
svn path=/trunk/; revision=42899
2009-08-24 00:00:06 +00:00
Gregor Schneider
eda170fe74
GetCharacterPlacementA: Free memory on error
...
svn path=/trunk/; revision=42898
2009-08-23 23:51:09 +00:00
Gregor Schneider
aa38bf2535
CreateMetaFileW: WriteFile returns the number of bytes written for synchronous operations
...
svn path=/trunk/; revision=42897
2009-08-23 23:40:48 +00:00
Gregor Schneider
c3d83ebfa9
CreateMetaFileW: Free memory on error
...
svn path=/trunk/; revision=42896
2009-08-23 23:09:55 +00:00
Johannes Anderwald
91ae05b80d
- fix build #2
...
svn path=/trunk/; revision=42895
2009-08-23 23:05:23 +00:00
Gregor Schneider
2785ec2386
Handle failed memory allocation
...
svn path=/trunk/; revision=42894
2009-08-23 23:03:55 +00:00