Windows header for registry functions

This commit is contained in:
Simon
2011-03-30 17:22:11 +01:00
parent a0f61882de
commit 03e1582997

View File

@@ -3,6 +3,9 @@
#include <string.h>
#include <regex.h>
#include <sys/types.h>
#ifdef WIN32
#include <windows.h>
#endif
#include "misc.h"
#include "defines.h"
#include "interface.h"