GiacomoLaw / Keylogger

A simple keylogger for Windows, Linux and Mac
https://simple-keylogger.github.io/
MIT License
2.06k stars 617 forks source link

Update klog_main.cpp #138

Closed serangelicloud closed 1 year ago

serangelicloud commented 1 year ago

updated a couple of lines of code for compability problems

here i solved a error you could encounter on some windows computers:

identifier \"strcpy_s\" is undefined identifier \"localtime_s\" is undefined

This is meant only for the ones who don't have the c standard library, but this code is compiled in C++ so not everyone has it.

please review

GiacomoLaw commented 1 year ago

Thanks :D