diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-08-01 21:38:29 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-08-01 21:38:29 +0000 |
commit | cda00412ae794fb120caf6bf62a83ba6a8848704 (patch) | |
tree | 72ff3b3bc832285e20a3873b1906370b71531cf2 /plugins/YAPP/src/yapp.cpp | |
parent | 2640a97741c22a462b007277242b555916a0a025 (diff) |
yapp: common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14806 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/YAPP/src/yapp.cpp')
-rw-r--r-- | plugins/YAPP/src/yapp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/YAPP/src/yapp.cpp b/plugins/YAPP/src/yapp.cpp index 0db8062c1c..5d20b88e62 100644 --- a/plugins/YAPP/src/yapp.cpp +++ b/plugins/YAPP/src/yapp.cpp @@ -1,7 +1,7 @@ // popups2.cpp : Defines the entry point for the DLL application.
//
-#include "common.h"
+#include "stdafx.h"
HMODULE hInst = 0;
bool bShutdown = false;
|