]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/caret.h
Warning fixes for WinCE.
[wxWidgets.git] / include / wx / msw / caret.h
index 19d91f4bcf5784dfcc80761fe385343768e3bb8f..e1c270508b4a3395e63d51b8b179971d226b6037 100644 (file)
@@ -5,14 +5,14 @@
 // Modified by:
 // Created:     23.05.99
 // RCS-ID:      $Id$
-// Copyright:   (c) wxWindows team
+// Copyright:   (c) wxWidgets team
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_CARET_H_
 #define _WX_CARET_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma interface "caret.h"
 #endif