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
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
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
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
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
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
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
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
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
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
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
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
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
Amine Khaldi [Sat, 21 Sep 2013 15:12:18 +0000 (15:12 +0000)]
[MSACM32]
* Remove this unused empty file.
svn path=/trunk/; revision=60282
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
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
Amine Khaldi [Sat, 21 Sep 2013 14:14:26 +0000 (14:14 +0000)]
[MSACM32_WINETEST]
* Build speedup.
svn path=/trunk/; revision=60279
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
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
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
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
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
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
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
Amine Khaldi [Sat, 21 Sep 2013 13:00:03 +0000 (13:00 +0000)]
[PSDK]
* Annotate winhttp.h.
CORE-7474
svn path=/trunk/; revision=60271
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
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
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
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
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
Amine Khaldi [Sat, 21 Sep 2013 12:14:33 +0000 (12:14 +0000)]
[PSDK]
* Update mlang.idl.
svn path=/trunk/; revision=60265
Amine Khaldi [Sat, 21 Sep 2013 12:06:02 +0000 (12:06 +0000)]
* Update LANG_CORNISH definition.
svn path=/trunk/; revision=60264
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
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
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
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
Amine Khaldi [Sat, 21 Sep 2013 00:01:13 +0000 (00:01 +0000)]
[PSDK]
* Annotate windns.h.
CORE-7474
svn path=/trunk/; revision=60253
Amine Khaldi [Fri, 20 Sep 2013 23:43:24 +0000 (23:43 +0000)]
[LOCALUI_WINETEST]
* Build speedup.
svn path=/trunk/; revision=60252
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Amine Khaldi [Fri, 20 Sep 2013 09:45:41 +0000 (09:45 +0000)]
[INETMIB1_WINETEST]
* Build speedup.
svn path=/trunk/; revision=60235
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
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
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
Thomas Faber [Fri, 20 Sep 2013 06:49:21 +0000 (06:49 +0000)]
[NPFS]
- Release cancel spinlock in NpCancelListeningQueueIrp
svn path=/trunk/; revision=60231
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
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
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
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
Amine Khaldi [Thu, 19 Sep 2013 22:37:52 +0000 (22:37 +0000)]
* Addendum to r60223.
svn path=/trunk/; revision=60224
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
Daniel Reimer [Thu, 19 Sep 2013 22:17:40 +0000 (22:17 +0000)]
Same fix for taskmgr.
svn path=/trunk/; revision=60222
Sylvain Petreolle [Thu, 19 Sep 2013 22:13:46 +0000 (22:13 +0000)]
[ROSSYM]
Enable rossym build on MSVC.
svn path=/trunk/; revision=60221
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
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
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
Amine Khaldi [Thu, 19 Sep 2013 19:22:17 +0000 (19:22 +0000)]
[IMAGEHLP_WINETEST]
* Speedup linking.
svn path=/trunk/; revision=60217
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
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
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
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
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
Amine Khaldi [Thu, 19 Sep 2013 16:38:42 +0000 (16:38 +0000)]
[PSDK]
* Annotate mswsock.h.
CORE-7474
svn path=/trunk/; revision=60211
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
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
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
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
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
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
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
Amine Khaldi [Thu, 19 Sep 2013 14:54:53 +0000 (14:54 +0000)]
[WINDOWSCODECS_WINETEST]
* Sync with Wine 1.7.1.
svn path=/trunk/; revision=60203
Amine Khaldi [Thu, 19 Sep 2013 14:54:10 +0000 (14:54 +0000)]
[WINDOWSCODECS]
* Sync with Wine 1.7.1.
svn path=/trunk/; revision=60202
Eric Kohl [Wed, 18 Sep 2013 20:57:15 +0000 (20:57 +0000)]
[NETAPI32]
NetLocalGroupGetMembers: Fix the typos that caused the netapi32 access wintest crash.
svn path=/trunk/; revision=60200
Eric Kohl [Wed, 18 Sep 2013 18:02:36 +0000 (18:02 +0000)]
[NETAPI32]
- NetLocalGroupAdd: Delete the newly created alias if setting alias information fails.
- NetUserGetGroups, NetUserGetInfo and NetUserGetLocalGroups: Return NERR_UserNotFound if no matching user was found.
svn path=/trunk/; revision=60199
Kamil Hornicek [Wed, 18 Sep 2013 16:36:16 +0000 (16:36 +0000)]
[RAPPS]
Mind the null terminator. Spotted by dmex.
ROSAPPS-237 #resolve #comment Fixed in r60198. Thank you.
svn path=/trunk/; revision=60198
Jérôme Gardou [Tue, 17 Sep 2013 23:24:13 +0000 (23:24 +0000)]
[OPENGL32_NEW]
- Implement reading from the frontbuffer.
svn path=/trunk/; revision=60197
Amine Khaldi [Tue, 17 Sep 2013 22:49:56 +0000 (22:49 +0000)]
* Silence a debug print.
svn path=/trunk/; revision=60192
Amine Khaldi [Tue, 17 Sep 2013 22:39:29 +0000 (22:39 +0000)]
[RSYM]
* Pad the coff string space. Brought to you by Arty.
svn path=/trunk/; revision=60191
Amine Khaldi [Tue, 17 Sep 2013 22:31:33 +0000 (22:31 +0000)]
[CMAKE]
* Add a proper way to enable/disable PSEH3.
svn path=/trunk/; revision=60190
Eric Kohl [Tue, 17 Sep 2013 20:37:47 +0000 (20:37 +0000)]
[NETAPI32]
NetuserAdd: Delete the newly create user account if user information could not be set.
svn path=/trunk/; revision=60184
Eric Kohl [Tue, 17 Sep 2013 19:55:19 +0000 (19:55 +0000)]
[NETAPI32]
NetUserDel: Return the proper error code if no user could be found.
svn path=/trunk/; revision=60182
Jérôme Gardou [Tue, 17 Sep 2013 19:08:09 +0000 (19:08 +0000)]
[OPENGL32_NEW]
- forward glFlush to glFinish for single buffered formats
- import wglUseFontBitmaps and wglUseFontOutlines from wine 1.7.2
- Remove a useless call to OSMesaMakeContextCurrent
- Add a few debug prints
svn path=/trunk/; revision=60181
Amine Khaldi [Tue, 17 Sep 2013 15:23:27 +0000 (15:23 +0000)]
[PSDK]
* Add some missing LANG_* definitions.
svn path=/trunk/; revision=60180
Amine Khaldi [Tue, 17 Sep 2013 15:21:29 +0000 (15:21 +0000)]
* A more efficient way to add manifest files to ReactOS applications and dlls/cpls. One manifest file to rule them all, One way to find them, One tool to bring them all and in ReactOS bind them.
* I'll handle the win32 dlls after I'm done with the syncs.
svn path=/trunk/; revision=60179
Daniel Reimer [Mon, 16 Sep 2013 23:31:38 +0000 (23:31 +0000)]
Manifests for CPL files and Shell Extensions. Hello my dear ISOLATIONAWARE_MANIFEST_RESOURCE_ID.
svn path=/trunk/; revision=60178
Daniel Reimer [Mon, 16 Sep 2013 22:37:15 +0000 (22:37 +0000)]
Some apps are just not made for resizing the window.
svn path=/trunk/; revision=60177