diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-07-25 19:12:09 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-07-25 19:12:09 +0000 |
commit | a8e117528d873b0129e832cd6f7f23b4b8a6c3ea (patch) | |
tree | 4007e8e3071f6f2199d89bf4021c571cfbfab67a /plugins/Msg_Export/src/main.cpp | |
parent | 374135f479c2bae29f9f1c8883319de6049ba02f (diff) |
msg_export: common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14700 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Msg_Export/src/main.cpp')
-rwxr-xr-x | plugins/Msg_Export/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Msg_Export/src/main.cpp b/plugins/Msg_Export/src/main.cpp index 9a5abd1248..ed19d2c7c5 100755 --- a/plugins/Msg_Export/src/main.cpp +++ b/plugins/Msg_Export/src/main.cpp @@ -16,7 +16,7 @@ //along with this program; if not, write to the Free Software
//Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-#include "Glob.h"
+#include "stdafx.h"
CLIST_INTERFACE *pcli;
HINSTANCE hInstance = NULL;
|