diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-07-24 07:01:03 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-07-24 07:01:03 +0000 |
commit | 058d73ec95f3ba11678980ff8b80ab6bdda21668 (patch) | |
tree | 6bb9bd56d8e94e06e9bf50faab6237772eaf9d52 /plugins/Folders/src/dlg_handlers.cpp | |
parent | f44cdbe4b569680ffa2e18c5e24f2ba5ed6b5c8f (diff) |
folders: common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14662 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Folders/src/dlg_handlers.cpp')
-rw-r--r-- | plugins/Folders/src/dlg_handlers.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Folders/src/dlg_handlers.cpp b/plugins/Folders/src/dlg_handlers.cpp index b5e6668912..32835dc6cc 100644 --- a/plugins/Folders/src/dlg_handlers.cpp +++ b/plugins/Folders/src/dlg_handlers.cpp @@ -1,4 +1,4 @@ -#include "commonheaders.h"
+#include "stdafx.h"
PFolderItem lastItem = NULL;
|