* 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=61566
This commit is contained in:
Amine Khaldi 2014-01-07 17:11:52 +00:00
parent e317bc769d
commit d238b96e77
3 changed files with 12 additions and 13 deletions

View file

@ -20,6 +20,15 @@
#include "3dtext.h"
#include <winbase.h>
#include <wingdi.h>
#include <winuser.h>
#include <scrnsave.h>
#include <math.h>
#include <GL/glu.h>
#include "resource.h"
static HGLRC hRC; // Permanent Rendering Context
static HDC hDC; // Private GDI Device Context

View file

@ -18,18 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <winreg.h>
#include <wingdi.h>
#include <winuser.h>
#include <scrnsave.h>
#include <math.h>
#include <GL/glu.h>
#include <tchar.h>
#include "resource.h"
#include <windef.h>
extern TCHAR m_Text[MAX_PATH];

View file

@ -18,10 +18,10 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
//////////////////////////////////////////////////////////////////
#include "3dtext.h"
#include <winreg.h>
TCHAR m_Text[MAX_PATH] = _T("ReactOS Rocks!");
VOID LoadSettings(VOID)