]> git.sesse.net Git - vlc/commitdiff
more WIN32 changes.
authorRocky Bernstein <rocky@videolan.org>
Fri, 12 Mar 2004 02:51:20 +0000 (02:51 +0000)
committerRocky Bernstein <rocky@videolan.org>
Fri, 12 Mar 2004 02:51:20 +0000 (02:51 +0000)
modules/access/vcdx/vcdplayer.c

index 68e5ac69a4d050a3ecf48a50f6e4052e70c75f7b..9506b3a5198b987b371cf248dfba40a45c9d5bd7 100644 (file)
 #include <cdio/util.h>
 #include <libvcd/info.h>
 
+#ifdef WIN32
+#define sleep(A) Sleep((A)*1000
+#endif
+
 /*!
   Return true if playback control (PBC) is on
 */