#include "wine/test.h"
#include <windows.h>
Go to the source code of this file.
◆ START_TEST()
◆ TestDllProductVersion()
static VOID TestDllProductVersion |
( |
VOID |
| ) |
|
|
static |
Definition at line 18 of file tooltip.c.
19{
25
27 if (dwInfoSize == 0)
28 {
29 skip(
"GetModuleFileNameW failed\n");
30 return;
31 }
32
34 if (!lpData)
35 {
37 return;
38 }
39
41 {
42 skip(
"Unable to retrieve the file version information\n");
44 }
45
47 {
48 skip(
"Unable to retrieve the root block\n");
50 }
51
52
53
54
55
56
57 ok(pInfo->dwProductVersionMS >=
MAKELONG(5, 0),
58 "Unknown comctl32.dll version %lx\n", pInfo->dwProductVersionMS);
59
62}
#define HeapFree(x, y, z)
BOOL WINAPI GetFileVersionInfoW(LPCWSTR filename, DWORD handle, DWORD datasize, LPVOID data)
BOOL WINAPI VerQueryValueW(LPCVOID pBlock, LPCWSTR lpSubBlock, LPVOID *lplpBuffer, PUINT puLen)
DWORD WINAPI GetFileVersionInfoSizeW(LPCWSTR filename, LPDWORD handle)
static const WCHAR Cleanup[]
Referenced by START_TEST().