cleanup, don't pull in <windows.h>

This commit is contained in:
Glenn Maynard
2005-12-20 20:43:29 +00:00
parent 8822ce2e86
commit c40dedc21f
2 changed files with 10 additions and 9 deletions
@@ -3,6 +3,8 @@
#include "RageLog.h"
#include "RageUtil.h"
#include <windows.h>
/* Given "HKEY_LOCAL_MACHINE\hardware\foo", return "hardware\foo", and place
* the HKEY_LOCAL_MACHINE constant in key. */
static bool GetRegKeyType( const RString &sIn, RString &sOut, HKEY &key )