Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nicbarker committed Sep 28, 2024
1 parent 35c6210 commit 4ce2339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clay.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#define CLAY_WASM_EXPORT(null)
#endif

#ifdef MSC_VER
#ifdef _MSC_VER
#define CLAY_PACKED_ENUM
#else
#define CLAY_PACKED_ENUM __attribute__((__packed__))
Expand Down

0 comments on commit 4ce2339

Please sign in to comment.