Fix travis linting.

This commit is contained in:
DrChat 2017-12-14 18:45:11 -06:00
parent e9fc6921d2
commit d896c1f3f0
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ bool Win32Window::OnCreate() {
wcex.cbWndExtra = 0;
wcex.hInstance = hInstance;
wcex.hIcon = LoadIcon(hInstance, L"MAINICON");
wcex.hIconSm = NULL; // LoadIcon(hInstance, L"MAINICON");
wcex.hIconSm = NULL; // LoadIcon(hInstance, L"MAINICON");
wcex.hCursor = LoadCursor(nullptr, IDC_ARROW);
wcex.hbrBackground = (HBRUSH)(COLOR_WINDOW + 1);
wcex.lpszMenuName = nullptr;