From cae63f959eeacca02bf3504e77e8a6e4a1aa8499 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 6 Jul 2012 16:58:48 +0000 Subject: + stdautoaway + stdhelp + stduihist + stdidle + stduseronline git-svn-id: http://svn.miranda-ng.org/main/trunk@795 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/core/stdauth/main.cpp | 4 ++-- src/core/stdauth/resource.rc | 3 +++ src/core/stdauth/stdauth_10.vcxproj | 1 + 3 files changed, 6 insertions(+), 2 deletions(-) (limited to 'src/core/stdauth') diff --git a/src/core/stdauth/main.cpp b/src/core/stdauth/main.cpp index cdb8d8e17b..ae1c5de1d0 100644 --- a/src/core/stdauth/main.cpp +++ b/src/core/stdauth/main.cpp @@ -1,6 +1,6 @@ /* -Standard URL plugin for Myranda IM +Standard Send/Recv Auth plugin for Myranda IM Copyright (C) 2012 George Hazan @@ -40,7 +40,7 @@ PLUGININFOEX pluginInfo = { { 0x8d0a046d, 0x8ea9, 0x4c55, {0xb5, 0x68, 0x38, 0xda, 0x52, 0x05, 0x64, 0xfd}} }; -static const MUUID interfaces[] = { MIID_SRURL, MIID_LAST }; +static const MUUID interfaces[] = { MIID_SRAUTH, MIID_LAST }; BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) { diff --git a/src/core/stdauth/resource.rc b/src/core/stdauth/resource.rc index 3f7ef0c552..4d8b98858c 100644 --- a/src/core/stdauth/resource.rc +++ b/src/core/stdauth/resource.rc @@ -63,6 +63,8 @@ END // #ifdef APSTUDIO_INVOKED +GUIDELINES DESIGNINFO +BEGIN IDD_AUTHREQ, DIALOG BEGIN LEFTMARGIN, 7 @@ -77,6 +79,7 @@ END TOPMARGIN, 3 BOTTOMMARGIN, 65 END +END #endif // APSTUDIO_INVOKED diff --git a/src/core/stdauth/stdauth_10.vcxproj b/src/core/stdauth/stdauth_10.vcxproj index 1e21ce83a0..f6c97b9352 100644 --- a/src/core/stdauth/stdauth_10.vcxproj +++ b/src/core/stdauth/stdauth_10.vcxproj @@ -116,6 +116,7 @@ 4996;%(DisableSpecificWarnings) Use commonheaders.h + false _DEBUG;%(PreprocessorDefinitions) -- cgit v1.2.3