rnd-20091208-1-src
[rocksndiamonds.git] / src / game_sp / vb_lib.h
index 97340ec81c780dde01a8e790108cbd5bc0d57988..1c2c2ba7f41939ff10248d68f04ae84c221e7cdb 100644 (file)
@@ -50,7 +50,7 @@ extern char *Hex(int);
 
 extern int FileLen(char *);
 
-extern long GetTickCount();
+extern long MyGetTickCount();
 
 extern int GetAttr(char *);
 
@@ -58,6 +58,8 @@ extern void DoEvents();
 
 extern void SaveSetting(const char *, const char *, char *, int);
 
+#if 0
 extern long GetTempPath(long, char *);
+#endif
 
 #endif /* VB_LIB_H */