Skip to content

Commit

Permalink
Do not redefine SDL_MAIN_HANDLED (#70492)
Browse files Browse the repository at this point in the history
  • Loading branch information
Qrox authored Dec 29, 2023
1 parent 5b32845 commit f7cf4b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sdl_wrappers.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
#ifndef CATA_SRC_SDL_WRAPPERS_H
#define CATA_SRC_SDL_WRAPPERS_H

#ifndef SDL_MAIN_HANDLED
#define SDL_MAIN_HANDLED
#endif
// IWYU pragma: begin_exports
#if defined(_MSC_VER) && defined(USE_VCPKG)
# include <SDL2/SDL.h>
Expand Down

0 comments on commit f7cf4b7

Please sign in to comment.