HVNC/Server/Common.h

7 lines
131 B
C
Raw Normal View History

2021-09-03 20:14:15 -07:00
#pragma once
#include <WinSock.h>
#include <Windows.h>
#include <Windowsx.h>
#include <stdio.h>
#pragma comment(lib, "ws2_32.lib")