From: Pekka Riikonen Date: Sat, 22 Dec 2007 07:15:19 +0000 (+0000) Subject: updates. X-Git-Tag: 1.2.beta1~62 X-Git-Url: http://git.silcnet.org/gitweb/?p=crypto.git;a=commitdiff_plain;h=b2474cb7c3ac99b799b99bab950f207d1e2d2dcb 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