mirror of
https://github.com/aaru-dps/aaruremote.git
synced 2025-12-16 19:24:37 +00:00
Code style.
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
|
||||
AaruPacketHello* GetHello()
|
||||
{
|
||||
AaruPacketHello* pkt_server_hello;
|
||||
AaruPacketHello* pkt_server_hello;
|
||||
OSVERSIONINFOEX osvi;
|
||||
SYSTEM_INFO sysinfo;
|
||||
UINT verSize;
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user