git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@754 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-11-18 16:19:05 +00:00
parent 9a54642942
commit d722d9da58
3 changed files with 16 additions and 6 deletions

View File

@@ -51,10 +51,10 @@ struct _MwLLCommonPixmap {
#ifdef _MILSKO
#ifdef USE_X11
#include "../../src/backend/x11.h"
#include <Mw/LowLevel/X11.h>
#endif
#ifdef USE_GDI
#include "../../src/backend/gdi.h"
#include <Mw/LowLevel/GDI.h>
#endif
union _MwLL {