Closed toji-ut closed 9 months ago
strcpy and localtime seem to be deprecated and won't allow to build on VS 2022 without deprecation disabled, probably safer to use strcpy_s and localtime_s
Thank you :D
strcpy and localtime seem to be deprecated and won't allow to build on VS 2022 without deprecation disabled, probably safer to use strcpy_s and localtime_s