summaryrefslogtreecommitdiffstats
path: root/src/windows/leash/Leash.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows/leash/Leash.h')
-rw-r--r--src/windows/leash/Leash.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/windows/leash/Leash.h b/src/windows/leash/Leash.h
index 74c9d5d0a8..7975987d1f 100644
--- a/src/windows/leash/Leash.h
+++ b/src/windows/leash/Leash.h
@@ -68,7 +68,8 @@
#define HID_KERBEROS_PROPERTIES_EDITHOST 131271
#define HID_KERBEROS_PROPERTIES_LISTDOM 131279
-#define USE_HTMLHELP
+////@#+This might be problematic with the latest Platform SDK...
+////#define USE_HTMLHELP
#ifdef USE_HTMLHELP
#if _MSC_VER >= 1300
@@ -76,6 +77,12 @@
#endif
#endif
+////Is this a good place for these defines?
+#if !defined(MAX_HSTNM)
+#define MAX_HSTNM 100
+#endif
+
+
#include "resource.h" // main symbols
#include "lglobals.h"
@@ -98,7 +105,10 @@ private:
public:
static HWND m_hProgram;
static HINSTANCE m_hLeashDLL;
+////
+#ifndef NO_KRB4
static HINSTANCE m_hKrb4DLL;
+#endif
static HINSTANCE m_hKrb5DLL;
static HINSTANCE m_hKrb5ProfileDLL;
static HINSTANCE m_hAfsDLL;