Synchronize with trunk.
[reactos.git] / base / applications / fontview / fontview.h
1 #include <stdarg.h>
2 #include <windef.h>
3 #include <winbase.h>
4 #include <winnls.h>
5 #include <shellapi.h>
6
7 #include "resource.h"
8 #include "display.h"
9
10 #define MAX_LOADSTRING 50
11 #define MAX_BUTTONNAME 30
12
13 #define HEADER_SIZE 37
14 #define BUTTON_POS_X 6
15 #define BUTTON_POS_Y 8
16 #define BUTTON_WIDTH 72
17 #define BUTTON_HEIGHT 21
18
19 #define IDC_INSTALL 1001
20 #define IDC_PRINT 1002
21 #define IDC_DISPLAY 1003
22
23 LRESULT CALLBACK MainWndProc(HWND, UINT, WPARAM, LPARAM);
24
25 BOOL LoadFont(LPWSTR lpCmdLine);