]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/bombs/game.cpp
wxMSW: return correct value from wxMessageDialog::GetReturnCode().
[wxWidgets.git] / demos / bombs / game.cpp
index 9790ed67a6fde666bc7d752e57f3f92c7a2dce8e..48bd783d794d485c5a2caeeed7644688b1d9b794 100644 (file)
@@ -4,15 +4,10 @@
 // Author:      P. Foggia 1996
 // Modified by: Wlodzimierz Skiba (ABX) since 2003
 // Created:     1996
-// RCS-ID:      $Id$
 // Copyright:   (c) 1996 P. Foggia
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
-#   pragma implementation
-#endif
-
 #include "wx/wxprec.h"
 
 #ifdef __BORLANDC__