summaryrefslogtreecommitdiffstats
path: root/src/bltVecInt.h
diff options
context:
space:
mode:
authorjoye <joye>2015-06-25 15:46:42 (GMT)
committerjoye <joye>2015-06-25 15:46:42 (GMT)
commit945c8cd8efad48786d7fb8c5fcb88ca00c230977 (patch)
tree4fcbf73146aa081351cb7e64f446d0edd7417808 /src/bltVecInt.h
parent0a2c6340848a423fd27745507f467c13d73eba98 (diff)
downloadblt-945c8cd8efad48786d7fb8c5fcb88ca00c230977.zip
blt-945c8cd8efad48786d7fb8c5fcb88ca00c230977.tar.gz
blt-945c8cd8efad48786d7fb8c5fcb88ca00c230977.tar.bz2
*** empty log message ***
Diffstat (limited to 'src/bltVecInt.h')
-rw-r--r--src/bltVecInt.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bltVecInt.h b/src/bltVecInt.h
index cfe290b..ca90228 100644
--- a/src/bltVecInt.h
+++ b/src/bltVecInt.h
@@ -195,3 +195,7 @@ namespace Blt {
extern Tcl_IdleProc Blt_Vec_NotifyClients;
+#ifdef _WIN32
+double drand48(void);
+void srand48(long int seed);
+#endif