mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-15 09:18:27 +00:00
Remove underscore in guard header defines (#6922)
This commit is contained in:
parent
cdbd1be8c6
commit
07808d6a03
19 changed files with 55 additions and 55 deletions
|
@ -26,10 +26,10 @@
|
|||
* after you finish any function and structure declarations in your headers
|
||||
*/
|
||||
|
||||
#ifndef _SDL_begin_code_h
|
||||
#ifndef SDL_begin_code_h
|
||||
#error SDL_close_code.h included without matching SDL_begin_code.h
|
||||
#endif
|
||||
#undef _SDL_begin_code_h
|
||||
#undef SDL_begin_code_h
|
||||
|
||||
/* Reset structure packing at previous byte alignment */
|
||||
#if defined(_MSC_VER) || defined(__MWERKS__) || defined(__BORLANDC__)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue