aboutsummaryrefslogtreecommitdiff
path: root/Application/EfiDSEFix/src/EfiDSEFix.h
diff options
context:
space:
mode:
Diffstat (limited to 'Application/EfiDSEFix/src/EfiDSEFix.h')
-rw-r--r--Application/EfiDSEFix/src/EfiDSEFix.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/Application/EfiDSEFix/src/EfiDSEFix.h b/Application/EfiDSEFix/src/EfiDSEFix.h
index b22336f..68dc238 100644
--- a/Application/EfiDSEFix/src/EfiDSEFix.h
+++ b/Application/EfiDSEFix/src/EfiDSEFix.h
@@ -111,10 +111,12 @@ _vsnwprintf(
);
NTSYSAPI
-int
+ULONG
__cdecl
-_wtoi(
- _In_ PCWCHAR Str
+wcstoul(
+ _In_ PCWCHAR String,
+ _Out_opt_ PWCHAR* EndPtr,
+ _In_ LONG Radix
);
// Console functions