updates.
[silc.git] / includes / silcwin32.h
index a80120c8be4879df076cde1b067395e1f3b89692..41af979413ff5efae53f5d38b2e5e5743e751fee 100644 (file)
@@ -24,6 +24,8 @@
 #include <windows.h>
 #include <io.h>
 #include <process.h>
+#include <fcntl.h>
+#include <assert.h>
 
 #if defined(HAVE_SILCDEFS_H)
 #include "regexpr.h"
@@ -69,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