added windows 64 bit libraries

This commit is contained in:
Fredy 2019-08-24 04:41:44 +02:00
parent fc22c07c72
commit 053145984f
8 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@ cmake-build-debug/
.idea/ .idea/
.DS_Store .DS_Store
CMakeLists.txt CMakeLists.txt
.vscode/

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
lib64/windows/libcrypto.lib Normal file

Binary file not shown.

BIN
lib64/windows/libssl.lib Normal file

Binary file not shown.

View File

@ -483,8 +483,6 @@ void sendMessages(GWSocket* socket)
// Sends a WebSocket message and prints the response // Sends a WebSocket message and prints the response
int main() int main()
{ {
std::cout << "Starting main!" << std::endl;
return 1;
initialize(); initialize();
try try
{ {