diff options
| -rw-r--r-- | include/slang.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/slang.h b/include/slang.h index 3816ab70e..ee9fb7650 100644 --- a/include/slang.h +++ b/include/slang.h @@ -273,7 +273,7 @@ convention for interface methods. #endif // Microsoft VC specific -#if SLANG_MICROSOFT_FAMILY +#if SLANG_VC #define SLANG_NO_INLINE __declspec(noinline) #define SLANG_FORCE_INLINE __forceinline #define SLANG_BREAKPOINT(id) __debugbreak(); |
