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