[Box Backup-dev] COMMIT r267 - box/chris/win32/vc2005-compile-fixes/lib/win32

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Thu Dec 22 02:09:21 GMT 2005


Author: chris
Date: 2005-12-22 02:09:21 +0000 (Thu, 22 Dec 2005)
New Revision: 267

Modified:
   box/chris/win32/vc2005-compile-fixes/lib/win32/emu.h
Log:
Added prototype for SetTimerHandler function


Modified: box/chris/win32/vc2005-compile-fixes/lib/win32/emu.h
===================================================================
--- box/chris/win32/vc2005-compile-fixes/lib/win32/emu.h	2005-12-22 02:09:03 UTC (rev 266)
+++ box/chris/win32/vc2005-compile-fixes/lib/win32/emu.h	2005-12-22 02:09:21 UTC (rev 267)
@@ -47,7 +47,8 @@
 #define chdir(dir)            _chdir(dir)
 #endif
 
-int setitimer(int type , struct itimerval *timeout, int);
+int SetTimerHandler(void (__cdecl *func ) (int));
+int setitimer(int type, struct itimerval *timeout, int);
 void InitTimer(void);
 void FiniTimer(void);
 




More information about the Boxbackup-dev mailing list