Skip to content

Commit

Permalink
Fix build error on 32bit Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Flamefire committed Jul 9, 2024
1 parent 6cd9fbf commit 7f7cf7f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions extras/videoDrivers/SDL2/VideoSDL2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@

#ifdef _WIN32
# include <boost/nowide/convert.hpp>
# ifndef WIN32_LEAN_AND_MEAN
# define WIN32_LEAN_AND_MEAN
# endif
# include <windows.h> // Avoid "Windows headers require the default packing option" due to SDL2
# include <SDL_syswm.h>
#endif // _WIN32

Expand Down

0 comments on commit 7f7cf7f

Please sign in to comment.