Code style.

This commit is contained in:
2020-03-01 17:02:54 +00:00
parent cac25cf7b0
commit 1f98e89f4c
7 changed files with 228 additions and 220 deletions

View File

@@ -26,7 +26,7 @@
AaruPacketHello* GetHello()
{
AaruPacketHello* pkt_server_hello;
AaruPacketHello* pkt_server_hello;
OSVERSIONINFOEX osvi;
SYSTEM_INFO sysinfo;
UINT verSize;

View File

@@ -60,8 +60,9 @@ int PrintNetworkAddresses()
while(pUnicast != NULL)
{
printf(
"%s port %d\n", inet_ntoa(((struct sockaddr_in*)pUnicast->Address.lpSockaddr)->sin_addr), AARUREMOTE_PORT);
printf("%s port %d\n",
inet_ntoa(((struct sockaddr_in*)pUnicast->Address.lpSockaddr)->sin_addr),
AARUREMOTE_PORT);
pUnicast = pUnicast->Next;
}

View File

@@ -18,8 +18,8 @@
#ifndef AARUREMOTE_WIN32_NTIOCTL_H_
#define AARUREMOTE_WIN32_NTIOCTL_H_
#include <winsock2.h>
#include <windows.h>
#include <winsock2.h>
#ifdef HAS_NTDDSCSI_H
#include <ntddscsi.h>