From: Pekka Riikonen Date: Sat, 22 Dec 2007 07:15:09 +0000 (+0000) Subject: updates. X-Git-Tag: silc.toolkit.1.1.6~3 X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=commitdiff_plain;h=4cecb8efad1959aa70f791ef00036b9d61278f18 updates. --- 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