Skip to content

Commit 67f9645

Browse files
icculusslouken
andauthored
Update SDL_begin_code.h
Co-authored-by: Sam Lantinga <slouken@libsdl.org>
1 parent f58e06b commit 67f9645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/SDL3/SDL_begin_code.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@
537537
#elif defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 201112L)
538538
#define SDL_ALIGNED(x) _Alignas(x)
539539
#else
540-
#define SDL_ALIGNED(x) SDL_ALIGNED_is_not_supported_by_this_compiler___THIS_IS_A_SERIOUS_PROBLEM
540+
#define SDL_ALIGNED(x) PLEASE_DEFINE_SDL_ALIGNED
541541
#endif
542542
#endif /* SDL_ALIGNED not defined */
543543

0 commit comments

Comments
 (0)