win32: add includes missing for some windows header versions

Günther Brammer 2011-03-13 01:15:52 +01:00
parent 226eb9b366
commit 01c4845bb5
2 changed files with 2 additions and 1 deletions

View File

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

View File

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