Commit e73d8241 authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

explorer: Set the default driver to mac,x11 in all cases.

The host specific options won't work with the PE build anyway. Signed-off-by: 's avatarHuw Davies <huw@codeweavers.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 4960e415
...@@ -37,11 +37,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(explorer); ...@@ -37,11 +37,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(explorer);
#define DESKTOP_CLASS_ATOM ((LPCWSTR)MAKEINTATOM(32769)) #define DESKTOP_CLASS_ATOM ((LPCWSTR)MAKEINTATOM(32769))
#define DESKTOP_ALL_ACCESS 0x01ff #define DESKTOP_ALL_ACCESS 0x01ff
#ifdef __APPLE__
static const WCHAR default_driver[] = {'m','a','c',',','x','1','1',0}; static const WCHAR default_driver[] = {'m','a','c',',','x','1','1',0};
#else
static const WCHAR default_driver[] = {'x','1','1',0};
#endif
static BOOL using_root; static BOOL using_root;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment