adopt for new MinGW

This commit is contained in:
2025-01-06 12:55:44 +03:00
parent 15548de79c
commit f334a6603f
6 changed files with 10 additions and 5 deletions

View File

@@ -31,8 +31,10 @@ int main(int argc, char * argv[]) {
# include "piscreentypes.h"
# include "pisharedmemory.h"
# include <wincon.h>
// clang-format off
# include <wingdi.h>
# include <wincon.h>
// clang-format on
PIVector<PIVector<PIScreenTypes::Cell>> cells;