diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-07-26 11:03:23 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-07-26 11:03:23 +0000 |
commit | 22b4701daaf78b2e95d51d2eb487a5958ec4e73e (patch) | |
tree | 06f1a5ae43d18370ee9adc536ad5a8cb07b55639 /plugins/PackUpdater/Src/Options.cpp | |
parent | 4cad30181ae15bc796c48c4752a85a239378cf27 (diff) |
PackUpdater: common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14717 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/PackUpdater/Src/Options.cpp')
-rw-r--r-- | plugins/PackUpdater/Src/Options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/PackUpdater/Src/Options.cpp b/plugins/PackUpdater/Src/Options.cpp index 6d3a8588da..a0ecf9820a 100644 --- a/plugins/PackUpdater/Src/Options.cpp +++ b/plugins/PackUpdater/Src/Options.cpp @@ -17,7 +17,7 @@ not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#include "common.h"
+#include "stdafx.h"
LRESULT CALLBACK MyEditProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
{
|