From 954ed085481b2e878959e442772ecc5978a1d8d8 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sun, 3 Mar 2013 16:05:14 +0000 Subject: removed not used headers git-svn-id: http://svn.miranda-ng.org/main/trunk@3875 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Popup/src/services.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/Popup/src/services.cpp') diff --git a/plugins/Popup/src/services.cpp b/plugins/Popup/src/services.cpp index 858f990aae..e085c1f4ad 100644 --- a/plugins/Popup/src/services.cpp +++ b/plugins/Popup/src/services.cpp @@ -257,11 +257,11 @@ INT_PTR PopUp_AddPopUp2(WPARAM wParam, LPARAM lParam) if (!PopUpOptions.ModuleIsEnabled) return -1; #ifdef _DEBUG - itoa(PopUpOptions.DisableWhenFullscreen,temp,10); + _itoa(PopUpOptions.DisableWhenFullscreen,temp,10); OutputDebugStringA("PopUpOptions.DisableWhenFullscreen: \t"); OutputDebugStringA(temp); OutputDebugStringA("\n"); - itoa(bShowMode,temp,10); + _itoa(bShowMode,temp,10); OutputDebugStringA("bShowMode: \t"); OutputDebugStringA(temp); OutputDebugStringA("\n"); -- cgit v1.2.3