ReactOS 0.4.16-dev-973-g9a0ff8b
|
#include "windows.h"
#include "ole2.h"
#include "ocidl.h"
#include "mimeole.h"
#include "initguid.h"
#include "mlang.h"
#include <stdio.h>
#include "wine/test.h"
Go to the source code of this file.
Macros | |
#define | COBJMACROS |
#define | NONAMELESSUNION |
Functions | |
static void | test_create (void) |
static HRESULT | get_mlang (IMultiLanguage **ml) |
static HRESULT | mlang_getcsetinfo (const char *charset, MIMECSETINFO *mlang_info) |
static HRESULT | mlang_getcodepageinfo (UINT cp, MIMECPINFO *mlang_cp_info) |
static HRESULT | mlang_getcsetinfo_from_cp (UINT cp, CHARSETTYPE charset_type, MIMECSETINFO *mlang_info) |
static void | test_charset (void) |
static void | test_defaultcharset (void) |
static void | test_convert (void) |
START_TEST (mimeintl) | |
#define COBJMACROS |
Definition at line 21 of file mimeintl.c.
#define NONAMELESSUNION |
Definition at line 22 of file mimeintl.c.
|
inlinestatic |
Definition at line 72 of file mimeintl.c.
Definition at line 99 of file mimeintl.c.
Definition at line 78 of file mimeintl.c.
|
static |
Definition at line 114 of file mimeintl.c.
Referenced by test_charset().
START_TEST | ( | mimeintl | ) |
Definition at line 295 of file mimeintl.c.
Definition at line 147 of file mimeintl.c.
Referenced by START_TEST().
Definition at line 230 of file mimeintl.c.
Referenced by START_TEST().
Definition at line 37 of file mimeintl.c.
Referenced by START_TEST().
Definition at line 201 of file mimeintl.c.
Referenced by START_TEST().