mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 21:51:47 +00:00
* Create a branch for USB experiments.
svn path=/branches/usb-experiments/; revision=72629
This commit is contained in:
parent
28d8ba0d3e
commit
0ee830d7a4
23049 changed files with 0 additions and 1313991 deletions
25
base/applications/notepad/notepad.h
Normal file
25
base/applications/notepad/notepad.h
Normal file
|
@ -0,0 +1,25 @@
|
|||
#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"
|
||||
|
||||
void UpdateWindowCaption(BOOL clearModifyAlert);
|
||||
|
||||
#endif /* _NOTEPAD_H */
|
Loading…
Add table
Add a link
Reference in a new issue