diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-08-01 19:09:50 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-08-01 19:09:50 +0000 |
commit | d777d359facf9995741a3c96c12bcd60dbac04ee (patch) | |
tree | fb89d31980b756b4d32a21a972fa3a4bb526c63b /plugins/TabSRMM/src/eventpopups.cpp | |
parent | c1d55f386dda0203be456f8188070d0397711e32 (diff) |
tabsrmm: common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14787 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/src/eventpopups.cpp')
-rw-r--r-- | plugins/TabSRMM/src/eventpopups.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/eventpopups.cpp b/plugins/TabSRMM/src/eventpopups.cpp index 4074f5966c..68a3918fbb 100644 --- a/plugins/TabSRMM/src/eventpopups.cpp +++ b/plugins/TabSRMM/src/eventpopups.cpp @@ -34,7 +34,7 @@ // Date: 18.07.02 13:59 / Update: 16.09.02 17:45
// Copyright: (C) 2002 Starzinger Michael
-#include "commonheaders.h"
+#include "stdafx.h"
static int TSAPI PopupPreview(NEN_OPTIONS *pluginOptions);
|