mirror of
https://github.com/Karaka-Management/cOMS.git
synced 2026-01-28 18:38:41 +00:00
fix
This commit is contained in:
parent
9ce5b19678
commit
9c486a0e2f
|
|
@ -11,8 +11,8 @@
|
|||
namespace UI
|
||||
{
|
||||
typedef struct {
|
||||
unsigned int width = 0;
|
||||
unsigned int height = 0;
|
||||
unsigned int width;
|
||||
unsigned int height;
|
||||
|
||||
#ifdef _WIN32
|
||||
HWND hwnd;
|
||||
|
|
@ -40,7 +40,7 @@ namespace UI
|
|||
wc.hInstance = hinstance;
|
||||
wc.hCursor = LoadCursor(NULL, IDC_ARROW);
|
||||
wc.hbrBackground = (HBRUSH)COLOR_WINDOW;
|
||||
wc.lpszClassName = "WindowClass1";
|
||||
wc.lpszClassName = L"WindowClass1";
|
||||
|
||||
RegisterClassEx(&wc);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user