Skip to content

Commit

Permalink
Fixed legacy export
Browse files Browse the repository at this point in the history
  • Loading branch information
acidicoala committed Apr 2, 2022
1 parent 437b8e6 commit 477fd3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/legacy_linker_exports.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@

#pragma comment(linker, "/export:_EOS_AccountId_FromString@4=EOSSDK-Win32-Shipping_o._EOS_AccountId_FromString@4=")
#pragma comment(linker, "/export:_EOS_AccountId_IsValid@4=EOSSDK-Win32-Shipping_o._EOS_AccountId_IsValid@4=")
#pragma comment(linker, "/export:_EOS_AccountId_ToString@12=EOSSDK-Win32-Shipping_o_EOS_AccountId_ToString@12")
#pragma comment(linker, "/export:_EOS_AccountId_ToString@12=EOSSDK-Win32-Shipping_o._EOS_AccountId_ToString@12")

#endif

0 comments on commit 477fd3e

Please sign in to comment.