[CHARMAP]
[reactos.git] / reactos / base / applications / charmap / precomp.h
index 4e0324c..597d9f2 100644 (file)
@@ -5,6 +5,7 @@
 #include <stdlib.h>
 #include <windows.h>
 #include <commctrl.h>
+#include <richedit.h>
 #include "resource.h"
 
 #define XCELLS 20
 #define XLARGE 45
 #define YLARGE 25
 
-#define FM_SETFONT (WM_USER + 1)
-#define FM_GETCHAR (WM_USER + 2)
-#define FM_SETCHAR (WM_USER + 3)
+#define FM_SETFONT  (WM_USER + 1)
+#define FM_GETCHAR  (WM_USER + 2)
+#define FM_SETCHAR  (WM_USER + 3)
+#define FM_GETHFONT (WM_USER + 4)
 
 extern HINSTANCE hInstance;