diff options
author | George Hazan <ghazan@miranda.im> | 2016-11-03 13:24:08 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2016-11-03 13:24:08 +0300 |
commit | 4119fb3fd91c07eb4bfab614531d01b570c45086 (patch) | |
tree | 9126d07e811c240578354910a07a95c9bc1df513 /plugins/MirFox/res/resource.rc | |
parent | b9cdc72673360f1d9665cc26fb08b85fd7d1e79f (diff) |
compilation fix
Diffstat (limited to 'plugins/MirFox/res/resource.rc')
-rw-r--r-- | plugins/MirFox/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MirFox/res/resource.rc b/plugins/MirFox/res/resource.rc index 8676618fe2..82b3ee126b 100644 --- a/plugins/MirFox/res/resource.rc +++ b/plugins/MirFox/res/resource.rc @@ -7,7 +7,7 @@ //
// Generated from the TEXTINCLUDE 2 resource.
//
-#include "afxres.h"
+#include "winres.h"
/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS
|