win32: add some missing #include <windows.h>

Günther Brammer 2011-03-13 02:03:45 +01:00
parent 01c4845bb5
commit 7bc20a8dc3
4 changed files with 6 additions and 2 deletions

View File

@ -45,6 +45,9 @@
#include <C4Update.h>
#include <C4ConfigShareware.h>
#include <StdRegistry.h>
#ifdef _WIN32
#include <windows.h>
#endif
int globalArgC;
char **globalArgV;

View File

@ -23,7 +23,7 @@
#include <C4FileClasses.h>
#include <StdRegistry.h>
#include <winreg.h>
#include <windows.h>
#define C4FileClassContentType "application/vnd.clonk.c4group"

View File

@ -27,7 +27,7 @@
#include <StdRegistry.h>
#ifdef _WIN32
#include <winreg.h>
#include <windows.h>
#include <stdio.h>
bool DeleteRegistryValue(const char *szSubKey, const char *szValueName)

View File

@ -35,6 +35,7 @@
#ifdef USE_DIRECTX
#include <StdD3D.h>
#endif
#include <windows.h>
#include <mmsystem.h>
#include <stdio.h>
#include <io.h>