summaryrefslogtreecommitdiff
path: root/src/components/config_profile/include/config_profile/ini_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/config_profile/include/config_profile/ini_file.h')
-rw-r--r--src/components/config_profile/include/config_profile/ini_file.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/config_profile/include/config_profile/ini_file.h b/src/components/config_profile/include/config_profile/ini_file.h
index 3f3ddddf48..02759c9f49 100644
--- a/src/components/config_profile/include/config_profile/ini_file.h
+++ b/src/components/config_profile/include/config_profile/ini_file.h
@@ -37,6 +37,10 @@
namespace profile {
+#if defined(_MSC_VER)
+#define snprintf _snprintf_s
+#define strtoull _strtoui64
+#endif
#define INI_FILE_VER 1000
#if !defined TRUE