Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dies1rae committed Aug 25, 2020
1 parent 9856999 commit 65d5fbc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions logger/collector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#include <stdlib.h>
#include <direct.h>
#include <WinSock2.h>

//#include <filesystem>
#pragma comment(lib, "IPHLPAPI.lib")
#pragma comment(lib,"user32.lib")
Expand Down Expand Up @@ -342,6 +343,11 @@ std::string collector::get_pc_user_() {
std::wstring tmp_ = buff_;
std::string res(tmp_.begin(), tmp_.end());
return res;
}
std::string collector::get_pc_user_list_() {



}

void collector::collect_log_file(){
Expand Down

0 comments on commit 65d5fbc

Please sign in to comment.