fb670bc2db1ebb25df8e822ac4697a846b24e8c4
[reactos.git] / reactos / subsys / system / notepad / notepad.h
1 #define UNICODE
2 #define _UNICODE
3
4 #include <assert.h>
5 #include <stdio.h>
6 #include <windows.h>
7 #include <commdlg.h>
8 #include <tchar.h>
9
10 #include "main.h"
11 #include "license.h"
12 #include "dialog.h"
13