X-Git-Url: https://git.saurik.com/apple/hfs.git/blobdiff_plain/558d2836cb4329cfdb20acd2c5c4cd1945ad0a66..0af7c7673fb2c9da95a48e7e8092324dc441ed24:/tests/cases/test-dprotect.c diff --git a/tests/cases/test-dprotect.c b/tests/cases/test-dprotect.c index 75d2c28..12e191a 100644 --- a/tests/cases/test-dprotect.c +++ b/tests/cases/test-dprotect.c @@ -1,6 +1,6 @@ #include -#if TARGET_OS_EMBEDDED +#if (TARGET_OS_IPHONE && !TARGET_OS_SIMULATOR) #include #include @@ -66,4 +66,4 @@ int run_dprotect(__unused test_ctx_t *ctx) return 0; } -#endif +#endif // TARGET_OS_IPHONE & !SIM