Skip to content

Commit

Permalink
Linux fix
Browse files Browse the repository at this point in the history
  • Loading branch information
IS4Code committed Sep 19, 2021
1 parent 2390b3a commit 7fb9735
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Structs.h
Original file line number Diff line number Diff line change
Expand Up @@ -184,11 +184,11 @@ typedef void(*VARCHANGEFUNC)();
#pragma pack(push, 1)
#ifndef OTHERFIELD
#define OTHERFIELD(fname,ftype,...) \
ftype fname##__VA_ARGS__
ftype fname __VA_ARGS__
#endif
#ifndef FIELD
#define FIELD(fname,ftype,...) \
ftype fname##__VA_ARGS__
ftype fname __VA_ARGS__
#endif
#ifndef BITFIELD
#define BITFIELD(fname,ftype,size) \
Expand Down

0 comments on commit 7fb9735

Please # to comment.