diff options
Diffstat (limited to 'updater/updater.rc')
-rw-r--r-- | updater/updater.rc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/updater/updater.rc b/updater/updater.rc index 452dcfd..8ca3b22 100644 --- a/updater/updater.rc +++ b/updater/updater.rc @@ -7,7 +7,7 @@ //
// Generated from the TEXTINCLUDE 2 resource.
//
-#include "afxres.h"
+#include <windows.h>
/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS
@@ -232,3 +232,4 @@ IDI_UPDATEANDEXIT ICON "ue.ico" /////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED
+
|