ReactOS 0.4.16-dev-433-g6363f78
|
#include <stdarg.h>
#include <math.h>
#include "windef.h"
#include "objbase.h"
#include "wincodec.h"
#include "wine/test.h"
#include "pshpack1.h"
#include "poppack.h"
Go to the source code of this file.
Classes | |
struct | ICONHEADER |
struct | ICONDIRENTRY |
struct | test_ico |
Macros | |
#define | COBJMACROS |
#define | test_ico_data(a, b, c) test_ico_data_(a, b, c, 0, __LINE__) |
#define | test_ico_data_todo(a, b, c) test_ico_data_(a, b, c, 1, __LINE__) |
Functions | |
static void | test_ico_data_ (void *data, DWORD data_size, HRESULT init_hr, int todo, unsigned int line) |
static void | test_decoder (void) |
START_TEST (icoformat) | |
Variables | |
static const struct test_ico | ico_1 |
#define COBJMACROS |
Definition at line 22 of file icoformat.c.
Definition at line 134 of file icoformat.c.
Definition at line 135 of file icoformat.c.
START_TEST | ( | icoformat | ) |
Definition at line 241 of file icoformat.c.
Definition at line 208 of file icoformat.c.
Referenced by START_TEST().
|
static |
Definition at line 136 of file icoformat.c.
Definition at line 58 of file icoformat.c.
Referenced by test_decoder().