fix coding style for windows build patch (#350)

This commit is contained in:
Xu Jun
2020-08-13 16:40:19 +08:00
committed by GitHub
parent 874cc951c6
commit 1266ebb222
8 changed files with 40 additions and 33 deletions

View File

@ -6,7 +6,7 @@
.386
.model flat
.code
_invokeNative PROC
_invokeNative PROC
push ebp
mov ebp,esp
mov ecx, [ebp+16] ; ecx = argc */