Browse Source

UI/updater: Fix resource compiling bug

The afxres.h header file typically requires MFC to be installed, but
winres.h should be sufficient instead.
jp9000 7 years ago
parent
commit
efe67ad3fd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      UI/win-update/updater/updater.rc

+ 1 - 1
UI/win-update/updater/updater.rc

@@ -7,7 +7,7 @@
 //
 // Generated from the TEXTINCLUDE 2 resource.
 //
-#include "afxres.h"
+#include "winres.h"
 
 /////////////////////////////////////////////////////////////////////////////
 #undef APSTUDIO_READONLY_SYMBOLS