From 9f097418620513813ecc086bcd9002b6e07bf2a1 Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Fri, 14 Oct 2011 14:42:37 +0000 Subject: Further attempt at removing K4 specific code from the leash executable Updates to leash Makefile.in to make it link on Windows 64 Signed-off-by: Alexey Melnikov leash link fixes: fix mfc library and fix path to wshelper MFC100D.lib for mscv2010; util\wshelper instead of windows\wshelper Add ver.rc for leash Signed-off-by: Kevin Wasserman git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25339 dc483132-0cff-0310-8789-dd5450dbe970 --- src/windows/leash/LeashDebugWindow.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/windows/leash/LeashDebugWindow.cpp') diff --git a/src/windows/leash/LeashDebugWindow.cpp b/src/windows/leash/LeashDebugWindow.cpp index 6e12903ae..e8c4553ee 100644 --- a/src/windows/leash/LeashDebugWindow.cpp +++ b/src/windows/leash/LeashDebugWindow.cpp @@ -81,8 +81,8 @@ void CLeashDebugWindow::OnCancel() pApp = AfxGetApp(); pApp->WriteProfileInt("Settings", "DebugWindow", FALSE_FLAG); m_pView->PostMessage(WM_GOODBYE, IDCANCEL); // modeless case - pset_krb_debug(OFF); - pset_krb_ap_req_debug(OFF); +//// pset_krb_debug(OFF); +//// pset_krb_ap_req_debug(OFF); } else { @@ -109,8 +109,8 @@ BOOL CLeashDebugWindow::OnInitDialog() CDialog::OnInitDialog(); // Set Debug flags - pset_krb_debug(ON); //(int)m_debugListBox.GetSafeHwnd() - pset_krb_ap_req_debug(ON); +//// pset_krb_debug(ON); //(int)m_debugListBox.GetSafeHwnd() +//// pset_krb_ap_req_debug(ON); if (*m_debugFilePath != 0) SetDlgItemText(IDC_LOG_FILE_LOCATION_TEXT, m_debugFilePath); -- cgit