Updated with latest progress. How does one read a default registry value???
[reactos.git] / rosapps / regedt32 / childwnd.h
index b9e680d..439c0c0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  ReactOS Application MDI Child Window
+ *  ReactOS regedt32
  *
  *  childwnd.h
  *
@@ -20,8 +20,8 @@
  *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
-#ifndef __CHILD_WND_H__
-#define __CHILD_WND_H__
+#ifndef __CHILDWND_H__
+#define __CHILDWND_H__
 
 #ifdef __cplusplus
 extern "C" {
@@ -39,4 +39,4 @@ LRESULT CALLBACK ChildWndProc(HWND, UINT, WPARAM, LPARAM);
 };
 #endif
 
-#endif // __CHILD_WND_H__
+#endif // __CHILDWND_H__