Skip to content

Commit

Permalink
win32: don't compile clock.c with clang
Browse files Browse the repository at this point in the history
Issue #1588
  • Loading branch information
flyinghead committed Aug 17, 2024
1 parent 5565b79 commit 00f60a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/windows/clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* This file is part of the w64 mingw-runtime package.
* No warranty is given; refer to the file DISCLAIMER.PD within this package.
*/
#ifdef __GNUC__
#if defined(__GNUC__) && !defined(__clang__)
#include <errno.h>
#include <stdint.h>
#include <time.h>
Expand Down

0 comments on commit 00f60a3

Please sign in to comment.