mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
fix typo
if -> ifdef
This commit is contained in:
parent
2e8b168f19
commit
b2ca38b479
|
@ -1,7 +1,7 @@
|
|||
#include "widgets/logindialog.hpp"
|
||||
#include "common.hpp"
|
||||
#include "util/urlfetch.hpp"
|
||||
#if USEWINSDK
|
||||
#ifdef USEWINSDK
|
||||
#include <Windows.h>
|
||||
#endif
|
||||
|
||||
|
@ -190,7 +190,7 @@ void AdvancedLoginWidget::refreshButtons()
|
|||
|
||||
LoginWidget::LoginWidget()
|
||||
{
|
||||
#if USEWINSDK
|
||||
#ifdef USEWINSDK
|
||||
::SetWindowPos((HWND)this->winId(), HWND_TOPMOST, 0, 0, 0, 0, SWP_NOMOVE | SWP_NOSIZE | SWP_SHOWWINDOW);
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue