mirror of
https://github.com/reactos/reactos.git
synced 2025-06-24 10:00:49 +00:00
[ROSTESTS] fix x64 build and fix/disable warnings
This commit is contained in:
parent
6a67450893
commit
42d2d5ec9c
56 changed files with 229 additions and 171 deletions
|
@ -2072,7 +2072,11 @@ BOOL WINAPI IsOS(DWORD);
|
|||
typedef struct
|
||||
{
|
||||
const IID *piid;
|
||||
int dwOffset;
|
||||
#if defined(__REACTOS__) || (WINVER >= _WIN32_WINNT_WIN10)
|
||||
DWORD dwOffset;
|
||||
#else
|
||||
int dwOffset;
|
||||
#endif
|
||||
} QITAB, *LPQITAB;
|
||||
|
||||
HRESULT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue