Index: packages/Python/lldbsuite/test/python_api/hello_world/main.c =================================================================== --- packages/Python/lldbsuite/test/python_api/hello_world/main.c +++ packages/Python/lldbsuite/test/python_api/hello_world/main.c @@ -1,7 +1,7 @@ #include #ifdef _MSC_VER #include -#define sleep Sleep +#define sleep(x) Sleep((x) * 1000) #else #include #endif