reactos.git
10 years agoAdd manifest files to ROS applications.
Daniel Reimer [Mon, 16 Sep 2013 20:52:16 +0000 (20:52 +0000)]
Add manifest files to ROS applications.
Tidy up resource files from some ignored stuff.

svn path=/trunk/; revision=60176

10 years ago[KMTESTS:EX]
Thomas Faber [Mon, 16 Sep 2013 19:02:28 +0000 (19:02 +0000)]
[KMTESTS:EX]
- Test that quota allocations keep their QUOTA_POOL_MASK bit in POOL_HEADER

svn path=/trunk/; revision=60175

10 years ago[KMTESTS:EX]
Thomas Faber [Mon, 16 Sep 2013 18:15:02 +0000 (18:15 +0000)]
[KMTESTS:EX]
- Add test for ExAllocatePoolWithQuotaTag

svn path=/trunk/; revision=60174

10 years ago[NPFS]
Thomas Faber [Mon, 16 Sep 2013 17:37:47 +0000 (17:37 +0000)]
[NPFS]
- Fix usage of ExAllocatePoolWithQuotaTag

svn path=/trunk/; revision=60173

10 years ago[FIX_BUILD_DAMN_IT]
Jérôme Gardou [Mon, 16 Sep 2013 17:23:06 +0000 (17:23 +0000)]
[FIX_BUILD_DAMN_IT]
 - forgot this file

svn path=/trunk/; revision=60172

10 years ago[OPENGL32_NEW]
Jérôme Gardou [Mon, 16 Sep 2013 17:17:04 +0000 (17:17 +0000)]
[OPENGL32_NEW]
 - Call DrvSetCallbackProcs when initializing the ICD.
Prototype taken from mesa ICD, functionality documented by one of them.

svn path=/trunk/; revision=60171

10 years ago[FUSION_WINETEST]
Amine Khaldi [Mon, 16 Sep 2013 15:16:11 +0000 (15:16 +0000)]
[FUSION_WINETEST]
* Sync with Wine 1.7.1.

svn path=/trunk/; revision=60170

10 years ago[FUSION]
Amine Khaldi [Mon, 16 Sep 2013 15:15:20 +0000 (15:15 +0000)]
[FUSION]
* Sync with Wine 1.7.1.

svn path=/trunk/; revision=60169

10 years ago[FAULTREP_WINETEST]
Amine Khaldi [Mon, 16 Sep 2013 15:08:03 +0000 (15:08 +0000)]
[FAULTREP_WINETEST]
* Import from Wine 1.7.1.

svn path=/trunk/; revision=60168

10 years ago[FAULTREP]
Amine Khaldi [Mon, 16 Sep 2013 15:06:48 +0000 (15:06 +0000)]
[FAULTREP]
* Sync with Wine 1.7.1.

svn path=/trunk/; revision=60167

10 years ago[DWMAPI]
Amine Khaldi [Mon, 16 Sep 2013 14:56:39 +0000 (14:56 +0000)]
[DWMAPI]
* Sync with Wine 1.7.1.

svn path=/trunk/; revision=60166

10 years ago[DNSAPI_WINETEST]
Amine Khaldi [Mon, 16 Sep 2013 14:48:02 +0000 (14:48 +0000)]
[DNSAPI_WINETEST]
* Sync with Wine 1.7.1.

svn path=/trunk/; revision=60165

10 years ago[DCIMAN32]
Amine Khaldi [Mon, 16 Sep 2013 14:41:13 +0000 (14:41 +0000)]
[DCIMAN32]
* Sync with Wine 1.7.1.

svn path=/trunk/; revision=60164

10 years ago* Silence a debug prints.
Amine Khaldi [Mon, 16 Sep 2013 14:34:46 +0000 (14:34 +0000)]
* Silence a debug prints.

svn path=/trunk/; revision=60163

10 years ago[DBGHELP]
Amine Khaldi [Mon, 16 Sep 2013 14:31:09 +0000 (14:31 +0000)]
[DBGHELP]
* Sync with Wine 1.7.1.

svn path=/trunk/; revision=60162

10 years ago[CRYPTUI]
Amine Khaldi [Mon, 16 Sep 2013 14:05:55 +0000 (14:05 +0000)]
[CRYPTUI]
* Sync with Wine 1.7.1.

svn path=/trunk/; revision=60161

10 years ago[CRYPTUI_WINETEST]
Amine Khaldi [Mon, 16 Sep 2013 13:48:54 +0000 (13:48 +0000)]
[CRYPTUI_WINETEST]
* Speedup linking.

svn path=/trunk/; revision=60160

10 years ago[CRYPTUI]
Amine Khaldi [Mon, 16 Sep 2013 13:45:33 +0000 (13:45 +0000)]
[CRYPTUI]
* Move resource files to the appropriate folders.

svn path=/trunk/; revision=60159

10 years ago[CRT]
Kamil Hornicek [Mon, 16 Sep 2013 11:55:50 +0000 (11:55 +0000)]
[CRT]
Check global_locale directly in setmbcp_l to prevent an endless recursion (__get_MSVCRT_locale -> __init_global_locale -> MSVCRT__create_locale -> _setmbcp_l -> __get_MSVCRT_locale...) when global_locale is NULL.
[NLS]
Add c_20127.nls generated using Wine's CP tables.

svn path=/trunk/; revision=60158

10 years ago[NTOS]
Hermès Bélusca-Maïto [Sun, 15 Sep 2013 23:17:24 +0000 (23:17 +0000)]
[NTOS]
- Enable a call to ExAllocatePoolWithQuotaTag now that the function is implemented.
- Fix a typo.

svn path=/trunk/; revision=60157

10 years ago[NTOS:MM]
Thomas Faber [Sun, 15 Sep 2013 23:05:59 +0000 (23:05 +0000)]
[NTOS:MM]
- Correctly use POOL_BLOCK_SIZE in ExAllocatePoolWithQuotaTag

svn path=/trunk/; revision=60156

10 years ago[OSMESA]
Jérôme Gardou [Sun, 15 Sep 2013 22:25:43 +0000 (22:25 +0000)]
[OSMESA]
 - enable x86 optimisations for GCC builds

svn path=/trunk/; revision=60155

10 years ago[OPENGL32_NEW]
Jérôme Gardou [Sun, 15 Sep 2013 22:12:09 +0000 (22:12 +0000)]
[OPENGL32_NEW]
 - try to fix jim's build

svn path=/trunk/; revision=60154

10 years ago[OPENGL32_NEW]
Jérôme Gardou [Sun, 15 Sep 2013 21:34:42 +0000 (21:34 +0000)]
[OPENGL32_NEW]
 - Actually enable the build

svn path=/trunk/; revision=60153

10 years ago[PSDK/WINGDI.H]
Jérôme Gardou [Sun, 15 Sep 2013 21:33:37 +0000 (21:33 +0000)]
[PSDK/WINGDI.H]
 - add wglSwapMultipleBuffers prototype

svn path=/trunk/; revision=60152

10 years ago[OSMESA]
Jérôme Gardou [Sun, 15 Sep 2013 20:57:30 +0000 (20:57 +0000)]
[OSMESA]
 - In a galaxy far, far away, I don't break the builds.

svn path=/trunk/; revision=60151

10 years ago[OPENGL32_NEW]
Jérôme Gardou [Sun, 15 Sep 2013 20:54:01 +0000 (20:54 +0000)]
[OPENGL32_NEW]
Introduce a new opengl32 implementation, the 3D library with better perspectives (tm), featuring:
 - A new software rendering implementation on top of osmesa.
 - Rendering to bitmaps
 - Thread safety.
 - A try to be really compatible with ICD DLLs (WIP)
 - Other cool stuff, check log for details.
WIP, the SW implementation already works.

svn path=/trunk/; revision=60150

10 years ago[OSMESA]
Jérôme Gardou [Sun, 15 Sep 2013 20:44:50 +0000 (20:44 +0000)]
[OSMESA]
 - Add to build

svn path=/trunk/; revision=60149

10 years ago[EXPLORER]
Timo Kreuzer [Sun, 15 Sep 2013 18:39:50 +0000 (18:39 +0000)]
[EXPLORER]
Fix x64 build

svn path=/trunk/; revision=60148

10 years ago[ROSAPPS]
Hermès Bélusca-Maïto [Sun, 15 Sep 2013 18:17:25 +0000 (18:17 +0000)]
[ROSAPPS]
Missing _SEH2_YIELD.

svn path=/trunk/; revision=60145

10 years ago[FRAMEDYN] Compile only for x86
Timo Kreuzer [Sun, 15 Sep 2013 17:50:38 +0000 (17:50 +0000)]
[FRAMEDYN] Compile only for x86
[KERNEL32] Fix InterlockedExchangePointer usage
[MSVCRT] Add some x64 c++ stubs

svn path=/trunk/; revision=60143

10 years ago[DSOUND]
Timo Kreuzer [Sun, 15 Sep 2013 17:31:25 +0000 (17:31 +0000)]
[DSOUND]
Extend the lrint MSVC hack to support x64 as well
See http://sourceforge.net/p/freeimage/discussion/36111/thread/b43c17c5

svn path=/trunk/; revision=60142

10 years ago[CRYPTNET]
Amine Khaldi [Sun, 15 Sep 2013 17:20:13 +0000 (17:20 +0000)]
[CRYPTNET]
* Sync with Wine 1.7.1.

svn path=/trunk/; revision=60141

10 years ago[CPPRT]
Timo Kreuzer [Sun, 15 Sep 2013 17:09:21 +0000 (17:09 +0000)]
[CPPRT]
Add support for x64

svn path=/trunk/; revision=60140

10 years ago[CRYPTDLL]
Amine Khaldi [Sun, 15 Sep 2013 16:52:35 +0000 (16:52 +0000)]
[CRYPTDLL]
* Sync with Wine 1.7.1.

svn path=/trunk/; revision=60139

10 years ago[CRYPTNET_WINETEST]
Amine Khaldi [Sun, 15 Sep 2013 16:50:24 +0000 (16:50 +0000)]
[CRYPTNET_WINETEST]
* Speedup linking.

svn path=/trunk/; revision=60138

10 years ago[CRYPTDLG]
Amine Khaldi [Sun, 15 Sep 2013 16:35:08 +0000 (16:35 +0000)]
[CRYPTDLG]
* Sync with Wine 1.7.1.

svn path=/trunk/; revision=60137

10 years ago[SPEC2DEF]
Thomas Faber [Sun, 15 Sep 2013 14:33:33 +0000 (14:33 +0000)]
[SPEC2DEF]
- Ignore C++ redirects again because they breaks msvcrt
CORE-7465 #resolve
[FRAMEDYN]
- Work around the lack of C++ redirects

svn path=/trunk/; revision=60135

10 years ago[USRMGR]
Eric Kohl [Sun, 15 Sep 2013 14:20:58 +0000 (14:20 +0000)]
[USRMGR]
Use NetLocalGroupGetMembers level 2 instead of level 1 in order to display the domain names of well-known groups in the group membership list. Skip the domain name for other account types.

svn path=/trunk/; revision=60134

10 years ago[CRYPTDLG]
Amine Khaldi [Sun, 15 Sep 2013 14:05:37 +0000 (14:05 +0000)]
[CRYPTDLG]
* Move resource files to the lang folder.

svn path=/trunk/; revision=60133

10 years ago[CRYPT32_WINETEST]
Amine Khaldi [Sun, 15 Sep 2013 13:59:34 +0000 (13:59 +0000)]
[CRYPT32_WINETEST]
* Sync with Wine 1.7.1.

svn path=/trunk/; revision=60132

10 years ago[CRYPT32]
Amine Khaldi [Sun, 15 Sep 2013 13:58:50 +0000 (13:58 +0000)]
[CRYPT32]
* Sync with Wine 1.7.1.

svn path=/trunk/; revision=60131

10 years ago[REACTOS]
Johannes Anderwald [Sun, 15 Sep 2013 13:23:22 +0000 (13:23 +0000)]
[REACTOS]
- Time to honor Mr. Amine Khaldi
Welcome to the Hall of Fame

svn path=/trunk/; revision=60130

10 years ago* Update Johannes's email address.
Amine Khaldi [Sun, 15 Sep 2013 13:06:05 +0000 (13:06 +0000)]
* Update Johannes's email address.

svn path=/trunk/; revision=60129

10 years ago[SAMSRV]
Eric Kohl [Sun, 15 Sep 2013 12:41:48 +0000 (12:41 +0000)]
[SAMSRV]
Add the INTERACTIVE and Authenticated Users SIDs to the Users alias.

svn path=/trunk/; revision=60128

10 years ago[IPHLPAPI]
Amine Khaldi [Sun, 15 Sep 2013 12:22:28 +0000 (12:22 +0000)]
[IPHLPAPI]
* Sync NotifyAddrChange() with Wine 1.7.1.

svn path=/trunk/; revision=60127

10 years ago[AUDIO]
Johannes Anderwald [Sun, 15 Sep 2013 10:30:14 +0000 (10:30 +0000)]
[AUDIO]
- Unmap audio buffers after completion

svn path=/trunk/; revision=60126

10 years ago[NETAPI32]
Eric Kohl [Sun, 15 Sep 2013 09:11:32 +0000 (09:11 +0000)]
[NETAPI32]
NetLocalGroupGetMembers:
- Do not try to add the size of a domain name to the return buffer if the domain index is negative.
- Do not try to copy a domain name to the return buffer if the domain index is negative.
- Move the write pointer after writing the domain name.

svn path=/trunk/; revision=60125

10 years ago[NETAPI32]
Eric Kohl [Sun, 15 Sep 2013 07:51:27 +0000 (07:51 +0000)]
[NETAPI32]
NetLocalGroupGetMembers: Do not overwrite the MembersInfo struct.

svn path=/trunk/; revision=60124

10 years ago[QMGRPRXY]
Thomas Faber [Sat, 14 Sep 2013 23:10:27 +0000 (23:10 +0000)]
[QMGRPRXY]
- Add missing rgs file

svn path=/trunk/; revision=60123

10 years ago[CRYPT32]
Amine Khaldi [Sat, 14 Sep 2013 22:00:41 +0000 (22:00 +0000)]
[CRYPT32]
* Move resource files to the lang folder.

svn path=/trunk/; revision=60122

10 years ago[CREDUI_WINETEST]
Amine Khaldi [Sat, 14 Sep 2013 21:49:34 +0000 (21:49 +0000)]
[CREDUI_WINETEST]
* Sync with Wine 1.7.1.

svn path=/trunk/; revision=60121

10 years ago[CREDUI]
Amine Khaldi [Sat, 14 Sep 2013 21:48:59 +0000 (21:48 +0000)]
[CREDUI]
* Sync with Wine 1.7.1.

svn path=/trunk/; revision=60120

10 years ago[NETAPI32]
Eric Kohl [Sat, 14 Sep 2013 21:35:01 +0000 (21:35 +0000)]
[NETAPI32]
NetLocalGroupGetMembers: Fix heap corruption by calculationg the proper buffer size.

svn path=/trunk/; revision=60119

10 years ago[COMCTL32_WINETEST]
Amine Khaldi [Sat, 14 Sep 2013 20:07:14 +0000 (20:07 +0000)]
[COMCTL32_WINETEST]
* Sync with Wine 1.7.1.

svn path=/trunk/; revision=60118

10 years ago[COMCTL32]
Amine Khaldi [Sat, 14 Sep 2013 20:06:00 +0000 (20:06 +0000)]
[COMCTL32]
* Sync with Wine 1.7.1.

svn path=/trunk/; revision=60117

10 years ago[COMCAT_WINETEST]
Amine Khaldi [Sat, 14 Sep 2013 19:00:31 +0000 (19:00 +0000)]
[COMCAT_WINETEST]
* Sync with Wine 1.7.1.

svn path=/trunk/; revision=60116

10 years ago[COMCAT]
Amine Khaldi [Sat, 14 Sep 2013 18:59:47 +0000 (18:59 +0000)]
[COMCAT]
* Sync with Wine 1.7.1.

svn path=/trunk/; revision=60115

10 years ago[CLUSAPI]
Amine Khaldi [Sat, 14 Sep 2013 18:39:19 +0000 (18:39 +0000)]
[CLUSAPI]
* Sync with Wine 1.7.1.

svn path=/trunk/; revision=60114

10 years ago[AVIFIL32]
Amine Khaldi [Sat, 14 Sep 2013 18:34:12 +0000 (18:34 +0000)]
[AVIFIL32]
* Sync with Wine 1.7.1.

svn path=/trunk/; revision=60113

10 years ago* Silence some debug prints.
Amine Khaldi [Sat, 14 Sep 2013 18:27:10 +0000 (18:27 +0000)]
* Silence some debug prints.

svn path=/trunk/; revision=60112

10 years ago[ATL_WINETEST]
Amine Khaldi [Sat, 14 Sep 2013 18:23:41 +0000 (18:23 +0000)]
[ATL_WINETEST]
* Sync with Wine 1.7.1.

svn path=/trunk/; revision=60111

10 years ago[ATL]
Amine Khaldi [Sat, 14 Sep 2013 18:22:37 +0000 (18:22 +0000)]
[ATL]
* Sync with Wine 1.7.1.

svn path=/trunk/; revision=60110

10 years ago[ATL80]
Amine Khaldi [Sat, 14 Sep 2013 17:49:35 +0000 (17:49 +0000)]
[ATL80]
* Add an importlib.

svn path=/trunk/; revision=60109

10 years ago[ATL80_WINETEST]
Amine Khaldi [Sat, 14 Sep 2013 17:43:11 +0000 (17:43 +0000)]
[ATL80_WINETEST]
* Import from Wine 1.7.1.

svn path=/trunk/; revision=60108

10 years ago[ATL80]
Amine Khaldi [Sat, 14 Sep 2013 17:42:03 +0000 (17:42 +0000)]
[ATL80]
* Import from Wine 1.7.1.

svn path=/trunk/; revision=60107

10 years ago* Silence some more debug prints.
Amine Khaldi [Sat, 14 Sep 2013 17:25:04 +0000 (17:25 +0000)]
* Silence some more debug prints.

svn path=/trunk/; revision=60106

10 years ago[D3DX9_43]
Amine Khaldi [Sat, 14 Sep 2013 17:22:39 +0000 (17:22 +0000)]
[D3DX9_43]
* Import from Wine 1.7.1.

svn path=/trunk/; revision=60105

10 years ago[WIN32K]
Timo Kreuzer [Sat, 14 Sep 2013 15:43:49 +0000 (15:43 +0000)]
[WIN32K]
Improve prototype of NtUserNotifyProcessCreate

svn path=/trunk/; revision=60104

10 years agoCORE-7456 #resolve #comment Committed in r60103. Thank you.
Daniel Reimer [Sat, 14 Sep 2013 15:00:02 +0000 (15:00 +0000)]
CORE-7456 #resolve #comment Committed in r60103. Thank you.

svn path=/trunk/; revision=60103

10 years ago[NET][SERVMAN]: Fix warning C4090.
Hermès Bélusca-Maïto [Sat, 14 Sep 2013 14:51:56 +0000 (14:51 +0000)]
[NET][SERVMAN]: Fix warning C4090.
[CMAKE]: Temporarily reconsider C4090 as a warning, otherwise we would have to fix ~= 33 problems in Wine dlls.

svn path=/trunk/; revision=60102

10 years ago[DXSDK]
Amine Khaldi [Sat, 14 Sep 2013 13:44:28 +0000 (13:44 +0000)]
[DXSDK]
* Update some DirectX headers and import others from Wine.
[D3DX9_*]
* Sync with Wine 1.7.1.

svn path=/trunk/; revision=60101

10 years ago[CMAKE:MSVC]
Hermès Bélusca-Maïto [Sat, 14 Sep 2013 13:18:51 +0000 (13:18 +0000)]
[CMAKE:MSVC]
Add warning C4090 (different 'modifier' qualifiers -- for C programs only; for C++ programs, the compiler error C2440 is issued --) as an error (usually, when I hit this warning, it means that I'm doing an error in my code...). This warning can be caused when a pointer to a const or volatile item is assigned to a pointer not declared as pointing to const or volatile.
This warning is already treated as an error by GCC...

svn path=/trunk/; revision=60100

10 years ago[NETAPI32]
Eric Kohl [Sat, 14 Sep 2013 12:22:36 +0000 (12:22 +0000)]
[NETAPI32]
NetUserGetLocalGroups: Fix a typo that broke the enumeration of account aliases.

svn path=/trunk/; revision=60099

10 years ago[WPP]
Amine Khaldi [Sat, 14 Sep 2013 10:30:44 +0000 (10:30 +0000)]
[WPP]
* Introduce wpp as a cross compiling lib, and rename out host one as wpphost.
[WIDL]
* Update the link reference to the host wpp.
[PSDK]
* Update d3d9types.h and import d3d11shader.h and d3dcompiler.h from Wine.
[DXGUID]
* Introduce dx10guid to contain some GUIDs needed only by Wine DirectX modules.
[D3DCOMPILER_43]
* Import from Wine 1.7.1.

svn path=/trunk/; revision=60098

10 years ago[CRT]
Timo Kreuzer [Sat, 14 Sep 2013 10:28:30 +0000 (10:28 +0000)]
[CRT]
_cdecl -> __cdecl

svn path=/trunk/; revision=60097

10 years ago[SMSS]
Timo Kreuzer [Sat, 14 Sep 2013 10:25:59 +0000 (10:25 +0000)]
[SMSS]
Fix some MSVC warnings.

svn path=/trunk/; revision=60096

10 years ago[KERNEL32]
Timo Kreuzer [Sat, 14 Sep 2013 10:20:11 +0000 (10:20 +0000)]
[KERNEL32]
Fix MSVC warnings.

svn path=/trunk/; revision=60095

10 years ago[D3DXOF]
Amine Khaldi [Sat, 14 Sep 2013 10:13:29 +0000 (10:13 +0000)]
[D3DXOF]
* Import from Wine 1.7.1.

svn path=/trunk/; revision=60094

10 years ago[KERNEL32]
Thomas Faber [Sat, 14 Sep 2013 09:12:12 +0000 (09:12 +0000)]
[KERNEL32]
- Fix an off-by-one in the UNC case in WaitNamedPipeW
- Some readability

svn path=/trunk/; revision=60093

10 years ago[WPP]
Amine Khaldi [Sat, 14 Sep 2013 09:02:13 +0000 (09:02 +0000)]
[WPP]
* Sync with Wine 1.7.1.

svn path=/trunk/; revision=60092

10 years ago[DDRAW]
Amine Khaldi [Fri, 13 Sep 2013 23:56:46 +0000 (23:56 +0000)]
[DDRAW]
* Remove some now unneeded source files.

svn path=/trunk/; revision=60091

10 years ago[DXGI][D3D8][D3D9][DDRAW][WINED3D]
Amine Khaldi [Fri, 13 Sep 2013 23:50:10 +0000 (23:50 +0000)]
[DXGI][D3D8][D3D9][DDRAW][WINED3D]
* Sync with Wine 1.7.1.

svn path=/trunk/; revision=60090

10 years ago[ATL100_WINETEST]
Amine Khaldi [Fri, 13 Sep 2013 22:51:58 +0000 (22:51 +0000)]
[ATL100_WINETEST]
* Import from Wine 1.7.1.

svn path=/trunk/; revision=60088

10 years ago[ATL100]
Amine Khaldi [Fri, 13 Sep 2013 22:50:10 +0000 (22:50 +0000)]
[ATL100]
* Sync with Wine 1.7.1.

svn path=/trunk/; revision=60087

10 years ago[KERNEL32/NTDLL]: Fix definition of RtlCreateActivationContext (although the code...
Alex Ionescu [Fri, 13 Sep 2013 22:44:57 +0000 (22:44 +0000)]
[KERNEL32/NTDLL]: Fix definition of RtlCreateActivationContext (although the code is still 100% incompatible with Windows, at least it won't destroy the stack anymore when Windows' kernel32.dll tries to call it). Take the Windows definition of ACTIVATION_CONTEXT and use it instead. Also do the Windows behavior of allocating an ACTIVATION_CONTEXT_WRAPPED structure (which has a magic header), and returning the internal ACTIVATION_CONTEXT (and then looking up the "WRAPPED" whenever we need to check the magic). Ran kernel32:actctx and no regressions seen. My hope is to get the Rtl* interfaces at least compatible enough to Kernel32 from Windows so that when using it in ROS, it doesn't immediately crash and burn, we'll see how far that goes. I don't want to rewrite 2500 lines of XML parsing.

svn path=/trunk/; revision=60086

10 years ago[KERNEL32]
Hermès Bélusca-Maïto [Fri, 13 Sep 2013 22:27:41 +0000 (22:27 +0000)]
[KERNEL32]
- npipe.c:
  * Use RtlPrefixUnicodeString instead of RtlPrefixString with casts.
  * Check results of RtlCreateUnicodeString and RtlPrefixUnicodeString, return FALSE if they fail and set an appropriate last error.
  * Free the string created with RtlCreateUnicodeString instead of leaking memory.
  * Fix a path type check (RtlPathTypeUncAbsolute instead of RtlPathTypeRootLocalDevice).
- path.c: I prefer seeing the default case at the end of the switch (no functional changes).

[NTOS:MM]
- Use RtlPrefixUnicodeString instead of RtlPrefixString with casts.

[RTL]
- RtlPrefixString acts on general PSTRINGs (which are not UNICODE).
- Remove extra spaces between names of functions and parentheses.
- Clarify the fact that we run over characters.

svn path=/trunk/; revision=60085

10 years ago[HIDUSB][USBHUB]
Amine Khaldi [Fri, 13 Sep 2013 22:03:47 +0000 (22:03 +0000)]
[HIDUSB][USBHUB]
* Silence some debug prints.

svn path=/trunk/; revision=60084

10 years ago[MOUNTMGR]
Hermès Bélusca-Maïto [Fri, 13 Sep 2013 22:02:07 +0000 (22:02 +0000)]
[MOUNTMGR]
- Clarify the code (use properly RtlPrefixUnicodeString)
- 'if' level--;

svn path=/trunk/; revision=60083

10 years ago[XCOPY]
Amine Khaldi [Fri, 13 Sep 2013 20:36:02 +0000 (20:36 +0000)]
[XCOPY]
* Move the resource files to the lang folder.
CORE-7455 #resolve

svn path=/trunk/; revision=60082

10 years ago[INCLUDES]
Amine Khaldi [Fri, 13 Sep 2013 20:32:30 +0000 (20:32 +0000)]
[INCLUDES]
* Deduplicate wpp.h and make the host one redirect to it.

svn path=/trunk/; revision=60081

10 years ago[PSDK]
Amine Khaldi [Fri, 13 Sep 2013 20:10:57 +0000 (20:10 +0000)]
[PSDK]
* Add missing EDS_ROTATEDMODE definition.

svn path=/trunk/; revision=60080

10 years ago[QMGR_WINETEST]
Thomas Faber [Fri, 13 Sep 2013 12:54:33 +0000 (12:54 +0000)]
[QMGR_WINETEST]
- Enable qmgr tests again. They all get skipped now instead of crashing. When npfs_new manages to run these, we know it's really working well ;)
CORE-6536

svn path=/trunk/; revision=60079

10 years ago[NPFS_NEW]
Thomas Faber [Fri, 13 Sep 2013 12:46:32 +0000 (12:46 +0000)]
[NPFS_NEW]
- Use documented functions

svn path=/trunk/; revision=60078

10 years ago[NPFS_NEW]
Thomas Faber [Fri, 13 Sep 2013 12:41:44 +0000 (12:41 +0000)]
[NPFS_NEW]
- Fix another DataQueue->QueueState condition
- Use IsListEmpty for readability

svn path=/trunk/; revision=60077

10 years ago[WINE/TEST]
Amine Khaldi [Fri, 13 Sep 2013 10:54:12 +0000 (10:54 +0000)]
[WINE/TEST]
* Make win_skip work for ReactOS test platform too.

svn path=/trunk/; revision=60076

10 years ago[SCRRUN_WINETEST]
Amine Khaldi [Fri, 13 Sep 2013 10:19:51 +0000 (10:19 +0000)]
[SCRRUN_WINETEST]
* Import from Wine 1.7.1.

svn path=/trunk/; revision=60075

10 years ago[WINE/TEST]
Amine Khaldi [Fri, 13 Sep 2013 09:20:52 +0000 (09:20 +0000)]
[WINE/TEST]
* Introduce a way to properly mark the todos instead of counting them as failures. Brought to you by Thomas Faber.

svn path=/trunk/; revision=60074

10 years ago[KERNEL32]
Amine Khaldi [Fri, 13 Sep 2013 09:02:56 +0000 (09:02 +0000)]
[KERNEL32]
* Silence some debug prints.

svn path=/trunk/; revision=60073

10 years ago[NPFS-NEW]: Activate NPFS-NEW. Let's see what happens.
Alex Ionescu [Fri, 13 Sep 2013 08:01:10 +0000 (08:01 +0000)]
[NPFS-NEW]: Activate NPFS-NEW. Let's see what happens.

svn path=/trunk/; revision=60072