diff --git a/LifeAPI.h b/LifeAPI.h index 548afec..f72873c 100644 --- a/LifeAPI.h +++ b/LifeAPI.h @@ -19,7 +19,7 @@ #define YES 1 #define NO 0 -#ifdef __MSC_VER +#ifdef _MSC_VER #include #define __builtin_popcount __popcnt64 #endif @@ -1919,4 +1919,4 @@ int IsInside(LifeState* state, LifeBox* box) int IsInside(LifeBox* box) { return IsInside(GlobalState, box); -} \ No newline at end of file +}