[MSCONFIG_NEW]
[reactos.git] / reactos / base / applications / msconfig_new / generalpage.h
index d575ec8..5ac2f01 100644 (file)
@@ -1,8 +1,15 @@
+/*
+ * PROJECT:     ReactOS Applications
+ * LICENSE:     LGPL - See COPYING in the top level directory
+ * FILE:        base/applications/msconfig_new/generalpage.c
+ * PURPOSE:     General page message handler
+ * COPYRIGHT:   Copyright 2005-2006 Christoph von Wittich <Christoph@ApiViewer.de>
+ *              Copyright 2011-2012 Hermes BELUSCA - MAITO <hermes.belusca@sfr.fr>
+ */
+
 #ifndef _GENERALPAGE_H_
 #define _GENERALPAGE_H_
 
-extern HWND hGeneralPage;
-
 INT_PTR CALLBACK GeneralPageWndProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam);
 
 #endif /* _GENERALPAGE_H_ */