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