Przeglądaj źródła

Various Win32 compilation fixes.

legacy
Sam Hocevar 4 lat temu
rodzic
commit
44f6969c2d
3 zmienionych plików z 6 dodań i 3 usunięć
  1. +1
    -1
      lol-core
  2. +3
    -1
      src/application/egl-app.cpp
  3. +2
    -1
      src/image/codec/gdiplus-image.cpp

+ 1
- 1
lol-core

@@ -1 +1 @@
Subproject commit c806e7728016d3538fbc4806b992188888815f48
Subproject commit 42d43c24a7eb3eab58483f9ead5bc6b5fbf57473

+ 3
- 1
src/application/egl-app.cpp Wyświetl plik

@@ -252,7 +252,9 @@ EglApp::EglApp(char const *title, ivec2 res, float fps) :
Video::Setup((ivec2)data->screen_size);
audio::init();
#else
UNUSED(title, res, fps);
(void)title;
(void)res;
(void)fps;
#endif
}



+ 2
- 1
src/image/codec/gdiplus-image.cpp Wyświetl plik

@@ -1,7 +1,7 @@
//
// Lol Engine
//
// Copyright © 2010—2018 Sam Hocevar <sam@hocevar.net>
// Copyright © 2010—2020 Sam Hocevar <sam@hocevar.net>
//
// Lol Engine is free software. It comes without any warranty, to
// the extent permitted by applicable law. You can redistribute it
@@ -11,6 +11,7 @@
//

#include <lol/engine-internal.h>
#include <lol/msg> // lol::msg

#if LOL_USE_GDIPLUS
# include <string>


Ładowanie…
Anuluj
Zapisz