update for HEAD-2003021201
[reactos.git] / apps / tests / stretchblt / stretchblt.cpp
index 40035f0..1969480 100644 (file)
@@ -199,7 +199,9 @@ LRESULT CALLBACK MainWndProc(HWND HWnd, UINT Msg, WPARAM WParam,
       {
          PAINTSTRUCT ps;
          const HDC Hdc = BeginPaint(HWnd, &ps);
+#if 0
          try
+#endif
          {
             //
             // TODO: add palette support (see Chapter 9)...
@@ -232,8 +234,10 @@ LRESULT CALLBACK MainWndProc(HWND HWnd, UINT Msg, WPARAM WParam,
                              SRCCOPY);  
                }
             }
-         }           
+         }
+#if 0           
          catch (...)
+#endif
          {
             EndPaint(HWnd, &ps);
          }