mono / monodevelop

MonoDevelop is a cross platform .NET IDE
http://www.monodevelop.com
2.84k stars 1.02k forks source link

Sync vs-editor-api and adopt code to changes #9457

Closed DavidKarlas closed 4 years ago

knocte commented 4 years ago

Shouldn't the !WINDOWS defines be changed to MAC? otherwise compilation will fail on Linux.

sandyarmstrong commented 4 years ago

@knocte this is new editor infrastructure, which is not yet supported at all on Linux. If it was, it would use the same APIs as Mac, which sometimes differ from what is available on Windows. So these defines are correct.