change explorer quick launch icon to use default 'my computer' icon instead of a...
[reactos.git] / rosapps / devutils / zoomin / framewnd.c
index 3cd95e4..2718aa4 100644 (file)
@@ -29,6 +29,7 @@
 #include "main.h"
 #include "framewnd.h"
 
+extern void ExitInstance();
 
 ////////////////////////////////////////////////////////////////////////////////
 // Global Variables:
@@ -228,6 +229,7 @@ LRESULT CALLBACK FrameWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lPa
        case WM_DESTROY:
                KillTimer(hWnd, 0);
                PostQuitMessage(0);
+               ExitInstance();
                break;
 
        default: