Correctly initialize variables.
This commit is contained in:
parent
8a1a8c6502
commit
ecf6e5bf9c
@ -2,9 +2,9 @@
|
||||
|
||||
namespace Components
|
||||
{
|
||||
HWND Window::MainWindow;
|
||||
Dvar::Var Window::NoBorder;
|
||||
BOOL Window::CursorVisible;
|
||||
HWND Window::MainWindow = 0;
|
||||
BOOL Window::CursorVisible = TRUE;
|
||||
|
||||
void __declspec(naked) Window::StyleHookStub()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user