diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-07-26 06:53:50 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-07-26 06:53:50 +0000 |
commit | 9a086691c6229c4efd5e906a17d3a6d4cfd975f8 (patch) | |
tree | 269364661341488b0ba41d0f5db3f0ced77a304c /plugins/NewEventNotify/src/main.cpp | |
parent | 9ee3b6273e68eabdc6d36e0ef5d384022148ef78 (diff) |
neweventnotify: common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14706 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NewEventNotify/src/main.cpp')
-rw-r--r-- | plugins/NewEventNotify/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewEventNotify/src/main.cpp b/plugins/NewEventNotify/src/main.cpp index 086a51f325..68adecd2aa 100644 --- a/plugins/NewEventNotify/src/main.cpp +++ b/plugins/NewEventNotify/src/main.cpp @@ -22,7 +22,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#include "neweventnotify.h"
+#include "stdafx.h"
int g_IsSrmmWindowAPI = 0;
extern PLUGIN_DATA* PopupList[20];
|