Skip to content

Commit 477fd3e

Browse files
committed
Fixed legacy export
1 parent 437b8e6 commit 477fd3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/legacy_linker_exports.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414

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

1919
#endif

0 commit comments

Comments
 (0)