[CMAKE]
[reactos.git] / base / applications / notepad / notepad.h
1 #ifndef STRSAFE_NO_DEPRECATE
2 #define STRSAFE_NO_DEPRECATE
3 #endif
4
5 #include <assert.h>
6 #include <stdio.h>
7 #include <windows.h>
8 #include <commdlg.h>
9 #include <commctrl.h>
10 #include <tchar.h>
11 #include <richedit.h>
12 #include <malloc.h>
13 #include <strsafe.h>
14
15 #include "main.h"
16 #include "dialog.h"
17