]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/wx.rc
minor fixes for mingw32 compilation
[wxWidgets.git] / include / wx / msw / wx.rc
index d064760b5f2e964c135e41ffc58b078888a7caab..34ee12e83a9b25451d3dd5ada6b7767f3b7e08b2 100644 (file)
 // LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT ADVISED OF THE POSSIBILITY OF
 // DAMAGE, AND ON ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH
 // THE USE OR PERFORMANCE OF THIS SOFTWARE.
 // LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT ADVISED OF THE POSSIBILITY OF
 // DAMAGE, AND ON ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH
 // THE USE OR PERFORMANCE OF THIS SOFTWARE.
-/////////////////////////////////////////////////////////////////////////////
-//
 //
 //
+// Version: $Id$
+/////////////////////////////////////////////////////////////////////////////
 
 #if (defined( __GNUWIN32__ ) && !defined(__TWIN32__)) || defined(__MWERKS__)
 
 #if (defined( __GNUWIN32__ ) && !defined(__TWIN32__)) || defined(__MWERKS__)
-#include <wx/msw/gnuwin32/winresrc.h>
+       #include <wx/msw/gnuwin32/winresrc.h>
 #else
 #else
-#include <windows.h>
+       #include <windows.h>
 #endif
 
 //////////////////////////////////////////////////////////////////////////////
 #endif
 
 //////////////////////////////////////////////////////////////////////////////
@@ -109,6 +109,13 @@ WXCURSOR_BLANK          CURSOR  DISCARDABLE     "wx/msw/blank.cur"
 //wxDEFAULT_MDIPARENTFRAME      ICON "wx/msw/mdi.ico"
 //wxDEFAULT_MDICHILDFRAME       ICON "wx/msw/child.ico"
 
 //wxDEFAULT_MDIPARENTFRAME      ICON "wx/msw/mdi.ico"
 //wxDEFAULT_MDICHILDFRAME       ICON "wx/msw/child.ico"
 
+// Standard icons
+wxICON_QUESTION                ICON "wx/msw/question.ico"
+wxICON_WARNING         ICON "wx/msw/warning.ico"
+wxICON_ERROR           ICON "wx/msw/error.ico"
+wxICON_INFO            ICON "wx/msw/info.ico"
+wxICON_TIP             ICON "wx/msw/tip.ico"
+
 //////////////////////////////////////////////////////////////////////////////
 //
 // Bitmaps
 //////////////////////////////////////////////////////////////////////////////
 //
 // Bitmaps