From b2474cb7c3ac99b799b99bab950f207d1e2d2dcb Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Sat, 22 Dec 2007 07:15:19 +0000 Subject: [PATCH] updates. --- includes/silcwin32.h | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.24.0