Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.

Commit

Permalink
修正 15063 wcstoull函数多了一个; 问题
Browse files Browse the repository at this point in the history
  • Loading branch information
mingkuang-Chuyu committed May 26, 2017
1 parent 25176d4 commit bb1a892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ucrt/10.0.15063.0/corecrt_wstdlib.h
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ _CRT_BEGIN_C_HEADER
_In_z_ wchar_t const* _String,
_Out_opt_ _Deref_post_z_ wchar_t** _EndPtr,
_In_ int _Radix
);
)
{
_ACRTIMP unsigned __int64 __cdecl _wcstoui64(
_In_z_ wchar_t const* _String,
Expand Down

0 comments on commit bb1a892

Please sign in to comment.