summaryrefslogtreecommitdiff
path: root/src/pal/src/safecrt/xtox_s.inl
diff options
context:
space:
mode:
Diffstat (limited to 'src/pal/src/safecrt/xtox_s.inl')
-rw-r--r--src/pal/src/safecrt/xtox_s.inl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pal/src/safecrt/xtox_s.inl b/src/pal/src/safecrt/xtox_s.inl
index 7c8b2f2fd6..2ad59e5825 100644
--- a/src/pal/src/safecrt/xtox_s.inl
+++ b/src/pal/src/safecrt/xtox_s.inl
@@ -154,7 +154,7 @@ static void __stdcall xtox
and return pointer to buffer. */
#ifdef _SECURE_ITOA
-errno_t __cdecl _itox_s (
+DLLEXPORT errno_t __cdecl _itox_s (
int val,
TCHAR *buf,
size_t sizeInTChars,
@@ -359,7 +359,7 @@ static void __fastcall x64tox
/* Actual functions just call conversion helper with neg flag set correctly,
and return pointer to buffer. */
-errno_t __cdecl _i64tox_s (
+DLLEXPORT errno_t __cdecl _i64tox_s (
long long val,
TCHAR *buf,
size_t sizeInTChars,