diff options
author | George Hazan <ghazan@miranda.im> | 2017-04-04 15:51:02 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-04-04 15:51:02 +0300 |
commit | e3b4b1b847c5beba21cdbc5c96f07364f61ea784 (patch) | |
tree | 6634a2472c22759053cfeaabed20d82f6da7545f /src/core | |
parent | 5c3ab50ab27ba9a517cf56d0626c641883e3fd39 (diff) |
compilation fix
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/stdmsg/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/stdmsg/res/resource.rc b/src/core/stdmsg/res/resource.rc index 8ef67f08ea..2f84259b04 100644 --- a/src/core/stdmsg/res/resource.rc +++ b/src/core/stdmsg/res/resource.rc @@ -10,7 +10,7 @@ //
#include <winres.h>
#include <richedit.h>
-#include "statusmodes.h"
+#include "..\..\include\statusmodes.h"
/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS
|