Skip to content

Commit

Permalink
fix(windows)!: fix preprocessor testing on Windows (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
brglng committed Jul 24, 2024
1 parent fc64b1a commit 8dfc2fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/wave.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ extern "C" {
#define WAVE_RESTRICT __restrict
#endif

#if defined(_MSV_VER)
#if defined(_MSC_VER)
#define WAVE_API __declspec(dllexport)
#else
#define WAVE_API __attribute__((visibility("default")))
Expand Down

0 comments on commit 8dfc2fe

Please # to comment.