Skip to content

Commit

Permalink
undefine packed enum for now
Browse files Browse the repository at this point in the history
  • Loading branch information
nicbarker committed Sep 28, 2024
1 parent 2def72d commit 35c6210
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clay.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
#define CLAY_WASM_EXPORT(null)
#endif

#ifdef _MSC_VER
#define CLAY_PACKED_ENUM : unsigned char
#ifdef MSC_VER
#define CLAY_PACKED_ENUM
#else
#define CLAY_PACKED_ENUM __attribute__((__packed__))
#endif
Expand Down

0 comments on commit 35c6210

Please sign in to comment.