diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-08-01 20:34:40 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-08-01 20:34:40 +0000 |
commit | 467560928b83c1d6c405d2cbaf7127de65298ae7 (patch) | |
tree | 85f617eaf39ea118ee4da3eda2bb13988db11711 /plugins/Watrack_MPD/src/options.cpp | |
parent | ad5e273a04e89a45d41c87a6a21c6d6fd937ac43 (diff) |
watrack_mpd: common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14797 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Watrack_MPD/src/options.cpp')
-rwxr-xr-x | plugins/Watrack_MPD/src/options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Watrack_MPD/src/options.cpp b/plugins/Watrack_MPD/src/options.cpp index 2e40d2f098..5ce485d475 100755 --- a/plugins/Watrack_MPD/src/options.cpp +++ b/plugins/Watrack_MPD/src/options.cpp @@ -14,7 +14,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -#include "commonheaders.h" +#include "stdafx.h" static INT_PTR CALLBACK DlgProcWaMpdOpts(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam) { |