OSDN Git Service

pcyp等からのチャンネル表示時にメインウインドウを表示しないよう修正 IM0027-4-2
authoreru <eru01@users.sourceforge.jp>
Mon, 12 May 2008 09:41:31 +0000 (09:41 +0000)
committereru <eru01@users.sourceforge.jp>
Mon, 12 May 2008 09:41:31 +0000 (09:41 +0000)
PeerCast.root/PeerCast/ui/win32/simple/Simple.cpp
c:/Git/PeerCast.root/PeerCast/ui/win32/simple/Simple.cpp

index 41c69b6..1575e87 100644 (file)
@@ -294,7 +294,7 @@ int APIENTRY WinMain(HINSTANCE hInstance,
                        HWND oldWin = FindWindow(szWindowClass,NULL);
                        if (oldWin)
                        {
-                                               SendMessage(oldWin,WM_SHOWGUI,0,0);
+                                               //SendMessage(oldWin,WM_SHOWGUI,0,0);
                                if (killMe)
                                {
                                        SendMessage(oldWin,WM_DESTROY,0,0);
index 41c69b6..1575e87 100644 (file)
@@ -294,7 +294,7 @@ int APIENTRY WinMain(HINSTANCE hInstance,
                        HWND oldWin = FindWindow(szWindowClass,NULL);
                        if (oldWin)
                        {
-                                               SendMessage(oldWin,WM_SHOWGUI,0,0);
+                                               //SendMessage(oldWin,WM_SHOWGUI,0,0);
                                if (killMe)
                                {
                                        SendMessage(oldWin,WM_DESTROY,0,0);