#pragma once #ifndef WIN32_LEAN_AND_MEAN #define WIN32_LEAN_AND_MEAN #endif #pragma comment(lib, "Ws2_32.lib") #include #include #include #include #include #include // Defined functions VOID StartShellClient(TCHAR *ServerIP);