diff options
author | George Hazan <george.hazan@gmail.com> | 2015-04-24 16:20:50 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-04-24 16:20:50 +0000 |
commit | cb89c3026687e2f48093b3243fdab1f1204135b2 (patch) | |
tree | ec6845f4a558ebeb71bd23628dc5a76a605303f2 /plugins/AuthState/src/main.cpp | |
parent | 422038a5cb7c4ac6ed3991f16bfabe52abf2f23e (diff) |
common Visual Studio properties & filters
git-svn-id: http://svn.miranda-ng.org/main/trunk@13089 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AuthState/src/main.cpp')
-rw-r--r-- | plugins/AuthState/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/AuthState/src/main.cpp b/plugins/AuthState/src/main.cpp index 6b815bb339..db41184c24 100644 --- a/plugins/AuthState/src/main.cpp +++ b/plugins/AuthState/src/main.cpp @@ -17,7 +17,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#include "commonheaders.h"
+#include "stdafx.h"
HINSTANCE g_hInst;
static HANDLE hOptInitialise;
|