Skip to content

Commit

Permalink
___crtsys_load_order_dummy -> ___crtsys_link_order_dummy
Browse files Browse the repository at this point in the history
  • Loading branch information
ntoskrnl7 committed May 30, 2022
1 parent 3334ed9 commit 874418e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/.internal/adjust_link_order
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ libcntpr.lib이 crtsys의 오브젝트보다 먼저 로드 되지 않도록 처

#ifdef __cplusplus
extern "C" ___crtsys_crt_io_link_order_dummy();
extern "C" void ___crtsys_load_order_dummy() {
extern "C" void ___crtsys_link_order_dummy() {
___crtsys_crt_io_link_order_dummy();
}
#endif

0 comments on commit 874418e

Please sign in to comment.