From 8f37e8dd7e03035be035e797e258d33b9b724887 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sat, 2 Jun 2012 12:41:13 +0000 Subject: projects cleanup git-svn-id: http://svn.miranda-ng.org/main/trunk@260 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/TooltipNotify/src/Tooltip.cpp | 4 +- plugins/TooltipNotify/ttnotify_10.vcxproj | 152 +++++++++++++++++++----------- 2 files changed, 100 insertions(+), 56 deletions(-) (limited to 'plugins/TooltipNotify') diff --git a/plugins/TooltipNotify/src/Tooltip.cpp b/plugins/TooltipNotify/src/Tooltip.cpp index 5373e68f4c..37b861b1ee 100644 --- a/plugins/TooltipNotify/src/Tooltip.cpp +++ b/plugins/TooltipNotify/src/Tooltip.cpp @@ -25,7 +25,7 @@ CTooltip::CTooltip(CTooltipNotify *pTooltipNotify) WS_POPUP|WS_BORDER, 100, 100, 50, 50, 0, 0, m_pTooltipNotify->GetDllInstance(), NULL); - SetWindowLong(m_hWnd, GWL_USERDATA, reinterpret_cast(this)); + SetWindowLong(m_hWnd, GWLP_USERDATA, reinterpret_cast(this)); } @@ -62,7 +62,7 @@ CTooltip::~CTooltip() LRESULT CALLBACK CTooltip::WindowProcWrapper(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) { - CTooltip* pThis = reinterpret_cast(GetWindowLong(hWnd, GWL_USERDATA)); + CTooltip* pThis = reinterpret_cast(GetWindowLong(hWnd, GWLP_USERDATA)); return pThis->WindowProc(hWnd, message, wParam, lParam); } diff --git a/plugins/TooltipNotify/ttnotify_10.vcxproj b/plugins/TooltipNotify/ttnotify_10.vcxproj index a9cb1f198b..1588114174 100644 --- a/plugins/TooltipNotify/ttnotify_10.vcxproj +++ b/plugins/TooltipNotify/ttnotify_10.vcxproj @@ -5,16 +5,22 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + TooltipNotify {1948EAEA-4C25-4F6B-AD9E-5891F656EADA} - ttnotify - Win32Proj @@ -22,10 +28,19 @@ Unicode true + + DynamicLibrary + Unicode + true + DynamicLibrary Unicode + + DynamicLibrary + Unicode + @@ -33,103 +48,132 @@ + + + + + + + + <_ProjectFileVersion>10.0.30319.1 - $(SolutionDir)$(Configuration)/Plugins\ - $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ - true - $(SolutionDir)$(Configuration)/Plugins\ - $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ - false - D:\SVN\Miranda\Trunk\miranda\include;$(IncludePath) + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + true + true + true - Disabled - ../../include;../ExternalAPI;%(AdditionalIncludeDirectories) + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;_USRDLL;TTNOTIFY_EXPORTS;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDebug - - + MultiThreadedDebugDLL Level3 EditAndContinue true - $(OutDir)ttnotify.pdb Windows false - - $(IntDir)$(TargetName).lib - MachineX86 + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + + + Disabled + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN64;_DEBUG;_WINDOWS;_USRDLL;TTNOTIFY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + Level3 + + + true + Windows + false + $(IntDir)$(TargetName).lib + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + - - - - Full OnlyExplicitInline true Size - true - ../../include;../ExternalAPI;%(AdditionalIncludeDirectories) + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_WINDOWS;_USRDLL;TTNOTIFY_EXPORTS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - MultiThreadedDLL Fast - - Level3 - ProgramDatabase true - NotSet - %(IgnoreSpecificDefaultLibraries) true Windows true true false - - - MachineX86 $(IntDir)$(TargetName).lib + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + - - - Use - Use - - - Use - Use - - - Create - Create - - - Use - Use - - - Use - Use - AssemblyAndSourceCode + + + Full + OnlyExplicitInline + true + Size + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN64;NDEBUG;_WINDOWS;_USRDLL;TTNOTIFY_EXPORTS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Fast + Level3 + true + + true + Windows + true + true + false + $(IntDir)$(TargetName).lib + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + + + + + + -- cgit v1.2.3