diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-08-01 21:12:42 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-08-01 21:12:42 +0000 |
commit | 44d0f35d4e3d74b9814e9a511b6dc55e9fffebc0 (patch) | |
tree | da5c3816288a8abcc7d58fa55602ffe3d65452be /plugins/XSoundNotify/src/dialog.cpp | |
parent | e88506076286ec7c878231c5362ea5c1bb2b612c (diff) |
XSoundNotify: common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14803 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/XSoundNotify/src/dialog.cpp')
-rw-r--r-- | plugins/XSoundNotify/src/dialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/XSoundNotify/src/dialog.cpp b/plugins/XSoundNotify/src/dialog.cpp index f893d65aab..142e178c95 100644 --- a/plugins/XSoundNotify/src/dialog.cpp +++ b/plugins/XSoundNotify/src/dialog.cpp @@ -7,7 +7,7 @@ modify it as they wish with no restriction. There is no warranty.
*/
-#include "Common.h"
+#include "stdafx.h"
static INT_PTR CALLBACK DlgProcContactsOptions(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam)
{
|