ReactOS 0.4.16-dev-1025-gd3456f5
|
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "winerror.h"
#include "wingdi.h"
#include "winspool.h"
#include "winuser.h"
#include "objbase.h"
#include "commdlg.h"
#include "wine/test.h"
Go to the source code of this file.
Functions | |
static int | get_dpiy (void) |
static HDC | get_printer_ic (void) |
static UINT_PTR CALLBACK | CFHookProcOK (HWND hdlg, UINT msg, WPARAM wparam, LPARAM lparam) |
static void | test_ChooseFontA (void) |
START_TEST (fontdlg) | |
Definition at line 72 of file fontdlg.c.
Referenced by test_ChooseFontA().
Definition at line 36 of file fontdlg.c.
Referenced by test_ChooseFontA().
Definition at line 48 of file fontdlg.c.
Referenced by test_ChooseFontA().
START_TEST | ( | fontdlg | ) |
Definition at line 84 of file fontdlg.c.
Referenced by START_TEST().