Split window control, listview and treeview moved to child window.
[reactos.git] / rosapps / regedit / main.h
index e0b8728..2c499ba 100644 (file)
@@ -44,13 +44,15 @@ extern "C" {
 
 ////////////////////////////////////////////////////////////////////////////////
 // Global Variables:
+//
 extern HINSTANCE hInst;
-extern HWND hMainWnd;
+extern HWND hFrameWnd;
 extern HWND hStatusBar;
+extern HMENU hMenuFrame;
 
 extern TCHAR szTitle[];
 extern TCHAR szFrameClass[];
-//extern TCHAR szWindowClass[];
+extern TCHAR szChildClass[];
 
 #ifndef _MSC_VER
 typedef struct tagNMITEMACTIVATE{