Merge branch 'serializingme-dev-fixcompilewarn-v1' into dev-chaos

This commit is contained in:
Alberto Ortega 2015-07-08 12:37:09 +02:00
commit 28d2889d0d
1 changed files with 6 additions and 1 deletions

View File

@ -3,17 +3,22 @@
#include <stdio.h>
#include <stdlib.h>
#include <winsock2.h>
#include <windows.h>
#include <ctype.h>
#include <winsock2.h>
#include <iphlpapi.h>
#include <tlhelp32.h>
#include "utils.h"
#include "types.h"
#ifndef KEY_WOW64_32KEY
#define KEY_WOW64_32KEY 0x0200
#endif
#ifndef KEY_WOW64_64KEY
#define KEY_WOW64_64KEY 0x0100
#endif
/**
* Prototypes for the Wow64 API's since they aren't available in all Windows