diff --git a/rostests/winetests/advapi32/crypt_lmhash.c b/rostests/winetests/advapi32/crypt_lmhash.c index a6e812e54a9..7ea4fc4d767 100644 --- a/rostests/winetests/advapi32/crypt_lmhash.c +++ b/rostests/winetests/advapi32/crypt_lmhash.c @@ -26,7 +26,7 @@ #include "wine/test.h" #include "windef.h" #include "winbase.h" -#include "winternl.h" +#include "wine/winternl.h" struct ustring { DWORD Length; diff --git a/rostests/winetests/advapi32/crypt_md4.c b/rostests/winetests/advapi32/crypt_md4.c index e67becb1f03..df36b36899d 100644 --- a/rostests/winetests/advapi32/crypt_md4.c +++ b/rostests/winetests/advapi32/crypt_md4.c @@ -26,7 +26,7 @@ #include "windef.h" #include "winbase.h" #include "winerror.h" -#include "winternl.h" +#include "wine/winternl.h" typedef struct { diff --git a/rostests/winetests/advapi32/registry.c b/rostests/winetests/advapi32/registry.c index 9e3c3113eb0..12c6a4c3184 100644 --- a/rostests/winetests/advapi32/registry.c +++ b/rostests/winetests/advapi32/registry.c @@ -28,7 +28,7 @@ #include "wine/test.h" #include "windef.h" #include "winbase.h" -#include "winternl.h" +#include "wine/winternl.h" #include "winreg.h" #include "winsvc.h" #include "winerror.h" diff --git a/rostests/winetests/ntdll/change.c b/rostests/winetests/ntdll/change.c index 84e281c0235..1e74ee6a1fa 100644 --- a/rostests/winetests/ntdll/change.c +++ b/rostests/winetests/ntdll/change.c @@ -22,7 +22,7 @@ #define WIN32_NO_STATUS #include #include -#include +#include #include #include #include "wine/test.h" diff --git a/rostests/winetests/ntdll/error.c b/rostests/winetests/ntdll/error.c index 718b8c54c56..47227fa0e55 100755 --- a/rostests/winetests/ntdll/error.c +++ b/rostests/winetests/ntdll/error.c @@ -31,7 +31,7 @@ #include "winbase.h" #include "rpcnterr.h" #include "winreg.h" -#include "winternl.h" +#include "wine/winternl.h" /* FIXME!!! this test checks only mappings, defined by MSDN * It is necessary to add other mappings and to test them diff --git a/rostests/winetests/quartz/filtermapper.c b/rostests/winetests/quartz/filtermapper.c index bf1839aa5f3..abe946ff2a9 100644 --- a/rostests/winetests/quartz/filtermapper.c +++ b/rostests/winetests/quartz/filtermapper.c @@ -24,7 +24,7 @@ #include "winbase.h" #include "initguid.h" #include "dshow.h" -#include "winternl.h" +#include "wine/winternl.h" #include "fil_data.h"