]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/types.h
Don't return a dangling pointer from wxDateTime::ParseXXX(wxCStrData).
[wxWidgets.git] / include / wx / types.h
index 2c3c965512b5939bc9743f2a6a8d4cf0938a74e7..145b53ecbe72818ae0737cef792cd7cb2111de6e 100644 (file)
@@ -1,21 +1,17 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        types.h
+// Name:        wx/types.h
 // Purpose:     Type identifiers, used by resource system
 // Author:      Julian Smart
 // Modified by:
 // Created:     01/02/97
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:    wxWindows licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_TYPESH__
 #define _WX_TYPESH__
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-// #pragma interface "types.h"
-#endif
-
 // Types of objects
 #define wxTYPE_ANY             0
 #define wxTYPE_OBJECT          wxTYPE_ANY