Skip to content

Commit 8058c2d

Browse files
committed
Redirect CFLog to stderr on Windows
1 parent 62809e9 commit 8058c2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CoreFoundation/Base.subproj/CFUtilities.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ typedef enum {
712712

713713
static bool also_do_stderr(const _cf_logging_style style) {
714714
bool result = false;
715-
#if TARGET_OS_LINUX
715+
#if TARGET_OS_LINUX || TARGET_OS_WIN32
716716
// just log to stderr, other logging facilities are out
717717
result = true;
718718
#elif TARGET_OS_MAC

0 commit comments

Comments
 (0)