sync with trunk (r46275)
[reactos.git] / base / applications / regedit / main.h
index 6e22e3e..ea16cee 100644 (file)
@@ -18,8 +18,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-#ifndef __MAIN_H__
-#define __MAIN_H__
+#pragma once
 
 #include "resource.h"
 
@@ -124,5 +123,3 @@ extern void DestroyMainMenu( void );
 /* edit.c */
 extern BOOL ModifyValue(HWND hwnd, HKEY hKey, LPCTSTR valueName, BOOL EditBin);
 extern BOOL DeleteKey(HWND hwnd, HKEY hKeyRoot, LPCTSTR keyPath);
-
-#endif /* __MAIN_H__ */