diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/windows/leash/Lglobals.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/windows/leash/Lglobals.h b/src/windows/leash/Lglobals.h index 78e8ec3ca..be9ae3e0a 100644 --- a/src/windows/leash/Lglobals.h +++ b/src/windows/leash/Lglobals.h @@ -222,17 +222,13 @@ extern DECL_FUNC_PTR(profile_release_string); #define KERB5_PPROFILE_DLL "xpprof64.dll" #else #define LEASHDLL "leashw32.dll" -#define KERB4DLL "krbv4w32.dll" #define KERB5DLL "krb5_32.dll" #define KERB5_PPROFILE_DLL "xpprof32.dll" #endif #define SECUR32DLL "secur32.dll" - #define KRB_FILE "KRB.CON" #define KRBREALM_FILE "KRBREALM.CON" #define TICKET_FILE "TICKET.KRB" -////Wow. Why? -#define WIN95_AUTOEXEC "C:\\AUTOEXEC.BAT" #define LEASH_HELP_FILE "leash32.chm" |