Serge Gautherie
cac1bc12ae
[USER32_APITEST] RedrawWindow: Add a DestroyWindow() call ( #423 )
...
Addendum to 7905efdf35
.
CORE-13734
2018-06-05 21:23:21 +02:00
Serge Gautherie
637026ffd7
[RSHELL] Remove a duplicated add_custom_command() call ( #570 )
2018-06-05 20:17:34 +02:00
Serge Gautherie
c1256dda20
[EXT2FS][REISERFS] VSSolution: Actually disable C4189 errors ( #540 )
...
Multiple "error C4189: '[...]': local variable is initialized but not referenced".
Thanks to Yuntian Zhang, who hinted at this in CORE-11836.
CORE-11280
2018-06-05 20:16:22 +02:00
Serge Gautherie
2ca29e142c
[BROWSEUI] Remove a duplicated add_custom_command() call
2018-06-05 20:03:16 +02:00
Pierre Schweitzer
79975ede26
[AUTOCHK] Allow users to skip disk checking if dirty
...
CORE-14692
2018-06-05 19:34:47 +02:00
Pierre Schweitzer
54f383d996
[VFATLIB] Only check volume if full scan or if allowed to fix it
...
This allows doing a quick probe about whether a volume needs to be
fixed by checking its dirty bit.
CORE-14692
2018-06-05 19:34:47 +02:00
Serge Gautherie
695547cd8c
[CONFIGURE][CMAKE] Remove Visual Studio 9 (2008) support
...
ReactOS does not compile anymore with it.
VS9 is already officially unsupported.
CORE-11836
2018-06-05 18:59:36 +02:00
Serge Gautherie
9822462946
[CMAKE] Add "--always" parameter to "git describe" call
...
"fatal: No names found, cannot describe anything." message,
when called without enough history, i.e. appveyor.yml "clone_depth: 5".
2018-06-05 18:59:11 +02:00
Jared Smudde
76a73b4295
[MSHTA] Implement MSHTA.exe ( #577 ) CORE-12813
...
Implement mshta.exe. It links directly to the function RunHTMLApplication in mshtml and passes the file name and other optional arguments along. While the function is unimplemented in mshtml, it's a start.
[MSHTML] Add ADD_IMPORTLIB to CMakeLists so mshta can link to mshtml.
[BOOTDATA] Add the association information for mshta.exe to the registry.
2018-06-05 17:17:00 +02:00
Thomas Faber
1d398057a3
[NTOS:CC] Access SectionObjectPointers without lock in CcRosInitializeFileCache. CORE-14691
...
kmtest:NtCreateSection calls CcInitializeCacheMap with a
NULL value for SectionObjectPointers. This will cause an exception when
trying to access it, which in Windows can be handled gracefully.
However accessing it while holding ViewLock means the lock will not be
released, leading to an APC_INDEX_MISMATCH bugcheck.
This solves the problem by allocating SharedCacheMap outside the lock,
then freeing it again under lock if another thread has updated SharedCacheMap
in the mean time. This is also What Windows Does(TM).
2018-06-05 16:24:13 +02:00
Katayama Hirofumi MZ
2355838fbb
[FONTS] Delete 16px bitmap from Tahoma Bold
2018-06-05 15:57:45 +02:00
Thomas Faber
1a1206c5f8
[OLE32_WINETEST] Fix MSVC build.
2018-06-05 14:40:32 +02:00
Thomas Faber
c6f49f5394
[JSCRIPT] Fix MSVC build.
2018-06-04 20:26:14 +02:00
Amine Khaldi
1074ede011
[XMLLITE_WINETEST] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 03:59:33 +01:00
Amine Khaldi
f554481baf
[WTSAPI32] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 03:59:11 +01:00
Amine Khaldi
c399348b83
[WMVCORE] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 03:58:45 +01:00
Amine Khaldi
2f569d4a7f
[WINTRUST] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 03:58:20 +01:00
Amine Khaldi
c33584a490
[WININET_WINETEST] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 03:57:53 +01:00
Amine Khaldi
12381d5dc1
[WININET] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 03:57:34 +01:00
Amine Khaldi
ed06e8a117
[WINHTTP_WINETEST] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 03:57:07 +01:00
Amine Khaldi
8317165d65
[WINHTTP] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 03:56:48 +01:00
Amine Khaldi
da5f3d5a8c
[WINDOWSCODECS_WINETEST] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 03:56:11 +01:00
Amine Khaldi
324214f998
[WINDOWSCODECS] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 03:55:39 +01:00
Amine Khaldi
3c18f2a7c7
[INCLUDE/WINE] Update rbtree.h. CORE-14656
2018-06-04 03:54:55 +01:00
Amine Khaldi
983dc4266c
[WBEMPROX] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 03:54:01 +01:00
Amine Khaldi
6091f5c76b
[VERSION] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 03:53:34 +01:00
Amine Khaldi
c78e873652
[VBSCRIPT_WINETEST] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 03:53:02 +01:00
Amine Khaldi
bcea8c65d0
[VBSCRIPT] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 03:52:36 +01:00
Amine Khaldi
af009ed327
[USP10_WINETEST] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 03:51:59 +01:00
Amine Khaldi
aa15c73fc5
[USP10] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 03:51:34 +01:00
Amine Khaldi
e23b04e946
[URLMON_WINETEST] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 03:50:58 +01:00
Amine Khaldi
d0eebfbd6f
[URLMON] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 03:50:24 +01:00
Amine Khaldi
dfaac82a1c
[RPCRT4_WINETEST] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 03:49:34 +01:00
Amine Khaldi
96d77d846f
[RPCRT4] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 03:49:11 +01:00
Amine Khaldi
9e90c368ef
[RICHED20_WINETEST] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 03:48:31 +01:00
Amine Khaldi
aefc6e4447
[RICHED20] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 03:48:07 +01:00
Amine Khaldi
be43e1385f
[PROPSYS] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 03:47:25 +01:00
Amine Khaldi
4523246628
[PIDGEN] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 03:46:44 +01:00
Amine Khaldi
a6cdf4ff08
[OLE32_WINETEST] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 03:46:11 +01:00
Amine Khaldi
85037eb745
[OLE32] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 03:45:35 +01:00
Amine Khaldi
9ce306e4cc
[ODBCCP32_WINETEST] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 03:44:42 +01:00
Amine Khaldi
d52f5b708b
[ODBCCP32] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 03:44:04 +01:00
Amine Khaldi
33bcb8c53a
[NTDSAPI] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 03:43:22 +01:00
Amine Khaldi
2e5bae69da
[PSDK] Update ntdsapi.h. CORE-14656
2018-06-04 03:42:29 +01:00
Amine Khaldi
9b29365701
[MSCTF_WINETEST] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 03:41:36 +01:00
Amine Khaldi
4335e46944
[MSCTF] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 03:41:08 +01:00
Amine Khaldi
217390ae60
[PSDK] Update msctf.idl. CORE-14656
2018-06-04 03:40:17 +01:00
Amine Khaldi
6b881f6502
[JSCRIPT_WINETEST] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 03:39:17 +01:00
Amine Khaldi
3f071cc527
[JSCRIPT] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 03:38:45 +01:00
Amine Khaldi
454e360303
[ITSS_WINETEST] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 03:37:50 +01:00