[PSDK] Change #if to #ifdef, to be more consistent with the majority of our codebase.

This commit is contained in:
David Quintana 2018-01-04 19:15:06 +01:00
parent c8b93430d4
commit c32993c672

View file

@ -66,7 +66,7 @@ typedef struct ip_option_information IP_OPTION_INFORMATION, *PIP_OPTION_INFORMAT
typedef struct icmp_echo_reply ICMP_ECHO_REPLY, *PICMP_ECHO_REPLY;
#if _WIN64
#ifdef _WIN64
struct icmp_echo_reply32
{
IPAddr Address;