mirror of
https://github.com/encounter/SDL.git
synced 2025-12-19 09:55:29 +00:00
Renaming of guard header names to quiet -Wreserved-id-macro
This commit is contained in:
@@ -19,8 +19,8 @@
|
||||
3. This notice may not be removed or altered from any source distribution.
|
||||
*/
|
||||
|
||||
#ifndef _SDL_BWin_h
|
||||
#define _SDL_BWin_h
|
||||
#ifndef SDL_BWin_h_
|
||||
#define SDL_BWin_h_
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
@@ -674,6 +674,6 @@ private:
|
||||
* through a draw cycle. Occurs when the previous
|
||||
* buffer provided by DirectConnected() is invalidated.
|
||||
*/
|
||||
#endif
|
||||
#endif /* SDL_BWin_h_ */
|
||||
|
||||
/* vi: set ts=4 sw=4 expandtab: */
|
||||
|
||||
Reference in New Issue
Block a user