Windows header for registry functions
This commit is contained in:
parent
a0f61882de
commit
03e1582997
@ -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"
|
||||
|
Reference in New Issue
Block a user