diff options
| -rw-r--r-- | src/windows/leash/Leash.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/windows/leash/Leash.cpp b/src/windows/leash/Leash.cpp index fe2e7e7da..25a17de5d 100644 --- a/src/windows/leash/Leash.cpp +++ b/src/windows/leash/Leash.cpp @@ -345,6 +345,9 @@ BOOL CLeashApp::InitInstance() if (!FirstInstance()) return FALSE; + if (!CWinAppEx::InitInstance()) + return FALSE; + //register our unique wnd class name to find it later WNDCLASS wndcls; memset(&wndcls, 0, sizeof(WNDCLASS)); |
