Had messed up on pbatard mmc_write.c sleep patch for MinGW
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user