* Move some inclusions to the main header.
* Remove inclusions and definitions that already exist in the main header.
CORE-7716
svn path=/trunk/; revision=61548
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
-#define WIN32_NO_STATUS
-#include <stdarg.h>
-#include <windef.h>
-
#include "main.h"
-#include "resource.h"
INT_PTR CALLBACK CustomDlgProc( HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam )
{
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
-#define WIN32_NO_STATUS
-#include <stdarg.h>
-#include <windef.h>
+#include "main.h"
+
#include <winbase.h>
#include <winreg.h>
#include <wingdi.h>
#include <stdlib.h>
#include <shellapi.h>
-#include "main.h"
-#include "resource.h"
-
#include <wine/debug.h>
WINE_DEFAULT_DEBUG_CHANNEL(winemine);
#pragma once
+#include <stdarg.h>
+
+#define WIN32_NO_STATUS
+#include <windef.h>
#include <winuser.h>
+#include "resource.h"
+
#define BEGINNER_MINES 10
#define BEGINNER_COLS 9
#define BEGINNER_ROWS 9