summaryrefslogtreecommitdiff
path: root/src/modules/help
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-06-03 14:17:25 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-06-03 14:17:25 +0000
commit31ad5a2b294f59b5a64a8e7d8383669baeb7fdd0 (patch)
tree50958a041b03dac17c38684c831acd8f46f74631 /src/modules/help
parent4936520d4bb4f2c9c2fdbaa565874a99438a3992 (diff)
let VS2010 be damnned
git-svn-id: http://svn.miranda-ng.org/main/trunk@285 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules/help')
-rw-r--r--src/modules/help/about.cpp2
-rw-r--r--src/modules/help/help.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/help/about.cpp b/src/modules/help/about.cpp
index 37c949260a..b3594c4dc0 100644
--- a/src/modules/help/about.cpp
+++ b/src/modules/help/about.cpp
@@ -20,7 +20,7 @@ You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#include "commonheaders.h"
+#include "..\..\core\commonheaders.h"
#if defined( _UNICODE )
#define STR_VERSION_FORMAT "%s%S%S"
diff --git a/src/modules/help/help.cpp b/src/modules/help/help.cpp
index 432049e2d1..32c6a8528d 100644
--- a/src/modules/help/help.cpp
+++ b/src/modules/help/help.cpp
@@ -20,7 +20,7 @@ You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#include "commonheaders.h"
+#include "..\..\core\commonheaders.h"
INT_PTR CALLBACK DlgProcAbout(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam);