diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-03-18 16:07:49 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2023-03-18 16:07:49 +0100 |
| commit | bbe15eab7e146cc330a4b83bfc5579e32615af2a (patch) | |
| tree | 07c1806ef0d4ef79f7093f017eeb074a15cc6efd /src/wrapped | |
| parent | 015842ed832491312215e1fa7fc9458ad573aba3 (diff) | |
| download | box64-bbe15eab7e146cc330a4b83bfc5579e32615af2a.tar.gz box64-bbe15eab7e146cc330a4b83bfc5579e32615af2a.zip | |
Added some wrapped function to libnspr4
Diffstat (limited to 'src/wrapped')
| -rwxr-xr-x | src/wrapped/wrappednspr4_private.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/wrapped/wrappednspr4_private.h b/src/wrapped/wrappednspr4_private.h index 9a02d1c7..ad3702d7 100755 --- a/src/wrapped/wrappednspr4_private.h +++ b/src/wrapped/wrappednspr4_private.h @@ -108,7 +108,7 @@ GO(PR_EmulateSendFile, iFppiu) //GO(PR_ErrorInstallCallback, //GO(PR_ErrorInstallTable, //GO(PR_ErrorLanguages, -//GO(PR_ErrorToName, +GO(PR_ErrorToName, pFi) //GO(PR_ErrorToString, //GO(PR_ExitMonitor, //GO(PR_ExplodeTime, @@ -151,8 +151,8 @@ GO(PR_EmulateSendFile, iFppiu) //GO(PR_GetEnv, //GO(PR_GetEnvSecure, GO(PR_GetError, iFv) -//GO(PR_GetErrorText, -//GO(PR_GetErrorTextLength, +GO(PR_GetErrorText, iFp) +GO(PR_GetErrorTextLength, iFv) //GO(PR_GetFileInfo, //GO(PR_GetFileInfo64, //GO(PR_GetFileMethods, @@ -173,7 +173,7 @@ GO(PR_GetError, iFv) //GO(PR_GetNumberOfProcessors, //GO(PR_GetOpenFileInfo, //GO(PR_GetOpenFileInfo64, -//GO(PR_GetOSError, +GO(PR_GetOSError, iFv) //GO(PR_GetPageShift, //GO(PR_GetPageSize, //GO(PR_GetPathSeparator, @@ -354,7 +354,7 @@ GO(PR_SetSocketOption, iFpp) //GO(PR_ShutdownThreadPool, //GO(PR_Sleep, //GO(PR_smprintf, -//GO(PR_smprintf_free, +GO(PR_smprintf_free, vFp) //GO(PR_snprintf, //GO(PR_Socket, //GO(PR_sprintf_append, |