[NtUser]
[reactos.git] / reactos / base / applications / wordpad / wordpad.h
index 0cde557..26cd971 100644 (file)
@@ -17,8 +17,7 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include <windef.h>
-#include <winuser.h>
+#pragma once
 
 #define MAX_STRING_LEN 255
 
 
 #define IDI_WORDPAD 102
 
+#ifdef __REACTOS__
+
+#define IDI_RTFDOC  103
+#define IDC_ZOOM 104
+
+#else
+
 #define IDC_ZOOM 103
 
+#endif
+
 #define STRING_ALL_FILES 1400
 #define STRING_TEXT_FILES_TXT 1401
 #define STRING_TEXT_FILES_UNICODE_TXT 1402