mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 11:21:12 +08:00
10 lines
209 B
Diff
10 lines
209 B
Diff
--- a/PC/launcher.c
|
|
+++ b/PC/launcher.c
|
|
@@ -1,3 +1,6 @@
|
|
+#if defined(_CONSOLE)
|
|
+#undef _WINDOWS
|
|
+#endif
|
|
/*
|
|
* Copyright (C) 2011-2013 Vinay Sajip.
|
|
* Licensed to PSF under a contributor agreement.
|