Working release build
This commit is contained in:
12
Minecraft.Client/iob_shim.asm
Normal file
12
Minecraft.Client/iob_shim.asm
Normal file
@@ -0,0 +1,12 @@
|
||||
; iob_shim.asm
|
||||
; Provides __iob_func for legacy libs compiled against pre-VS2015 CRT
|
||||
|
||||
.code
|
||||
EXTRN __acrt_iob_func:PROC
|
||||
|
||||
__iob_func PROC
|
||||
mov ecx, 0
|
||||
jmp __acrt_iob_func
|
||||
__iob_func ENDP
|
||||
|
||||
END
|
||||
Reference in New Issue
Block a user