mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 07:26:20 +00:00
[SHELL32_WINETEST] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
cdd41ac6c4
commit
0be033fe1d
22 changed files with 1865 additions and 1487 deletions
|
@ -19,8 +19,15 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include "precomp.h"
|
||||
#define COBJMACROS
|
||||
|
||||
#include <windows.h>
|
||||
#include <shlobj.h>
|
||||
#include <shobjidl.h>
|
||||
#include <string.h>
|
||||
#include "shellapi.h"
|
||||
|
||||
#include "wine/test.h"
|
||||
#define IDD_MAKENEWFOLDER 0x3746 /* From "../shresdef.h" */
|
||||
#define TIMER_WAIT_MS 50 /* Should be long enough for slow systems */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue