Had messed up on pbatard mmc_write.c sleep patch for MinGW
This commit is contained in:
@@ -40,16 +40,10 @@
|
|||||||
# include <string.h>
|
# include <string.h>
|
||||||
#endif
|
#endif
|
||||||
#if !defined(HAVE_SLEEP) && defined(_WIN32)
|
#if !defined(HAVE_SLEEP) && defined(_WIN32)
|
||||||
# include <windows.h>
|
#include <windows.h>
|
||||||
|
#define sleep(s) Sleep(1000*s)
|
||||||
#endif
|
#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/cdio.h>
|
||||||
#include <cdio/logging.h>
|
#include <cdio/logging.h>
|
||||||
#include <cdio/mmc_cmds.h>
|
#include <cdio/mmc_cmds.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user