mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
[3DTEXT]
* 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:
@@ -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
|
||||
|
||||
|
||||
@@ -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];
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user