mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
[SOL]
* Remove one time inclusions from the main header and put them back where they belong. * Cleanup the main header. CORE-7716 svn path=/trunk/; revision=61530
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
#include "solitaire.h"
|
||||
|
||||
CardRegion *pDeck;
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
#include "solitaire.h"
|
||||
|
||||
#if 1
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
|
||||
#include "solitaire.h"
|
||||
|
||||
#include <winreg.h>
|
||||
#include <commctrl.h>
|
||||
#include <tchar.h>
|
||||
|
||||
#include "resource.h"
|
||||
|
||||
TCHAR szHelpPath[MAX_PATH];
|
||||
|
||||
DWORD dwAppStartTime;
|
||||
|
||||
@@ -1,15 +1,5 @@
|
||||
#define WIN32_NO_STATUS
|
||||
#include <stdarg.h>
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
#include <winreg.h>
|
||||
#include <winuser.h>
|
||||
#include <commctrl.h>
|
||||
#include <tchar.h>
|
||||
#include <cardlib.h>
|
||||
|
||||
#include "resource.h"
|
||||
|
||||
extern CardWindow SolWnd;
|
||||
extern TCHAR szAppName[];
|
||||
extern bool fGameStarted;
|
||||
@@ -49,7 +39,6 @@ extern CardRegion *pPile;
|
||||
extern CardRegion *pSuitStack[];
|
||||
extern CardRegion *pRowStack[];
|
||||
|
||||
|
||||
bool CARDLIBPROC RowStackDragProc(CardRegion &stackobj, int iNumCards);
|
||||
bool CARDLIBPROC RowStackDropProc(CardRegion &stackobj, CardStack &dragcards);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user