reactos/base/applications/notepad/notepad.h
Hermès Bélusca-Maïto b819608ed8 Create a branch for console restructuration work.
svn path=/branches/condrv_restructure/; revision=63104
2014-05-02 14:13:40 +00:00

24 lines
374 B
C

#ifndef _NOTEPAD_H
#define _NOTEPAD_H
#ifndef STRSAFE_NO_DEPRECATE
#define STRSAFE_NO_DEPRECATE
#endif
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <winuser.h>
#include <winnls.h>
#include <wingdi.h>
#include <shellapi.h>
#include <commdlg.h>
#include <tchar.h>
#include <malloc.h>
#include "main.h"
#include "dialog.h"
#endif /* _NOTEPAD_H */