mirror of
https://github.com/electron/electron.git
synced 2026-02-01 18:55:08 -05:00
#else instead of #elif
This commit is contained in:
@@ -288,7 +288,7 @@ gfx::Size NativeWindow::GetContentMaximumSize() const {
|
||||
gfx::Size maximum_size = GetContentSizeConstraints().GetMaximumSize();
|
||||
#if defined(OS_WIN)
|
||||
return GetExpandedWindowSize(this, maximum_size);
|
||||
#elif
|
||||
#else
|
||||
return maximum_size;
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user