diff options
author | George Hazan <george.hazan@gmail.com> | 2012-06-03 14:17:25 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-06-03 14:17:25 +0000 |
commit | 31ad5a2b294f59b5a64a8e7d8383669baeb7fdd0 (patch) | |
tree | 50958a041b03dac17c38684c831acd8f46f74631 /src/modules/srfile | |
parent | 4936520d4bb4f2c9c2fdbaa565874a99438a3992 (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/srfile')
-rw-r--r-- | src/modules/srfile/file.cpp | 2 | ||||
-rw-r--r-- | src/modules/srfile/fileexistsdlg.cpp | 2 | ||||
-rw-r--r-- | src/modules/srfile/fileopts.cpp | 2 | ||||
-rw-r--r-- | src/modules/srfile/filerecvdlg.cpp | 2 | ||||
-rw-r--r-- | src/modules/srfile/filesenddlg.cpp | 2 | ||||
-rw-r--r-- | src/modules/srfile/filexferdlg.cpp | 2 | ||||
-rw-r--r-- | src/modules/srfile/ftmanager.cpp | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/src/modules/srfile/file.cpp b/src/modules/srfile/file.cpp index 37f7d15a1f..bb0129dada 100644 --- a/src/modules/srfile/file.cpp +++ b/src/modules/srfile/file.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"
#include "file.h"
TCHAR* PFTS_StringToTchar( int flags, const PROTOCHAR* s );
diff --git a/src/modules/srfile/fileexistsdlg.cpp b/src/modules/srfile/fileexistsdlg.cpp index d97d6d8da2..f5b28753dc 100644 --- a/src/modules/srfile/fileexistsdlg.cpp +++ b/src/modules/srfile/fileexistsdlg.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"
#include <shlobj.h>
#include <sys/types.h>
#include <sys/stat.h>
diff --git a/src/modules/srfile/fileopts.cpp b/src/modules/srfile/fileopts.cpp index 3107f109a3..1449c4c38b 100644 --- a/src/modules/srfile/fileopts.cpp +++ b/src/modules/srfile/fileopts.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"
#include "file.h"
#define VSCAN_MCAFEE 1
diff --git a/src/modules/srfile/filerecvdlg.cpp b/src/modules/srfile/filerecvdlg.cpp index 451a27e8bc..83e6b0077e 100644 --- a/src/modules/srfile/filerecvdlg.cpp +++ b/src/modules/srfile/filerecvdlg.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"
#include "file.h"
#define MAX_MRU_DIRS 5
diff --git a/src/modules/srfile/filesenddlg.cpp b/src/modules/srfile/filesenddlg.cpp index 94c24a2479..ea29aa2b00 100644 --- a/src/modules/srfile/filesenddlg.cpp +++ b/src/modules/srfile/filesenddlg.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"
#include <sys/types.h>
#include <sys/stat.h>
#include "file.h"
diff --git a/src/modules/srfile/filexferdlg.cpp b/src/modules/srfile/filexferdlg.cpp index 4a6f40436b..c4a41e750f 100644 --- a/src/modules/srfile/filexferdlg.cpp +++ b/src/modules/srfile/filexferdlg.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"
#include <io.h>
#include "file.h"
diff --git a/src/modules/srfile/ftmanager.cpp b/src/modules/srfile/ftmanager.cpp index a219d2188a..b2c5dde516 100644 --- a/src/modules/srfile/ftmanager.cpp +++ b/src/modules/srfile/ftmanager.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"
#include "file.h"
static HWND hwndFtMgr = NULL;
|