]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/dbbrowse/dbbrowse.h
Fixes to allow compilation with no wchar_t (djgpp probably has a real wchar_t
[wxWidgets.git] / demos / dbbrowse / dbbrowse.h
index 43a4ff4fd6365c0233be2d498ec11003f4ed2893..0bf41ebd3a0dfeba8ea736acbb2cbd6b03cbaea8 100644 (file)
@@ -1,7 +1,7 @@
 //----------------------------------------------------------------------------------------
 // Name:        dbbrowse.h
 // Purpose:     Through ODBC - Databases Browsen
-// Author:      Mark Johnson, mj10777@gmx.net
+// Author:      Mark Johnson
 // Modified by:
 // Created:     19991127
 // Copyright:   (c) Mark Johnson
@@ -13,9 +13,9 @@
 class MainFrame: public wxFrame
 {
 public:
-    MainFrame(wxFrame *frame, char *title,  const wxPoint& pos, const wxSize& size);
+    MainFrame(wxFrame *frame, wxChar *title,  const wxPoint& pos, const wxSize& size);
     ~MainFrame(void);
-    
+
 public:
     // menu callbacks
     void OnAbout(wxCommandEvent& event);
@@ -46,9 +46,6 @@ public:
 //----------------------------------------------------------------------------------------
 // ID for the menu quit command
 //----------------------------------------------------------------------------------------
-#define QUIT                         777
-#define ABOUT                        778
-#define HELP                         779
 #define TREE_CTRL_PGM                102
 #define GRID_CTRL                    103
 #define TREE_CTRL_DB                 104