diff --git a/dub.json b/dub.json index f7c176c0..29ca505d 100644 --- a/dub.json +++ b/dub.json @@ -21,7 +21,7 @@ "targetType": "staticLibrary", "versions-posix": ["USE_SDL", "USE_OPENGL"], - "versions-windows": ["USE_OPENGL", "Unicode"], + "versions-windows": ["Unicode"], "copyFiles": ["res"], diff --git a/examples/example1/dub.json b/examples/example1/dub.json index 541175d3..138bfc2f 100644 --- a/examples/example1/dub.json +++ b/examples/example1/dub.json @@ -16,7 +16,7 @@ "copyFiles": ["res"], "versions-posix": ["USE_SDL", "USE_OPENGL"], - "versions-windows": ["USE_OPENGL"], + "versions-windows": ["Unicode"], "mainSourceFile": "src/main.d", diff --git a/examples/tetris/dub.json b/examples/tetris/dub.json index 11144dc0..766631e0 100644 --- a/examples/tetris/dub.json +++ b/examples/tetris/dub.json @@ -16,7 +16,7 @@ "copyFiles": ["res"], "versions-posix": ["USE_SDL", "USE_OPENGL"], - "versions-windows": ["USE_OPENGL"], + "versions-windows": ["Unicode"], "mainSourceFile": "src/main.d",