Further attempt at removing K4 specific code from the leash executable
[krb5.git] / src / windows / leash / Leash.h
index 74c9d5d0a85e9cd04821012b0ade058ad6f84796..7975987d1f8157c7e91b15c06237d2098d25473d 100644 (file)
@@ -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
 #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;