Skip to content

Commit

Permalink
fix win32mangling
Browse files Browse the repository at this point in the history
  • Loading branch information
havedifficultyinfindingnames committed Jan 2, 2023
1 parent 637e799 commit bd883da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion include/fast_io_hosted/platforms/win32/msvc_linker_32.h
Original file line number Diff line number Diff line change
Expand Up @@ -155,4 +155,3 @@
#pragma comment(linker,"/alternatename:__imp_?ZwFlushBuffersFileEx@nt@win32@fast_io@@YAIPAXI0IPAUio_status_block@123@@Z=__imp_ZwFlushBuffersFileEx")
#pragma comment(linker,"/alternatename:__imp_?DbgPrint@nt@win32@fast_io@@YAIPBDZZ=__imp_DbgPrint")
#pragma comment(linker,"/alternatename:__imp_?DbgPrintEx@nt@win32@fast_io@@YAIIIPBDZZ=__imp_DbgPrintEx")
#pragma comment(linker,"/alternatename:=")
10 changes: 5 additions & 5 deletions include/fast_io_hosted/platforms/win32/msvc_linker_32_i686.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,11 @@
#pragma comment(linker,"/alternatename:__imp_?CryptAcquireContextW@win32@fast_io@@YGHPAIPB_S1II@Z=__imp__CryptAcquireContextW@20")
#pragma comment(linker,"/alternatename:__imp_?CryptReleaseContext@win32@fast_io@@YGHII@Z=__imp__CryptReleaseContext@8")
#pragma comment(linker,"/alternatename:__imp_?CryptGenRandom@win32@fast_io@@YGHIIPAE@Z=__imp__CryptGenRandom@12")
#pragma comment(linker,"/alternatename:__imp_?RegOpenKeyA@win32@fast_io@@YGHIPB_QPAI@Z=__imp__RegOpenKeyA")
#pragma comment(linker,"/alternatename:__imp_?RegOpenKeyW@win32@fast_io@@YGHIPB_SPAI@Z=__imp__RegOpenKeyW")
#pragma comment(linker,"/alternatename:__imp_?RegQueryValueExA@win32@fast_io@@YGHIPB_QPAI1PAX1@Z=__imp__RegQueryValueExA")
#pragma comment(linker,"/alternatename:__imp_?RegQueryValueExW@win32@fast_io@@YGHIPB_SPAI1PAX1@Z=__imp__RegQueryValueExW")
#pragma comment(linker,"/alternatename:__imp_?RegCloseKey@win32@fast_io@@YGHI@Z=__imp__RegCloseKey")
#pragma comment(linker,"/alternatename:__imp_?RegOpenKeyA@win32@fast_io@@YGHIPB_QPAI@Z=__imp__RegOpenKeyA@12")
#pragma comment(linker,"/alternatename:__imp_?RegOpenKeyW@win32@fast_io@@YGHIPB_SPAI@Z=__imp__RegOpenKeyW@12")
#pragma comment(linker,"/alternatename:__imp_?RegQueryValueExA@win32@fast_io@@YGHIPB_QPAI1PAX1@Z=__imp__RegQueryValueExA@24")
#pragma comment(linker,"/alternatename:__imp_?RegQueryValueExW@win32@fast_io@@YGHIPB_SPAI1PAX1@Z=__imp__RegQueryValueExW@24")
#pragma comment(linker,"/alternatename:__imp_?RegCloseKey@win32@fast_io@@YGHI@Z=__imp__RegCloseKey@4")
#pragma comment(linker,"/alternatename:__imp_?rtl_nt_status_to_dos_error@nt@win32@fast_io@@YGII@Z=__imp__RtlNtStatusToDosError@4")
#pragma comment(linker,"/alternatename:__imp_?NtClose@nt@win32@fast_io@@YGIPAX@Z=__imp__NtClose@4")
#pragma comment(linker,"/alternatename:__imp_?ZwClose@nt@win32@fast_io@@YGIPAX@Z=__imp__ZwClose@4")
Expand Down

0 comments on commit bd883da

Please sign in to comment.