From 4cecb8efad1959aa70f791ef00036b9d61278f18 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Sat, 22 Dec 2007 07:15:09 +0000 Subject: [PATCH] updates. --- includes/silcwin32.h | 5 +++++ win32/libsilc_static/libsilc_static.dsp | 8 -------- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/includes/silcwin32.h b/includes/silcwin32.h index e3f9b455..41af9794 100644 --- a/includes/silcwin32.h +++ b/includes/silcwin32.h @@ -71,4 +71,9 @@ #undef sleep #define sleep(x) Sleep((x) * 1000) +#if _MSC_VER < 1300 +#define SetWindowLongPtr SetWindowLong +#define GetWindowLongPtr GetWindowLong +#endif /* _MSC_VER < 1300 */ + #endif diff --git a/win32/libsilc_static/libsilc_static.dsp b/win32/libsilc_static/libsilc_static.dsp index 00d6881e..99706ff9 100644 --- a/win32/libsilc_static/libsilc_static.dsp +++ b/win32/libsilc_static/libsilc_static.dsp @@ -292,10 +292,6 @@ SOURCE=..\..\lib\silccrypt\blowfish.c # End Source File # Begin Source File -SOURCE=..\..\lib\silccrypt\cast.c -# End Source File -# Begin Source File - SOURCE=..\..\lib\silccrypt\md5.c # End Source File # Begin Source File @@ -304,10 +300,6 @@ SOURCE=..\..\lib\silccrypt\none.c # End Source File # Begin Source File -SOURCE=..\..\lib\silccrypt\rc5.c -# End Source File -# Begin Source File - SOURCE=..\..\lib\silccrypt\rsa.c # End Source File # Begin Source File -- 2.24.0