#include <user32.h>
#include <wine/debug.h>
Go to the source code of this file.
◆ RtlGetExpWinVer()
Definition at line 20 of file image.c.
21{
22 ULONG dwMajorVersion = 3, dwMinorVersion = 10;
25
27
28
29 if (AlignedAddress & 1)
30 AlignedAddress = (AlignedAddress & ~1);
31
32 if (AlignedAddress && !
LOWORD(AlignedAddress))
33 {
35 if (pNTHeader)
36 {
38 if (dwMajorVersion == 1)
39 dwMajorVersion = 3;
40 else
42 }
43 }
44
45 return MAKEWORD(dwMinorVersion, dwMajorVersion);
46}
_In_ HANDLE _Outptr_result_bytebuffer_ ViewSize PVOID * BaseAddress
Referenced by InitThreadCallback(), and User32CreateWindowEx().
◆ WINE_DEFAULT_DEBUG_CHANNEL()
WINE_DEFAULT_DEBUG_CHANNEL |
( |
user32 |
| ) |
|