Skip to content

Commit

Permalink
Enable skuwa debug messages on non-Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeich committed Jan 11, 2020
1 parent b585f75 commit 38d37bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media_driver/linux/common/os/linux_skuwa_debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#define DEVINFO_WARNING(msg) ALOGW(msg)
#define DEVINFO_ERROR(msg) ALOGE(msg)

#elif defined(__linux__) // Linux libskuwa
#elif !defined(_WIN32) // Linux libskuwa
#include <stdio.h>
#include <assert.h>

Expand Down

0 comments on commit 38d37bf

Please sign in to comment.