mirror of
https://github.com/reactos/reactos.git
synced 2025-05-07 02:41:22 +00:00
[PSDK] Change #if to #ifdef, to be more consistent with the majority of our codebase.
This commit is contained in:
parent
c8b93430d4
commit
c32993c672
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue