mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 03:43:36 +00:00
[SHELL32_WINETEST] shlexec.c: Remove forced 0x0501 API versions
No impact, as already deactivated. Import https://source.winehq.org/git/wine.git/commit/8fc0b7d525ae5e85b5a796eaf6572d22591e02c6
This commit is contained in:
@@ -30,13 +30,6 @@
|
||||
* we could check
|
||||
*/
|
||||
|
||||
/* Needed to get SEE_MASK_NOZONECHECKS with the PSDK */
|
||||
#ifndef __REACTOS__
|
||||
#define NTDDI_WINXPSP1 0x05010100
|
||||
#define NTDDI_VERSION NTDDI_WINXPSP1
|
||||
#define _WIN32_WINNT 0x0501
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#include <assert.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user