diff options
Diffstat (limited to 'vcl/win')
-rw-r--r-- | vcl/win/source/app/saldata.cxx | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/vcl/win/source/app/saldata.cxx b/vcl/win/source/app/saldata.cxx index 821790beb0e9..7c70bfa17319 100644 --- a/vcl/win/source/app/saldata.cxx +++ b/vcl/win/source/app/saldata.cxx @@ -74,4 +74,15 @@ int ImplSalWICompareAscii( const wchar_t* pStr1, const char* pStr2 ) return nRet; } +namespace vcl +{ + +bool IsWindowSystemAvailable() +{ + return true; // FIXME: we want this to return false if logged in + // to some Cygwin ssh session for instance +} + +} // namespace vcl + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |