SDL2/VisualC
Ozkan Sezer c0baa6bf5e move SDL_windowstaskdialog.h contents into SDL_windowsmessagebox.c
Silences clang -Wpragma warnings:

D:/a/SDL/SDL/src/video/windows/SDL_windowstaskdialog.h:21:10: warning: the current #pragma pack alignment value is modified in the included file [-Wpragma-pack]
#include <pshpack1.h>
         ^
D:/a/_temp/msys64/clang64/include/pshpack1.h:7:9: note: previous '#pragma pack' directive that modifies alignment is here
#pragma pack(push,1)
        ^

In file included from D:/a/SDL/SDL/src/video/windows/SDL_windowsmessagebox.c:35:

D:/a/SDL/SDL/src/video/windows/SDL_windowstaskdialog.h:156:10: warning: the current #pragma pack alignment value is modified in the included file [-Wpragma-pack]

#include <poppack.h>

         ^

note: previous '#pragma pack' directive that modifies alignment is here

2 warnings generated.

Closes: https://github.com/libsdl-org/SDL/issues/6240
2022-09-16 20:03:50 +03:00
..
pkg-support/cmake cmake: fix location of include dir for SDL2 VC sdk 2022-06-18 13:30:54 +02:00
SDL move SDL_windowstaskdialog.h contents into SDL_windowsmessagebox.c 2022-09-16 20:03:50 +03:00
SDLmain Automatically select the default platform toolset for MSVC builds 2021-07-24 16:06:54 -07:00
SDLtest Automatically select the default platform toolset for MSVC builds 2021-07-24 16:06:54 -07:00
tests Added a virtual joystick automated test 2022-07-13 08:58:15 -07:00
visualtest fixes to visual test MSVC project files. 2021-12-21 20:12:20 +03:00
clean.sh Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
SDL.sln testsurround: Add surround sound channel tester 2021-10-30 21:26:03 -07:00