diff options
author | George Hazan <george.hazan@gmail.com> | 2015-07-25 13:39:32 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-07-25 13:39:32 +0000 |
commit | a4888d0a3d58a13ade8d9c496a228570e2b2adb6 (patch) | |
tree | 90021f01fb6ee51c352f01f34ab0190a7dbccf80 /plugins/FTPFileYM/src/dialog.h | |
parent | 76e343ab968fb6f194333fb0ec7057eaf621bcd4 (diff) |
unified ftpfile project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14685 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/FTPFileYM/src/dialog.h')
-rw-r--r-- | plugins/FTPFileYM/src/dialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/FTPFileYM/src/dialog.h b/plugins/FTPFileYM/src/dialog.h index 0b40c4ee2c..0f8db40f6f 100644 --- a/plugins/FTPFileYM/src/dialog.h +++ b/plugins/FTPFileYM/src/dialog.h @@ -18,7 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once
-#include "common.h"
+#include "stdafx.h"
#include "utils.h"
#define WMU_DESTROY (WM_USER + 1)
|