mirror of
https://github.com/reactos/reactos.git
synced 2025-04-03 20:21:17 +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:
parent
e317bc769d
commit
d238b96e77
3 changed files with 12 additions and 13 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue