diff options
Diffstat (limited to 'metacontacts/MetaContacts.rc')
-rw-r--r-- | metacontacts/MetaContacts.rc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/metacontacts/MetaContacts.rc b/metacontacts/MetaContacts.rc index 652f0d8..dfc971a 100644 --- a/metacontacts/MetaContacts.rc +++ b/metacontacts/MetaContacts.rc @@ -7,7 +7,7 @@ //
// Generated from the TEXTINCLUDE 2 resource.
//
-#include "afxres.h"
+#include <windows.h>
/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS
@@ -291,3 +291,4 @@ IDI_MCSETDEFAULT ICON "meta_set_as_default.ico" /////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED
+
|