reactos.git
9 years ago[PSEH3]
Pierre Schweitzer [Sun, 4 May 2014 21:01:41 +0000 (21:01 +0000)]
[PSEH3]
Actually, in previous patch, wrong diagnostic context was being saved (and thus, restored).
Properly save and restore it now.
The drawback of this is that we have to let it run over finally and except blocks to have proper builds with -Wdeclaration-after-statement.

Spotted by Thomas.

CORE-8172

svn path=/trunk/; revision=63166

9 years ago[GDI32]
Amine Khaldi [Sun, 4 May 2014 19:17:52 +0000 (19:17 +0000)]
[GDI32]
* Actually this is the order of exports.
CORE-8174

svn path=/trunk/; revision=63165

9 years ago[GDI32]
Amine Khaldi [Sun, 4 May 2014 18:56:37 +0000 (18:56 +0000)]
[GDI32]
* Improve some param types.
* Remove some redundant commented out exports.
* Do not export GdiGetBitmapBitsSize().
* Fix the order of some exports.
CORE-8174

svn path=/trunk/; revision=63164

9 years ago[USER32]
Amine Khaldi [Sun, 4 May 2014 18:29:59 +0000 (18:29 +0000)]
[USER32]
* Export IsProcess16Bit() and IsWow64Message().
CORE-8174

svn path=/trunk/; revision=63163

9 years ago[CMAKE]
Pierre Schweitzer [Sun, 4 May 2014 18:11:11 +0000 (18:11 +0000)]
[CMAKE]
Enable -Wdeclaration-after-statement for C builds

svn path=/trunk/; revision=63162

9 years ago[PSEH3]
Pierre Schweitzer [Sun, 4 May 2014 18:10:08 +0000 (18:10 +0000)]
[PSEH3]
Kill -Wdeclaration-after-statement when it's required.

PSEH tests are still green

svn path=/trunk/; revision=63161

9 years ago[USER32]
Amine Khaldi [Sun, 4 May 2014 18:06:06 +0000 (18:06 +0000)]
[USER32]
* Zap WindowFromPhysicalPoint().
[WIN32K]
* Zap NtUserWindowFromPhysicalPoint().
CORE-8174

svn path=/trunk/; revision=63160

9 years ago[USER32]
Amine Khaldi [Sun, 4 May 2014 18:02:07 +0000 (18:02 +0000)]
[USER32]
* Zap SetProcessDPIAware().
CORE-8174

svn path=/trunk/; revision=63159

9 years ago* Fix a copy pasta. Spotted by Erdem Ersoy.
Amine Khaldi [Sun, 4 May 2014 17:02:07 +0000 (17:02 +0000)]
* Fix a copy pasta. Spotted by Erdem Ersoy.

svn path=/trunk/; revision=63158

9 years ago[CRT]
Amine Khaldi [Sun, 4 May 2014 16:58:49 +0000 (16:58 +0000)]
[CRT]
* Sync __pxcptinfoptrs() with Wine 1.7.17.
* Update __thread_data structure.
CORE-8108 #resolve
CORE-8080

svn path=/trunk/; revision=63157

9 years ago[CMAKE]
Pierre Schweitzer [Sun, 4 May 2014 09:49:21 +0000 (09:49 +0000)]
[CMAKE]
Enable -Wold-style-declaration for C builds

svn path=/trunk/; revision=63155

9 years ago[REACTOS]
Pierre Schweitzer [Sun, 4 May 2014 09:47:52 +0000 (09:47 +0000)]
[REACTOS]
Properly declare with FORCEINLINE

svn path=/trunk/; revision=63154

9 years ago[UXTHEME]
Pierre Schweitzer [Sun, 4 May 2014 09:46:57 +0000 (09:46 +0000)]
[UXTHEME]
Properly declare with static

svn path=/trunk/; revision=63153

9 years ago[WIN32SS]
Pierre Schweitzer [Sun, 4 May 2014 09:45:42 +0000 (09:45 +0000)]
[WIN32SS]
Properly declare with FORCEINLINE
Properly declare with static

svn path=/trunk/; revision=63152

9 years ago[PSEH2]
Pierre Schweitzer [Sun, 4 May 2014 09:43:38 +0000 (09:43 +0000)]
[PSEH2]
Properly declare with register

svn path=/trunk/; revision=63151

9 years ago[NMIDEBUG]
Pierre Schweitzer [Sun, 4 May 2014 09:42:28 +0000 (09:42 +0000)]
[NMIDEBUG]
Properly declare with FORCEINLINE

svn path=/trunk/; revision=63150

9 years ago[BOOTVID]
Pierre Schweitzer [Sun, 4 May 2014 09:41:58 +0000 (09:41 +0000)]
[BOOTVID]
Properly declare with FORCEINLINE

svn path=/trunk/; revision=63149

9 years ago[NTDLL]
Pierre Schweitzer [Sun, 4 May 2014 09:41:01 +0000 (09:41 +0000)]
[NTDLL]
Properly declare with FORCEINLINE

svn path=/trunk/; revision=63148

9 years ago[HALX86]
Pierre Schweitzer [Sun, 4 May 2014 09:39:44 +0000 (09:39 +0000)]
[HALX86]
Properly declare with FORCEINLINE

svn path=/trunk/; revision=63147

9 years ago[NPFS]
Pierre Schweitzer [Sun, 4 May 2014 09:38:36 +0000 (09:38 +0000)]
[NPFS]
Properly declare with FORCEINLINE

svn path=/trunk/; revision=63146

9 years ago[WS2HELP]
Pierre Schweitzer [Sun, 4 May 2014 09:16:11 +0000 (09:16 +0000)]
[WS2HELP]
Properly declare with static and __inline

svn path=/trunk/; revision=63145

9 years ago[MSAFD]
Pierre Schweitzer [Sun, 4 May 2014 09:15:06 +0000 (09:15 +0000)]
[MSAFD]
Properly declare with FORCEINLINE

svn path=/trunk/; revision=63144

9 years ago[NTOS:KE]
Thomas Faber [Sun, 4 May 2014 08:42:02 +0000 (08:42 +0000)]
[NTOS:KE]
- Unconditionally perform APC and IRQL checks on user call exit

svn path=/trunk/; revision=63143

9 years ago[WIN32K:NTGDI]
Thomas Faber [Sun, 4 May 2014 08:38:44 +0000 (08:38 +0000)]
[WIN32K:NTGDI]
- Release device context semaphores in failure cases of GreExtTextOutW
CORE-8169 #resolve

svn path=/trunk/; revision=63142

9 years ago[EXPLORER]
Hermès Bélusca-Maïto [Sat, 3 May 2014 21:16:19 +0000 (21:16 +0000)]
[EXPLORER]
Do not hide file extensions by default.
A side effect is that it will make zz_word_viewer_2003:2.copy_text test going further.

svn path=/trunk/; revision=63140

9 years ago[PIPEREAD]
Pierre Schweitzer [Sat, 3 May 2014 18:52:00 +0000 (18:52 +0000)]
[PIPEREAD]
Prevent null buffer dereference

svn path=/trunk/; revision=63139

9 years ago[CMD]
Hermès Bélusca-Maïto [Sat, 3 May 2014 18:07:07 +0000 (18:07 +0000)]
[CMD]
Fix _tcsncat usage. Patch by Victor Martinez.
CORE-8149 #resolve

svn path=/trunk/; revision=63138

9 years ago[IPCONFIG]
Hermès Bélusca-Maïto [Sat, 3 May 2014 17:58:26 +0000 (17:58 +0000)]
[IPCONFIG]
Fix lines inversion, based on a patch by Victor Martinez.
CORE-8146 #resolve

svn path=/trunk/; revision=63137

9 years ago... and also, please open your eyes (upper vs. lowercase letters).
Hermès Bélusca-Maïto [Sat, 3 May 2014 17:25:52 +0000 (17:25 +0000)]
... and also, please open your eyes (upper vs. lowercase letters).

svn path=/trunk/; revision=63136

9 years agoArch, please do not mix up ANSI vs. UNICODE string functions, do you?
Hermès Bélusca-Maïto [Sat, 3 May 2014 17:24:22 +0000 (17:24 +0000)]
Arch, please do not mix up ANSI vs. UNICODE string functions, do you?

svn path=/trunk/; revision=63135

9 years ago[FTP]
Hermès Bélusca-Maïto [Sat, 3 May 2014 17:22:35 +0000 (17:22 +0000)]
[FTP]
Fix some strncat usage.
Patch by Victor Martinez.
CORE-8145 #resolve

svn path=/trunk/; revision=63134

9 years ago[APITEST:USER32]
Hermès Bélusca-Maïto [Sat, 3 May 2014 17:08:39 +0000 (17:08 +0000)]
[APITEST:USER32]
Fix problematic for() loops.
Patch by Victor Martinez Calvo, thanks :)
ROSTESTS-136 #resolve

svn path=/trunk/; revision=63133

9 years ago[TELNET]
Thomas Faber [Sat, 3 May 2014 13:58:02 +0000 (13:58 +0000)]
[TELNET]
- Use correct string length when reporting cursor position. Patch by Víctor Martínez
CORE-8147 #resolve

svn path=/trunk/; revision=63131

9 years ago[BEEPMIDI]
Thomas Faber [Sat, 3 May 2014 13:18:27 +0000 (13:18 +0000)]
[BEEPMIDI]
- Write MIDIOUTCAPSW::szPname in a type-safe manner. By Víctor Martínez
CORE-8154 #resolve

svn path=/trunk/; revision=63130

9 years ago[NETAPI32]
Thomas Faber [Sat, 3 May 2014 12:53:58 +0000 (12:53 +0000)]
[NETAPI32]
- Import recent fixes and new stubs from Wine
- Note that Wine is using Samba's libnetapi to implement many functions these days (not included here), so it may be worth having a look at porting that work to ROS.
CORE-8160 #resolve

svn path=/trunk/; revision=63128

9 years ago[I8042PRT]
Thomas Faber [Sat, 3 May 2014 11:17:57 +0000 (11:17 +0000)]
[I8042PRT]
- Do not prematurely complete IRP_MN_FILTER_RESOURCE_REQUIREMENTS or IRP_MN_QUERY_PNP_DEVICE_STATE
- Do not handle IRP_MN_QUERY_DEVICE_RELATIONS.BusRelations. We're not the bus driver!
- Correctly stub the (mandatory!) dispatch functions for IRP_MJ_POWER and IRP_MJ_SYSTEM_CONTROL
CORE-8142 #resolve

svn path=/trunk/; revision=63127

9 years ago[I8042PRT]
Timo Kreuzer [Sat, 3 May 2014 11:04:52 +0000 (11:04 +0000)]
[I8042PRT]
Apply a workaround by hto to fix mouse / touchpad on some notebooks.
CORE-6901

svn path=/trunk/; revision=63126

9 years ago[DEVMGMT]
Thomas Faber [Fri, 2 May 2014 16:04:29 +0000 (16:04 +0000)]
[DEVMGMT]
- Fix an operator precedence issue. Patch by Víctor Martínez
CORE-8144 #resolve

svn path=/trunk/; revision=63111

9 years ago[COMP]
Thomas Faber [Fri, 2 May 2014 15:46:23 +0000 (15:46 +0000)]
[COMP]
- Remove broken/unnecessary assignments. Patch by Víctor Martínez
CORE-8143 #resolve

svn path=/trunk/; revision=63110

9 years ago[NTOS:IO]
Thomas Faber [Fri, 2 May 2014 09:17:36 +0000 (09:17 +0000)]
[NTOS:IO]
- Don't bugcheck if quota allocation fails in IoAllocateIrp

svn path=/trunk/; revision=63102

9 years ago[MSGINA][SHELL32]
Hermès Bélusca-Maïto [Fri, 2 May 2014 02:52:15 +0000 (02:52 +0000)]
[MSGINA][SHELL32]
- Resize the logon graphics logo to windows standard size: 413x72.
- Use this very same logo for ShellAbout. Adapted from a proposition by Lee Schroeder. The real fix for this would be to do like Windows, that means, since (you can double-check) shell32 takes the picture from msgina.dll .
CORE-7940 #resolve #comment Fixed, thanks ;)

svn path=/trunk/; revision=63101

9 years ago[QMGR][BOOTDATA]
Thomas Faber [Thu, 1 May 2014 19:50:37 +0000 (19:50 +0000)]
[QMGR][BOOTDATA]
- Properly register qmgr classes and create the BITS service. See https://source.winehq.org/git/wine.git/commitdiff/c1fce745
CORE-8135 #resolve

svn path=/trunk/; revision=63097

9 years ago[USP10]
Thomas Faber [Thu, 1 May 2014 19:44:30 +0000 (19:44 +0000)]
[USP10]
- Fix buffer overflow in _ItemizeInternal
CORE-8133 #resolve

svn path=/trunk/; revision=63096

9 years ago[WINVER]: Remove wine'isms and add a resource file.
Hermès Bélusca-Maïto [Thu, 1 May 2014 17:49:23 +0000 (17:49 +0000)]
[WINVER]: Remove wine'isms and add a resource file.

svn path=/trunk/; revision=63095

9 years ago[FORMATTING]
Timo Kreuzer [Thu, 1 May 2014 13:37:08 +0000 (13:37 +0000)]
[FORMATTING]
No code change

svn path=/trunk/; revision=63094

9 years ago[WIN32K]
Timo Kreuzer [Thu, 1 May 2014 10:51:19 +0000 (10:51 +0000)]
[WIN32K]
Fix possible NULL pointer dereference in GreSetStretchBltMode. CID 1206825

svn path=/trunk/; revision=63093

9 years ago[PSEH]
Timo Kreuzer [Thu, 1 May 2014 10:27:38 +0000 (10:27 +0000)]
[PSEH]
When we use the dummy PSEH, use an if (ExternalVariable) around the except block. This is to make Coverity check the except handler as well and take into account that it could be executed.

svn path=/trunk/; revision=63092

9 years ago[WIN32K]
Timo Kreuzer [Thu, 1 May 2014 09:59:01 +0000 (09:59 +0000)]
[WIN32K]
When no clip object is passed to EngGradientFill, use the global trivial one instead of creating a new one. Fixes memory leak. CID 716615

svn path=/trunk/; revision=63091

9 years ago[FORMATTING]
Timo Kreuzer [Thu, 1 May 2014 09:48:40 +0000 (09:48 +0000)]
[FORMATTING]
Fix indentation, no code change

svn path=/trunk/; revision=63090

9 years ago[WIN32K]
Timo Kreuzer [Thu, 1 May 2014 08:57:11 +0000 (08:57 +0000)]
[WIN32K]
Fix DPRINT, noticed by Thomas

svn path=/trunk/; revision=63089

9 years ago[WIN32K]
Timo Kreuzer [Thu, 1 May 2014 08:55:04 +0000 (08:55 +0000)]
[WIN32K]
Check return value of NtQuerySystemInformation in EngQuerySystemAttribute
CID 513027

svn path=/trunk/; revision=63088

9 years ago[WIN32K]
Timo Kreuzer [Thu, 1 May 2014 08:30:41 +0000 (08:30 +0000)]
[WIN32K]
Don't check a pointer for being NULL after it has been dereferenced.
CID 1102416

svn path=/trunk/; revision=63087

9 years ago[WBEMPROX]
Thomas Faber [Thu, 1 May 2014 04:22:06 +0000 (04:22 +0000)]
[WBEMPROX]
- Fix order of operations for assignment in class_object_Next. Patch by Víctor Martínez
CORE-8116 #resolve

svn path=/trunk/; revision=63086

9 years ago[RAPPS]
Pierre Schweitzer [Wed, 30 Apr 2014 22:03:49 +0000 (22:03 +0000)]
[RAPPS]
Close downloaded application before attempting to execute it.

CORE-8134 #resolve

svn path=/trunk/; revision=63085

9 years ago[BASE][BOOT][WIN32SS]
Amine Khaldi [Wed, 30 Apr 2014 19:05:42 +0000 (19:05 +0000)]
[BASE][BOOT][WIN32SS]
* Fix some format string / argument mismatches. By Andre Guibert de Bruet.
CORE-7995 #resolve #comment Thanks!

svn path=/trunk/; revision=63084

9 years ago[CRT]
Thomas Faber [Wed, 30 Apr 2014 19:05:38 +0000 (19:05 +0000)]
[CRT]
- Fix potential null dereference in TRACE in _wfreopen. Patch by Víctor Martínez
CORE-8120 #resolve

svn path=/trunk/; revision=63083

9 years ago[DBGHELP]
Thomas Faber [Wed, 30 Apr 2014 18:59:39 +0000 (18:59 +0000)]
[DBGHELP]
- Fix order of operations for assignment in symt_fill_sym_info. Patch by Víctor Martínez
CORE-8114 #resolve

svn path=/trunk/; revision=63082

9 years ago[FASTFAT]
Pierre Schweitzer [Wed, 30 Apr 2014 18:48:03 +0000 (18:48 +0000)]
[FASTFAT]
Disable SL_OPEN_TARGET_DIRECTORY for the moment.

CORE-8128 #resolve

svn path=/trunk/; revision=63081

9 years ago[MPLAY32][MSPAINT][NOTEPAD][REGEDIT][WINHLP32]
Amine Khaldi [Wed, 30 Apr 2014 18:41:39 +0000 (18:41 +0000)]
[MPLAY32][MSPAINT][NOTEPAD][REGEDIT][WINHLP32]
* Fix some format string / argument mismatches. By Andre Guibert de Bruet.
CORE-7995

svn path=/trunk/; revision=63080

9 years ago[README.WINE]
Amine Khaldi [Wed, 30 Apr 2014 13:19:57 +0000 (13:19 +0000)]
[README.WINE]
* Mark some modules as up to date.
CORE-8080

svn path=/trunk/; revision=63079

9 years ago[STI]
Amine Khaldi [Wed, 30 Apr 2014 13:07:53 +0000 (13:07 +0000)]
[STI]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=63078

9 years ago[STDOLE2.TLB][STDOLE32.TLB]
Amine Khaldi [Wed, 30 Apr 2014 13:05:05 +0000 (13:05 +0000)]
[STDOLE2.TLB][STDOLE32.TLB]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=63077

9 years ago[SNMPAPI_WINETEST]
Amine Khaldi [Wed, 30 Apr 2014 13:01:50 +0000 (13:01 +0000)]
[SNMPAPI_WINETEST]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=63076

9 years ago[SHDOCVW]
Amine Khaldi [Wed, 30 Apr 2014 13:00:35 +0000 (13:00 +0000)]
[SHDOCVW]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=63075

9 years ago[RICHED32_WINETEST]
Amine Khaldi [Wed, 30 Apr 2014 12:57:41 +0000 (12:57 +0000)]
[RICHED32_WINETEST]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=63074

9 years ago[RASAPI32_WINETEST]
Amine Khaldi [Wed, 30 Apr 2014 12:56:17 +0000 (12:56 +0000)]
[RASAPI32_WINETEST]
* Improve header inclusions.
* Speedup build.
* Remove redundant definitions.

svn path=/trunk/; revision=63073

9 years ago[PSTOREC]
Amine Khaldi [Wed, 30 Apr 2014 12:54:17 +0000 (12:54 +0000)]
[PSTOREC]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=63072

9 years ago[PDH_WINETEST]
Amine Khaldi [Wed, 30 Apr 2014 12:50:57 +0000 (12:50 +0000)]
[PDH_WINETEST]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=63071

9 years ago[ODBCCP32_WINETEST]
Amine Khaldi [Wed, 30 Apr 2014 12:47:25 +0000 (12:47 +0000)]
[ODBCCP32_WINETEST]
* Improve header inclusions.
* Speedup build.
* Remove redundant definitions.

svn path=/trunk/; revision=63070

9 years ago[OBJSEL]
Amine Khaldi [Wed, 30 Apr 2014 12:45:57 +0000 (12:45 +0000)]
[OBJSEL]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=63069

9 years ago[NTPRINT_WINETEST]
Amine Khaldi [Wed, 30 Apr 2014 12:44:28 +0000 (12:44 +0000)]
[NTPRINT_WINETEST]
* Sync with Wine 1.7.17.
* Improve header inclusions.
* Speedup build.
* Remove redundant definitions.
CORE-8080

svn path=/trunk/; revision=63068

9 years ago[NTDSAPI_WINETEST]
Amine Khaldi [Wed, 30 Apr 2014 12:42:30 +0000 (12:42 +0000)]
[NTDSAPI_WINETEST]
* Improve header inclusions.
* Speedup build.
* Remove redundant definitions.

svn path=/trunk/; revision=63067

9 years ago[MSXML][MSXML2][MSXML4][MSXML6]
Amine Khaldi [Wed, 30 Apr 2014 12:39:01 +0000 (12:39 +0000)]
[MSXML][MSXML2][MSXML4][MSXML6]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=63066

9 years ago[MSTASK_WINETEST]
Amine Khaldi [Wed, 30 Apr 2014 12:33:05 +0000 (12:33 +0000)]
[MSTASK_WINETEST]
* Improve header inclusions.

svn path=/trunk/; revision=63065

9 years ago[MSTASK]
Amine Khaldi [Wed, 30 Apr 2014 12:32:16 +0000 (12:32 +0000)]
[MSTASK]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=63064

9 years ago[MSIMTF]
Amine Khaldi [Wed, 30 Apr 2014 12:29:51 +0000 (12:29 +0000)]
[MSIMTF]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=63063

9 years ago[LZ32_WINETEST]
Amine Khaldi [Wed, 30 Apr 2014 12:24:15 +0000 (12:24 +0000)]
[LZ32_WINETEST]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=63062

9 years ago[LOCALUI_WINETEST]
Amine Khaldi [Wed, 30 Apr 2014 12:23:12 +0000 (12:23 +0000)]
[LOCALUI_WINETEST]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=63061

9 years ago[INSENG]
Amine Khaldi [Wed, 30 Apr 2014 12:20:21 +0000 (12:20 +0000)]
[INSENG]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=63060

9 years ago[IMM32_WINETEST]
Amine Khaldi [Wed, 30 Apr 2014 12:16:47 +0000 (12:16 +0000)]
[IMM32_WINETEST]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=63059

9 years ago[HNETCFG]
Amine Khaldi [Wed, 30 Apr 2014 12:13:25 +0000 (12:13 +0000)]
[HNETCFG]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=63058

9 years ago[FUSION_WINETEST]
Amine Khaldi [Wed, 30 Apr 2014 12:10:17 +0000 (12:10 +0000)]
[FUSION_WINETEST]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=63057

9 years ago[FAULTREP_WINETEST]
Amine Khaldi [Wed, 30 Apr 2014 12:08:33 +0000 (12:08 +0000)]
[FAULTREP_WINETEST]
* Remove redundant definition.

svn path=/trunk/; revision=63056

9 years ago[CRYPTUI_WINETEST]
Amine Khaldi [Wed, 30 Apr 2014 12:08:17 +0000 (12:08 +0000)]
[CRYPTUI_WINETEST]
* Remove redundant definition.

svn path=/trunk/; revision=63055

9 years ago[CREDUI_WINETEST]
Amine Khaldi [Wed, 30 Apr 2014 12:03:06 +0000 (12:03 +0000)]
[CREDUI_WINETEST]
* Remove redundant definition.

svn path=/trunk/; revision=63054

9 years ago[COMCAT_WINETEST]
Amine Khaldi [Wed, 30 Apr 2014 12:01:03 +0000 (12:01 +0000)]
[COMCAT_WINETEST]
* Sync with Wine 1.7.17.
* Remove redundant definition.
CORE-8080

svn path=/trunk/; revision=63053

9 years ago[ADVPACK_WINETEST]
Amine Khaldi [Wed, 30 Apr 2014 11:59:11 +0000 (11:59 +0000)]
[ADVPACK_WINETEST]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=63052

9 years ago[DPLAY][MSDMO][WPP]
Amine Khaldi [Wed, 30 Apr 2014 11:57:36 +0000 (11:57 +0000)]
[DPLAY][MSDMO][WPP]
* Mark as up to date.
CORE-8080

svn path=/trunk/; revision=63051

9 years ago[MSGINA]
Aleksey Bragin [Tue, 29 Apr 2014 22:19:57 +0000 (22:19 +0000)]
[MSGINA]
- Report errors in StartupWindowThread as they are critical (the caller will wait infinitely).

svn path=/trunk/; revision=63050

9 years ago[FASTFAT]
Pierre Schweitzer [Tue, 29 Apr 2014 20:50:51 +0000 (20:50 +0000)]
[FASTFAT]
Fix the most stupid bug ever in ReactOS history (at least!).

Dear Pierre, you pretend you're modifying the FileObject->FileName field, but, as you were told in the early when you learnt C, you're at that point in your code dealing with a local copy of the unicode string. So, if modifying the Buffer field is fine, because it's a pointer to memory zone, containing the wchar string, modifying the Length field is totally pointless because it won't magically modify the unicode string in the file object, and will just be forgotten as long the function will be unstacked.

So REALLY modify the file object. VfatSetRenameInformation receives less garbage information now...

svn path=/trunk/; revision=63049

9 years ago[rtl/actctx]
Christoph von Wittich [Tue, 29 Apr 2014 19:37:02 +0000 (19:37 +0000)]
[rtl/actctx]
reduce diff to wine (not a full sync)

svn path=/trunk/; revision=63048

9 years ago[KERNEL32_WINETEST]
Kamil Hornicek [Tue, 29 Apr 2014 19:15:28 +0000 (19:15 +0000)]
[KERNEL32_WINETEST]
- fix msvc build (?)

svn path=/trunk/; revision=63047

9 years ago[kernel32_winetest]
Christoph von Wittich [Tue, 29 Apr 2014 18:30:54 +0000 (18:30 +0000)]
[kernel32_winetest]
skip test_typelib_section

svn path=/trunk/; revision=63046

9 years ago[FASTFAT]
Pierre Schweitzer [Tue, 29 Apr 2014 18:25:02 +0000 (18:25 +0000)]
[FASTFAT]
Properly handle files at root.

CORE-8125 #resolve

svn path=/trunk/; revision=63045

9 years ago[FIND]
Thomas Faber [Tue, 29 Apr 2014 08:51:17 +0000 (08:51 +0000)]
[FIND]
- Fix missing explicit -A.... by using -W functions instead. Spotted by Christoph and Timo.

svn path=/trunk/; revision=63043

9 years ago[FASTFAT]
Pierre Schweitzer [Mon, 28 Apr 2014 20:33:57 +0000 (20:33 +0000)]
[FASTFAT]
Fix typo.

svn path=/trunk/; revision=63038

9 years ago[CMD]
Hermès Bélusca-Maïto [Mon, 28 Apr 2014 20:12:07 +0000 (20:12 +0000)]
[CMD]
GetConsoleAliasesLength returns a DWORD (and the len variable *is* a DWORD). Do not check for negative values.
Patch by André Guibert de Bruet.
CORE-7964 #resolve #comment Fixed in revision 63037, cheers!

svn path=/trunk/; revision=63037

9 years ago[CARDLIB]
Hermès Bélusca-Maïto [Mon, 28 Apr 2014 20:00:02 +0000 (20:00 +0000)]
[CARDLIB]
Use the proper Highlight pen to highlight the cards (for any cards game using the cardlib library).
Patch by Victor Martinez Calvo.
CORE-8118 #resolve #comment Committed in revision 63036, thanks!

svn path=/trunk/; revision=63036

9 years ago[CONSRV]
Hermès Bélusca-Maïto [Mon, 28 Apr 2014 19:50:27 +0000 (19:50 +0000)]
[CONSRV]
- Fix dereferencing potential NULL pointers in ConDrvReadConsole() and ConDrvChangeScreenBufferAttributes();
- Fix a wcsncat in ConSrvOpenUserSettings()
Patches by Victor Martinez Calvo
CORE-8122 CORE-8123 #resolve #comment Fixed in revision 63035, cheers ;)

svn path=/trunk/; revision=63035

9 years ago[FASTFAT]
Pierre Schweitzer [Mon, 28 Apr 2014 19:40:26 +0000 (19:40 +0000)]
[FASTFAT]
Implement part 2/3 (first part was in ntoskrnl, remember ;-)) of renaming support in ReactOS.

Here, we implement support for SL_OPEN_TARGET_DIRECTORY for IRP_MJ_CREATE in fastfat. The code is not the best ever, but we can't do miracles with fastfat.
This fixes a few tests in KmTests:IoCreateFile and also shows failures I still don't get and that will require deeper attention.

Last part will be to effectively bring support of FileRenameInformation in IRP_MJ_SET_INFORMATION. But this is yet another story.

svn path=/trunk/; revision=63034