reactos.git
10 years ago[MSRLE32]
Amine Khaldi [Sun, 22 Sep 2013 16:57:15 +0000 (16:57 +0000)]
[MSRLE32]
* Move resource files to the lang folder.
CORE-7470

svn path=/trunk/; revision=60312

10 years ago[MSISYS.OCX]
Amine Khaldi [Sun, 22 Sep 2013 16:53:31 +0000 (16:53 +0000)]
[MSISYS.OCX]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60311

10 years ago[MSISIP]
Amine Khaldi [Sun, 22 Sep 2013 16:47:51 +0000 (16:47 +0000)]
[MSISIP]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60310

10 years ago[MSIMTF]
Amine Khaldi [Sun, 22 Sep 2013 16:32:59 +0000 (16:32 +0000)]
[MSIMTF]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60309

10 years ago[MSI_WINETEST]
Amine Khaldi [Sun, 22 Sep 2013 16:30:59 +0000 (16:30 +0000)]
[MSI_WINETEST]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60308

10 years ago[MSI]
Amine Khaldi [Sun, 22 Sep 2013 16:30:18 +0000 (16:30 +0000)]
[MSI]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60307

10 years ago[MSGSM32.ACM]
Amine Khaldi [Sun, 22 Sep 2013 16:28:18 +0000 (16:28 +0000)]
[MSGSM32.ACM]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60306

10 years ago[MSG711.ACM]
Amine Khaldi [Sun, 22 Sep 2013 16:25:27 +0000 (16:25 +0000)]
[MSG711.ACM]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60305

10 years ago[MSCTF_WINETEST]
Amine Khaldi [Sun, 22 Sep 2013 16:16:55 +0000 (16:16 +0000)]
[MSCTF_WINETEST]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60304

10 years ago[MSCTF]
Amine Khaldi [Sun, 22 Sep 2013 16:16:21 +0000 (16:16 +0000)]
[MSCTF]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60303

10 years ago[RTL]
Hermès Bélusca-Maïto [Sun, 22 Sep 2013 15:14:24 +0000 (15:14 +0000)]
[RTL]
- Implement and export RtlGetCriticalSectionRecursionCount (introduced in NT 5.2 SP1, see http://www.geoffchappell.com/studies/windows/win32/ntdll/history/names52.htm) which definition comes from http://processhacker.sourceforge.net/doc/ntrtl_8h.html#a26bd65dfad63985a247700c2c2ab9e86.
- Fix the return type of RtlSetCriticalSectionSpinCount.
- Export the already-existing RtlQueryInformationActiveActivationContext API.

RtlQueryInformationActiveActivationContext and RtlGetCriticalSectionRecursionCount are needed by Win2k3 user32.dll and winsrv.dll .

svn path=/trunk/; revision=60302

10 years ago[NTOS]
Hermès Bélusca-Maïto [Sun, 22 Sep 2013 00:26:31 +0000 (00:26 +0000)]
[NTOS]
- Fix disabling impersonation in PsDisableImpersonation, and
- Fix how we do restore impersonation in NtOpenThreadTokenEx.
Patch by Thomas Faber,
CORE-7476 #comment Patch committed in revision 60301, thanks :). Please retest the bug.

svn path=/trunk/; revision=60301

10 years ago[MESA/OPENGL32]
Jérôme Gardou [Sun, 22 Sep 2013 00:25:59 +0000 (00:25 +0000)]
[MESA/OPENGL32]
 - Disable un-used mesa features (ATI/NV programs) for a leaner build
 - Print a fixme instead of asserting in software version of wglGetProcAddress

svn path=/trunk/; revision=60300

10 years ago[NTOS]
Hermès Bélusca-Maïto [Sat, 21 Sep 2013 23:21:24 +0000 (23:21 +0000)]
[NTOS]
Set the session ID to the process' associated PEB (introduced in revision 43476, the code erratically disappeared in revision 57011 when Alex fixed sessions).

svn path=/trunk/; revision=60299

10 years ago[NTOS]
Hermès Bélusca-Maïto [Sat, 21 Sep 2013 22:59:24 +0000 (22:59 +0000)]
[NTOS]
- Fix Job object session ID setting and comparison; fix a list initialization.
- Correct some comments.
- As Alex noticed it 7 years and 2 months ago, in revision 23197, the ProcessSessionInformation case in the NtSetInformationProcess API doesn't set a new session ID for the given process anymore (checked by myself too), because it is set once and for all at process creation time and is stored inside the Process->Session structure managed by MM. Therefore fake changing it: we just return success if the user-defined value is the same as the session ID of the process, and otherwise we fail.

svn path=/trunk/; revision=60298

10 years ago[PSDK]
Amine Khaldi [Sat, 21 Sep 2013 21:04:03 +0000 (21:04 +0000)]
[PSDK]
* Import inputscope.idl from Wine.

svn path=/trunk/; revision=60297

10 years ago[NTOS]
Hermès Bélusca-Maïto [Sat, 21 Sep 2013 20:46:42 +0000 (20:46 +0000)]
[NTOS]
- Implement PsGetCurrentThreadProcess, PsGetCurrentThreadProcessId and PsGetCurrentThreadTeb based on their non-current versions.
- Fix PsGetThreadSessionId to call MmGetSessionId.
- Fix the return value type of PsGetJobSessionId.
- Remove an unneeded cast.

svn path=/trunk/; revision=60296

10 years ago[MSCMS_WINETEST]
Amine Khaldi [Sat, 21 Sep 2013 20:44:00 +0000 (20:44 +0000)]
[MSCMS_WINETEST]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60295

10 years ago[MSCMS]
Amine Khaldi [Sat, 21 Sep 2013 20:43:42 +0000 (20:43 +0000)]
[MSCMS]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60294

10 years ago[NTOS]: Fix declaration and definition of PsGetProcessSessionId: indeed, as PsGetCurr...
Hermès Bélusca-Maïto [Sat, 21 Sep 2013 20:14:22 +0000 (20:14 +0000)]
[NTOS]: Fix declaration and definition of PsGetProcessSessionId: indeed, as PsGetCurrentProcessSessionId, we should call MmGetSessionId to retrieve the real process session id.

svn path=/trunk/; revision=60293

10 years ago[NTOS]
Hermès Bélusca-Maïto [Sat, 21 Sep 2013 19:52:44 +0000 (19:52 +0000)]
[NTOS]
- Stubplement ObDeleteCapturedInsertInfo, which was added in Win2k3 (and is present in Vista+) and in Win2k SP4, according to http://www.geoffchappell.com/studies/windows/km/ntoskrnl/history/names50sp4.htm .
  Its prototype come from http://hi.baidu.com/_achillis/item/422140888137cb834514cf08 (this is a chinese article explaining some of the changes in the Object Manager from Windows XP to 7).
- Stubplement ObSetHandleAttributes, which was added in NT 5.1 (XP) (see http://www.geoffchappell.com/studies/windows/km/ntoskrnl/history/names51.htm); its prototype is given in http://processhacker.sourceforge.net/doc/ntfill_8h.html#a7f6e063aedf2354a7396b096830647d5 .
  Its second parameter, a pointer to a OBJECT_HANDLE_FLAG_INFORMATION structure, according to its definition in http://processhacker.sourceforge.net/doc/struct___o_b_j_e_c_t___h_a_n_d_l_e___f_l_a_g___i_n_f_o_r_m_a_t_i_o_n.html,
  appears to correspond to our OBJECT_HANDLE_ATTRIBUTE_INFORMATION structure defined in http://git.reactos.org/?p=reactos.git;a=blob;f=reactos/include/ndk/obtypes.h;hb=HEAD#l259 .

Those functions are needed by Win2k3's win32k.sys .

svn path=/trunk/; revision=60292

10 years ago[MSCAT32]
Amine Khaldi [Sat, 21 Sep 2013 19:51:32 +0000 (19:51 +0000)]
[MSCAT32]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60291

10 years ago[MSADP32.ACM]
Amine Khaldi [Sat, 21 Sep 2013 19:48:33 +0000 (19:48 +0000)]
[MSADP32.ACM]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60290

10 years ago[CSRSS]: Improve two dprints.
Hermès Bélusca-Maïto [Sat, 21 Sep 2013 18:38:30 +0000 (18:38 +0000)]
[CSRSS]: Improve two dprints.

svn path=/trunk/; revision=60288

10 years ago[BASESRV]
Hermès Bélusca-Maïto [Sat, 21 Sep 2013 18:25:02 +0000 (18:25 +0000)]
[BASESRV]
Stubplement BaseSrvNlsLogon and BaseSrvNlsUpdateRegistryCache needed by Windows-2k3's WINSRV.DLL . Their return value types are unknown, but the number of parameters was obtained by reading http://wcwp.googlecode.com/svn/trunk/wcwp/bin/masm32/include/basesrv.inc .

svn path=/trunk/; revision=60287

10 years ago[USER32]
Hermès Bélusca-Maïto [Sat, 21 Sep 2013 17:52:06 +0000 (17:52 +0000)]
[USER32]
Stubplement IsSETEnabled, needed when testing WINSRV.DLL from Windows 2k3 SP1/2.
(this function determines whether the Shutdown Event Tracker is enabled, see http://undoc.airesoft.co.uk/user32.dll/IsSETEnabled.php for more information).

svn path=/trunk/; revision=60286

10 years ago[CMAKE]
Jérôme Gardou [Sat, 21 Sep 2013 15:42:48 +0000 (15:42 +0000)]
[CMAKE]
 - Update base addresses accordingly to latest opengl32/mesa updates

svn path=/trunk/; revision=60285

10 years ago[HIVESFT]
Jérôme Gardou [Sat, 21 Sep 2013 15:30:42 +0000 (15:30 +0000)]
[HIVESFT]
 - remove reference to the not-used not-built-anymore mesa32 opengl ICD
Thank you, our relationship was great, but somehow ReactOS matured and you are not in the plan anymore. Fare thee well.

svn path=/trunk/; revision=60284

10 years ago[MESA]
Jérôme Gardou [Sat, 21 Sep 2013 15:25:09 +0000 (15:25 +0000)]
[MESA]
 - Remove many things.
Look at the log if you really care

svn path=/trunk/; revision=60283

10 years ago[MSACM32]
Amine Khaldi [Sat, 21 Sep 2013 15:12:18 +0000 (15:12 +0000)]
[MSACM32]
* Remove this unused empty file.

svn path=/trunk/; revision=60282

10 years ago[OPENGL32]
Jérôme Gardou [Sat, 21 Sep 2013 14:17:59 +0000 (14:17 +0000)]
[OPENGL32]
 - Blow up the old implementation and enable the new one
 - Software implementation now relies on mesa in the form of a mesa "driver", no longer on osmesa (which inspired the current implementation)
 - Add nice and fast x86 trampolines to forward opengl API calls to the current thread's dispatch table
Some tiny bits are missing, but the DLL is fully functional, so let's use it.

svn path=/trunk/; revision=60281

10 years ago[MSACM32]
Amine Khaldi [Sat, 21 Sep 2013 14:16:27 +0000 (14:16 +0000)]
[MSACM32]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60280

10 years ago[MSACM32_WINETEST]
Amine Khaldi [Sat, 21 Sep 2013 14:14:26 +0000 (14:14 +0000)]
[MSACM32_WINETEST]
* Build speedup.

svn path=/trunk/; revision=60279

10 years ago[MSACM32]
Amine Khaldi [Sat, 21 Sep 2013 13:52:12 +0000 (13:52 +0000)]
[MSACM32]
* Move resource files to the lang folder.
CORE-7470

svn path=/trunk/; revision=60278

10 years ago[MPR_WINETEST]
Amine Khaldi [Sat, 21 Sep 2013 13:13:56 +0000 (13:13 +0000)]
[MPR_WINETEST]
* Import from Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60277

10 years ago[MPR]
Amine Khaldi [Sat, 21 Sep 2013 13:12:58 +0000 (13:12 +0000)]
[MPR]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60276

10 years ago[MLANG_WINETEST]
Amine Khaldi [Sat, 21 Sep 2013 13:09:05 +0000 (13:09 +0000)]
[MLANG_WINETEST]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60275

10 years ago[MLANG]
Amine Khaldi [Sat, 21 Sep 2013 13:08:12 +0000 (13:08 +0000)]
[MLANG]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60274

10 years ago[MCISEQ]
Amine Khaldi [Sat, 21 Sep 2013 13:01:56 +0000 (13:01 +0000)]
[MCISEQ]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60273

10 years ago[KERNEL32]:
Hermès Bélusca-Maïto [Sat, 21 Sep 2013 13:00:48 +0000 (13:00 +0000)]
[KERNEL32]:
- Revert r60250 (which was here just to test something in all of the test bots).
- Display which file we wanted to execute, when seeing that it wasn't an executable file nor a .bat or .cmd file.

svn path=/trunk/; revision=60272

10 years ago[PSDK]
Amine Khaldi [Sat, 21 Sep 2013 13:00:03 +0000 (13:00 +0000)]
[PSDK]
* Annotate winhttp.h.
CORE-7474

svn path=/trunk/; revision=60271

10 years ago[MCIQTZ32]
Amine Khaldi [Sat, 21 Sep 2013 12:59:22 +0000 (12:59 +0000)]
[MCIQTZ32]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60270

10 years ago[MCIAVI32]
Amine Khaldi [Sat, 21 Sep 2013 12:57:03 +0000 (12:57 +0000)]
[MCIAVI32]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60269

10 years ago[MAPI32_WINETEST]
Amine Khaldi [Sat, 21 Sep 2013 12:54:15 +0000 (12:54 +0000)]
[MAPI32_WINETEST]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60268

10 years ago[MAPI32]
Amine Khaldi [Sat, 21 Sep 2013 12:53:07 +0000 (12:53 +0000)]
[MAPI32]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60267

10 years ago[CMAKE]
Jérôme Gardou [Sat, 21 Sep 2013 12:37:34 +0000 (12:37 +0000)]
[CMAKE]
 - addmissing dependecies on psdk

svn path=/trunk/; revision=60266

10 years ago[PSDK]
Amine Khaldi [Sat, 21 Sep 2013 12:14:33 +0000 (12:14 +0000)]
[PSDK]
* Update mlang.idl.

svn path=/trunk/; revision=60265

10 years ago* Update LANG_CORNISH definition.
Amine Khaldi [Sat, 21 Sep 2013 12:06:02 +0000 (12:06 +0000)]
* Update LANG_CORNISH definition.

svn path=/trunk/; revision=60264

10 years ago[USRMGR]
Eric Kohl [Sat, 21 Sep 2013 11:52:20 +0000 (11:52 +0000)]
[USRMGR]
Set the LVS_SHOWSELALWAYS flag for the members listview of the users general dialog.

svn path=/trunk/; revision=60263

10 years ago[USRMGR]
Eric Kohl [Sat, 21 Sep 2013 10:52:19 +0000 (10:52 +0000)]
[USRMGR]
Fix caption on a button. Patch by Lee Schroeder.
I changed IDC_USER_RESET to IDC_USERS_RESET as it is more consistent.

CORE-7475 #resolved #comment Committed in r60262. Thanks.

svn path=/trunk/; revision=60262

10 years ago[LOCALUI]
Amine Khaldi [Sat, 21 Sep 2013 00:14:27 +0000 (00:14 +0000)]
[LOCALUI]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60255

10 years ago[MPR]
Amine Khaldi [Sat, 21 Sep 2013 00:10:07 +0000 (00:10 +0000)]
[MPR]
* Move resource files to the lang folder.
CORE-7470

svn path=/trunk/; revision=60254

10 years ago[PSDK]
Amine Khaldi [Sat, 21 Sep 2013 00:01:13 +0000 (00:01 +0000)]
[PSDK]
* Annotate windns.h.
CORE-7474

svn path=/trunk/; revision=60253

10 years ago[LOCALUI_WINETEST]
Amine Khaldi [Fri, 20 Sep 2013 23:43:24 +0000 (23:43 +0000)]
[LOCALUI_WINETEST]
* Build speedup.

svn path=/trunk/; revision=60252

10 years ago[MAPI32]
Amine Khaldi [Fri, 20 Sep 2013 23:36:36 +0000 (23:36 +0000)]
[MAPI32]
* Move resource files to the lang folder.
CORE-7470

svn path=/trunk/; revision=60251

10 years ago[KERNEL32]: Reenable two dprints to be able to know how programs are launched with...
Hermès Bélusca-Maïto [Fri, 20 Sep 2013 22:12:08 +0000 (22:12 +0000)]
[KERNEL32]: Reenable two dprints to be able to know how programs are launched with which parameters and so on...

svn path=/trunk/; revision=60250

10 years ago[LOCALUI]
Amine Khaldi [Fri, 20 Sep 2013 19:12:38 +0000 (19:12 +0000)]
[LOCALUI]
* Move resource files to the lang folder.
CORE-7470

svn path=/trunk/; revision=60249

10 years ago[LOADPERF]
Amine Khaldi [Fri, 20 Sep 2013 13:28:20 +0000 (13:28 +0000)]
[LOADPERF]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60248

10 years ago[JSCRIPT_WINETEST]
Amine Khaldi [Fri, 20 Sep 2013 12:16:03 +0000 (12:16 +0000)]
[JSCRIPT_WINETEST]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60247

10 years ago[JSCRIPT]
Amine Khaldi [Fri, 20 Sep 2013 12:14:54 +0000 (12:14 +0000)]
[JSCRIPT]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60246

10 years ago[ITSS_WINETEST]
Amine Khaldi [Fri, 20 Sep 2013 10:54:23 +0000 (10:54 +0000)]
[ITSS_WINETEST]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60245

10 years ago[ITSS]
Amine Khaldi [Fri, 20 Sep 2013 10:53:58 +0000 (10:53 +0000)]
[ITSS]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60244

10 years ago[ITIRCL]
Amine Khaldi [Fri, 20 Sep 2013 10:30:50 +0000 (10:30 +0000)]
[ITIRCL]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60243

10 years ago[CMAKE]
Amine Khaldi [Fri, 20 Sep 2013 10:29:40 +0000 (10:29 +0000)]
[CMAKE]
* Simplify the last occurrence of the transitional check (we have RosBE 2.1 now).

svn path=/trunk/; revision=60242

10 years ago[HAL]
Amine Khaldi [Fri, 20 Sep 2013 10:26:05 +0000 (10:26 +0000)]
[HAL]
* Simplify these checks now that we have RosBE 2.1.

svn path=/trunk/; revision=60241

10 years ago[FRELDR/SETUPLDR]
Amine Khaldi [Fri, 20 Sep 2013 10:22:11 +0000 (10:22 +0000)]
[FRELDR/SETUPLDR]
* Simplify these checks now that we have RosBE 2.1.

svn path=/trunk/; revision=60240

10 years ago[FRELDR/SETUPLDR]
Amine Khaldi [Fri, 20 Sep 2013 10:07:28 +0000 (10:07 +0000)]
[FRELDR/SETUPLDR]
* Rossym was not even used here apparently. Don't link to it.

svn path=/trunk/; revision=60239

10 years ago[INSENG]
Amine Khaldi [Fri, 20 Sep 2013 09:59:40 +0000 (09:59 +0000)]
[INSENG]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60238

10 years ago[INITPKI]
Amine Khaldi [Fri, 20 Sep 2013 09:55:04 +0000 (09:55 +0000)]
[INITPKI]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60237

10 years ago[INETMIB1]
Amine Khaldi [Fri, 20 Sep 2013 09:46:21 +0000 (09:46 +0000)]
[INETMIB1]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60236

10 years ago[INETMIB1_WINETEST]
Amine Khaldi [Fri, 20 Sep 2013 09:45:41 +0000 (09:45 +0000)]
[INETMIB1_WINETEST]
* Build speedup.

svn path=/trunk/; revision=60235

10 years ago[INETCOMM_WINETEST]
Amine Khaldi [Fri, 20 Sep 2013 09:42:35 +0000 (09:42 +0000)]
[INETCOMM_WINETEST]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60234

10 years ago[INETCOMM]
Amine Khaldi [Fri, 20 Sep 2013 09:41:39 +0000 (09:41 +0000)]
[INETCOMM]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60233

10 years ago[FREETYPE]
Amine Khaldi [Fri, 20 Sep 2013 09:16:53 +0000 (09:16 +0000)]
[FREETYPE]
* We no longer have GCC warnings.
CORE-7446 #resolve #comment Sync committed in r60227. Danke.

svn path=/trunk/; revision=60232

10 years ago[NPFS]
Thomas Faber [Fri, 20 Sep 2013 06:49:21 +0000 (06:49 +0000)]
[NPFS]
- Release cancel spinlock in NpCancelListeningQueueIrp

svn path=/trunk/; revision=60231

10 years ago[NTOSKRNL]
Thomas Faber [Fri, 20 Sep 2013 05:46:29 +0000 (05:46 +0000)]
[NTOSKRNL]
- Return process pool quota on free
- Do not use POOL_QUOTA_FAIL_INSTEAD_OF_RAISE on non-quota allocations
- Welcome back, device installation wizard
CORE-7459 #resolve

svn path=/trunk/; revision=60230

10 years ago* Addendum to r60227 (FreeType sync to 2.5.0).
Amine Khaldi [Thu, 19 Sep 2013 23:17:59 +0000 (23:17 +0000)]
* Addendum to r60227 (FreeType sync to 2.5.0).
CORE-7446

svn path=/trunk/; revision=60228

10 years ago[FREETYPE]
Amine Khaldi [Thu, 19 Sep 2013 23:11:29 +0000 (23:11 +0000)]
[FREETYPE]
* Sync to 2.5.0. Brought to you by zehnvor.
[FTFD]
* Add version information to build.

svn path=/trunk/; revision=60227

10 years ago[LOCALSPL]
Amine Khaldi [Thu, 19 Sep 2013 22:45:00 +0000 (22:45 +0000)]
[LOCALSPL]
* Move resource files to the lang folder.
CORE-7470

svn path=/trunk/; revision=60225

10 years ago* Addendum to r60223.
Amine Khaldi [Thu, 19 Sep 2013 22:37:52 +0000 (22:37 +0000)]
* Addendum to r60223.

svn path=/trunk/; revision=60224

10 years ago* Compile and link to rossym only if the KDBG build is enabled.
Amine Khaldi [Thu, 19 Sep 2013 22:29:36 +0000 (22:29 +0000)]
* Compile and link to rossym only if the KDBG build is enabled.

svn path=/trunk/; revision=60223

10 years agoSame fix for taskmgr.
Daniel Reimer [Thu, 19 Sep 2013 22:17:40 +0000 (22:17 +0000)]
Same fix for taskmgr.

svn path=/trunk/; revision=60222

10 years ago[ROSSYM]
Sylvain Petreolle [Thu, 19 Sep 2013 22:13:46 +0000 (22:13 +0000)]
[ROSSYM]
Enable rossym build on MSVC.

svn path=/trunk/; revision=60221

10 years ago* Turkish translation update and improvements by Erdem Ersoy.
Amine Khaldi [Thu, 19 Sep 2013 22:08:50 +0000 (22:08 +0000)]
* Turkish translation update and improvements by Erdem Ersoy.
CORE-7408

svn path=/trunk/; revision=60220

10 years agoFix dxdiag with the help of hbelusca and the nice trick he uses to get the dialog...
Daniel Reimer [Thu, 19 Sep 2013 22:05:19 +0000 (22:05 +0000)]
Fix dxdiag with the help of hbelusca and the nice trick he uses to get the dialog colorization done right.

svn path=/trunk/; revision=60219

10 years ago[IMAGEHLP]
Amine Khaldi [Thu, 19 Sep 2013 19:39:32 +0000 (19:39 +0000)]
[IMAGEHLP]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60218

10 years ago[IMAGEHLP_WINETEST]
Amine Khaldi [Thu, 19 Sep 2013 19:22:17 +0000 (19:22 +0000)]
[IMAGEHLP_WINETEST]
* Speedup linking.

svn path=/trunk/; revision=60217

10 years ago[IMAADP32.ACM]
Amine Khaldi [Thu, 19 Sep 2013 18:57:58 +0000 (18:57 +0000)]
[IMAADP32.ACM]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60216

10 years ago[IEFRAME]
Amine Khaldi [Thu, 19 Sep 2013 18:48:34 +0000 (18:48 +0000)]
[IEFRAME]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60215

10 years ago[ICCVID]
Amine Khaldi [Thu, 19 Sep 2013 17:52:48 +0000 (17:52 +0000)]
[ICCVID]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60214

10 years ago[HTTPAPI]
Amine Khaldi [Thu, 19 Sep 2013 17:38:46 +0000 (17:38 +0000)]
[HTTPAPI]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60213

10 years ago[HNETCFG]
Amine Khaldi [Thu, 19 Sep 2013 17:25:36 +0000 (17:25 +0000)]
[HNETCFG]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60212

10 years ago[PSDK]
Amine Khaldi [Thu, 19 Sep 2013 16:38:42 +0000 (16:38 +0000)]
[PSDK]
* Annotate mswsock.h.
CORE-7474

svn path=/trunk/; revision=60211

10 years ago[HLINK_WINETEST]
Amine Khaldi [Thu, 19 Sep 2013 16:12:38 +0000 (16:12 +0000)]
[HLINK_WINETEST]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60210

10 years ago[HLINK]
Amine Khaldi [Thu, 19 Sep 2013 16:12:20 +0000 (16:12 +0000)]
[HLINK]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60209

10 years ago[ICCVID]
Amine Khaldi [Thu, 19 Sep 2013 15:34:28 +0000 (15:34 +0000)]
[ICCVID]
* Move resource files to the lang folder.
CORE-7470

svn path=/trunk/; revision=60208

10 years ago[HHCTRL.OCX]
Amine Khaldi [Thu, 19 Sep 2013 15:28:55 +0000 (15:28 +0000)]
[HHCTRL.OCX]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60207

10 years ago[HHCTRL.OCX]
Amine Khaldi [Thu, 19 Sep 2013 15:24:21 +0000 (15:24 +0000)]
[HHCTRL.OCX]
* Move resource files to the appropriate folders.

svn path=/trunk/; revision=60206

10 years ago[GDIPLUS_WINETEST]
Amine Khaldi [Thu, 19 Sep 2013 15:10:36 +0000 (15:10 +0000)]
[GDIPLUS_WINETEST]
* Sync with Wine 1.7.1.

svn path=/trunk/; revision=60205

10 years ago[GDIPLUS]
Amine Khaldi [Thu, 19 Sep 2013 15:10:19 +0000 (15:10 +0000)]
[GDIPLUS]
* Sync with Wine 1.7.1.

svn path=/trunk/; revision=60204