mirror of
https://github.com/a0rtega/pafish
synced 2024-11-25 23:59:37 +03:00
Merge branch 'serializingme-dev-fixcompilewarn-v1' into dev-chaos
This commit is contained in:
commit
28d2889d0d
@ -3,17 +3,22 @@
|
|||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#include <winsock2.h>
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <winsock2.h>
|
|
||||||
#include <iphlpapi.h>
|
#include <iphlpapi.h>
|
||||||
#include <tlhelp32.h>
|
#include <tlhelp32.h>
|
||||||
|
|
||||||
#include "utils.h"
|
#include "utils.h"
|
||||||
#include "types.h"
|
#include "types.h"
|
||||||
|
|
||||||
|
#ifndef KEY_WOW64_32KEY
|
||||||
#define KEY_WOW64_32KEY 0x0200
|
#define KEY_WOW64_32KEY 0x0200
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifndef KEY_WOW64_64KEY
|
||||||
#define KEY_WOW64_64KEY 0x0100
|
#define KEY_WOW64_64KEY 0x0100
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Prototypes for the Wow64 API's since they aren't available in all Windows
|
* Prototypes for the Wow64 API's since they aren't available in all Windows
|
||||||
|
Loading…
Reference in New Issue
Block a user