]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/tabctrl.h
Simplified app initialisation in wxMSW and wxStubs
[wxWidgets.git] / include / wx / msw / tabctrl.h
index b5c076eb7f46ce0daa65babb93319c6e02d26d1b..798c61b32285cb61f9d5aa2f30701c0f4d434ec0 100644 (file)
@@ -5,12 +5,12 @@
 // Modified by:
 // Created:     01/02/97
 // RCS-ID:      $Id$
-// Copyright:   (c) Julian Smart and Markus Holzem
-// Licence:    wxWindows license
+// Copyright:   (c) Julian Smart
+// Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifndef __TABCTRLH__
-#define __TABCTRLH__
+#ifndef _WX_TABCTRL_H_
+#define _WX_TABCTRL_H_
 
 #ifdef __GNUG__
 #pragma interface "tabctrl.h"
@@ -150,4 +150,4 @@ typedef void (wxEvtHandler::*wxTabEventFunction)(wxTabEvent&);
   id, -1, (wxObjectEventFunction) (wxEventFunction) (wxTabEventFunction) & fn, NULL },
 
 #endif
-    // __TABCTRLH__
+    // _WX_TABCTRL_H_