diff options
Diffstat (limited to 'src/osd/windows/winmain.cpp')
-rw-r--r-- | src/osd/windows/winmain.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/osd/windows/winmain.cpp b/src/osd/windows/winmain.cpp index 136daea0636..8b30e0f9812 100644 --- a/src/osd/windows/winmain.cpp +++ b/src/osd/windows/winmain.cpp @@ -390,8 +390,8 @@ void MameMainApp::Run() // Required for IFrameworkView. void MameMainApp::Uninitialize() { - // Terminate events do not cause Uninitialize to be called. It will be called if your IFrameworkView - // class is torn down while the app is in the foreground. + // Terminate events do not cause Uninitialize to be called. It will be called if your IFrameworkView + // class is torn down while the app is in the foreground. } IFrameworkView^ MameViewSource::CreateView() @@ -589,4 +589,4 @@ static int is_double_click_start(int argc) return (argc <= 1 && startup_info.dwFlags && !(startup_info.dwFlags & STARTF_USESTDHANDLES)); } -#endif // WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
\ No newline at end of file +#endif // WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP) |