mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05:00
Make enum byte version default on all platforms
This commit is contained in:
parent
536ce5c15d
commit
5290fb5d55
@ -55,7 +55,7 @@
|
|||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
#define GSL_USE_BYTE_TYPE GSL_BYTE_TYPE_ENUM
|
#define GSL_USE_BYTE_TYPE GSL_BYTE_TYPE_ENUM
|
||||||
#else
|
#else
|
||||||
#define GSL_USE_BYTE_TYPE GSL_BYTE_TYPE_STRUCT
|
#define GSL_USE_BYTE_TYPE GSL_BYTE_TYPE_ENUM
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user