mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 05:43:08 +00:00
[CALC] Adapt to <strsafe.h> (#5894)
Use safer string functions of <strsafe.h>. Use StringCbPrintf instead of _stprintf. Use StringCbCopy insteaad of _tcscpy. Use StringCbCat instead of _tcscat. CORE-19306
This commit is contained in:
parent
80c4856bba
commit
ede60035f4
4 changed files with 35 additions and 26 deletions
|
@ -15,6 +15,7 @@
|
|||
#include <htmlhelp.h>
|
||||
#endif
|
||||
#include <limits.h>
|
||||
#include <strsafe.h>
|
||||
|
||||
/* RESOURCES */
|
||||
#include "resource.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue