ReactOS 0.4.16-dev-197-g92996da
|
#include <stdarg.h>
#include <stdio.h>
#include <assert.h>
#include "windef.h"
#include "winbase.h"
#include "winerror.h"
#include "winnls.h"
#include "winuser.h"
#include "winver.h"
#include "verrsrc.h"
#include "wine/test.h"
Go to the source code of this file.
Macros | |
#define | MY_LAST_ERROR ((DWORD)-1) |
#define | EXPECT_BAD_PATH__NOT_FOUND |
#define | EXPECT_INVALID__NOT_FOUND |
Functions | |
static void | create_file (const CHAR *name) |
static void | test_info_size (void) |
static void | VersionDwordLong2String (DWORDLONG Version, LPSTR lpszVerString) |
static void | test_info (void) |
static void | test_32bit_win (void) |
static void | test_VerQueryValueA (void) |
static void | test_VerQueryValue_InvalidLength (void) |
static void | test_extra_block (void) |
static void | test_GetFileVersionInfoEx (void) |
START_TEST (info) | |
#define EXPECT_BAD_PATH__NOT_FOUND |
#define EXPECT_INVALID__NOT_FOUND |
Definition at line 53 of file info.c.
START_TEST | ( | info | ) |
Definition at line 858 of file info.c.
Definition at line 283 of file info.c.
Referenced by START_TEST().
Definition at line 704 of file info.c.
Referenced by START_TEST().
Definition at line 754 of file info.c.
Referenced by START_TEST().
Definition at line 203 of file info.c.
Referenced by START_TEST().
Definition at line 65 of file info.c.
Referenced by START_TEST().
Definition at line 581 of file info.c.
Referenced by START_TEST().
Definition at line 464 of file info.c.
Referenced by START_TEST().
Definition at line 191 of file info.c.
Referenced by test_info().