[NOTEPAD] Let the user know when an opened file is modified. By Lee Schroeder. CORE...
[reactos.git] / reactos / base / applications / notepad / notepad.h
index da3cae5..2817acb 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _NOTEPAD_H
+#define _NOTEPAD_H
+
 #ifndef STRSAFE_NO_DEPRECATE
 #define STRSAFE_NO_DEPRECATE
 #endif
@@ -16,3 +19,7 @@
 
 #include "main.h"
 #include "dialog.h"
+
+void UpdateWindowCaption(BOOL clearModifyAlert);
+
+#endif /* _NOTEPAD_H */