kernelwernel / VMAware

VM detection library and tool
GNU General Public License v3.0
291 stars 28 forks source link

wcstombs: This function or variable may be unsafe #102

Closed GhostDog98 closed 2 weeks ago

GhostDog98 commented 2 weeks ago

When attempting to compile using VS, I receive the following error:

'wcstombs': This function or variable may be unsafe. Consider using wcsombs_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.

While using this option does disable it, it'd be great to have this fixed.

kernelwernel commented 2 weeks ago

fixed here, i'll soon update it to the 1.6 version which will include the fix.

Thanks for reporting this issue btw!