Had messed up on pbatard mmc_write.c sleep patch for MinGW

This commit is contained in:
R. Bernstein
2012-03-03 20:32:59 -05:00
parent e290a8c7f9
commit 6e4a15636b

View File

@@ -41,15 +41,9 @@
#endif
#if !defined(HAVE_SLEEP) && defined(_WIN32)
#include <windows.h>
#endif
#ifndef HAVE_USLEEP
# error usleep() unimplemented
# if !defined(HAVE_SLEEP) && defined(_WIN32)
# include <windows.h>
#define sleep(s) Sleep(1000*s)
#endif
#endif
#include <cdio/cdio.h>
#include <cdio/logging.h>
#include <cdio/mmc_cmds.h>