add new "win_version" setting to fake the reported windows version
This commit is contained in:
parent
f4ca7973eb
commit
b88857386e
6 changed files with 106 additions and 0 deletions
|
@ -72,6 +72,9 @@ BOOL WINAPI fake_GetDiskFreeSpaceA(
|
|||
LPDWORD lpNumberOfFreeClusters,
|
||||
LPDWORD lpTotalNumberOfClusters);
|
||||
|
||||
DWORD WINAPI fake_GetVersion(void);
|
||||
BOOL WINAPI fake_GetVersionExA(LPOSVERSIONINFOA lpVersionInformation);
|
||||
|
||||
HWND WINAPI fake_CreateWindowExA(
|
||||
DWORD dwExStyle, LPCSTR lpClassName, LPCSTR lpWindowName, DWORD dwStyle, int X, int Y,
|
||||
int nWidth, int nHeight, HWND hWndParent, HMENU hMenu, HINSTANCE hInstance, LPVOID lpParam);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue