diff options
| author | 2015-09-30 08:29:01 +0200 | |
|---|---|---|
| committer | 2015-09-30 08:29:01 +0200 | |
| commit | 8e4ced4b531ac52fb764d9374a7c215bc62a890a (patch) | |
| tree | c29767f6a9f305bac993eaaf1ca268e85cf0427c /src/osd/modules/debugger/win/debugviewinfo.c | |
| parent | 9fd990dea821ddca94916fa3eed0aef824eb08ea (diff) | |
Cleanups and version bumpmame0166
Diffstat (limited to 'src/osd/modules/debugger/win/debugviewinfo.c')
| -rw-r--r-- | src/osd/modules/debugger/win/debugviewinfo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/osd/modules/debugger/win/debugviewinfo.c b/src/osd/modules/debugger/win/debugviewinfo.c index abdddcec931..55b806b0056 100644 --- a/src/osd/modules/debugger/win/debugviewinfo.c +++ b/src/osd/modules/debugger/win/debugviewinfo.c @@ -50,7 +50,7 @@ debugview_info::debugview_info(debugger_windows_interface &debugger, debugwin_in // create the child view m_wnd = CreateWindowEx(DEBUG_VIEW_STYLE_EX, TEXT("MAMEDebugView"), NULL, DEBUG_VIEW_STYLE, - 0, 0, 100, 100, parent, NULL, GetModuleHandleUni(), this); + 0, 0, 100, 100, parent, NULL, GetModuleHandleUni(), this); if (m_wnd == NULL) goto cleanup; @@ -800,7 +800,7 @@ void debugview_info::register_window_class() wc.style = 0; wc.cbClsExtra = 0; wc.cbWndExtra = 0; - + UnregisterClass(wc.lpszClassName, wc.hInstance); // register the class; fail if we can't |
