[NTOS]: Implement MmDeleteTeb, VADs are now deleted/freed on thread exit as well...
[reactos.git] / reactos / base / applications / fontview / fontview.h
1 #include <windows.h>
2
3 #include "resource.h"
4 #include "display.h"
5
6 #define MAX_LOADSTRING 50
7 #define MAX_BUTTONNAME 30
8
9 #define HEADER_SIZE 37
10 #define BUTTON_POS_X 6
11 #define BUTTON_POS_Y 8
12 #define BUTTON_WIDTH 72
13 #define BUTTON_HEIGHT 21
14
15 #define IDC_QUIT 1001
16 #define IDC_PRINT 1002
17 #define IDC_DISPLAY 1003
18
19 LRESULT CALLBACK MainWndProc(HWND, UINT, WPARAM, LPARAM);
20
21 BOOL LoadFont(LPWSTR lpCmdLine);