vm/safeseh.asm: make exception_handler proto declaration explicitly "proto c" so linking works properly with VS 2010 (reported by Doug Coleman)
parent
a4f509dee9
commit
89d7634fe2
|
@ -1,5 +1,5 @@
|
|||
.386
|
||||
.model flat
|
||||
exception_handler proto
|
||||
exception_handler proto c
|
||||
.safeseh exception_handler
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue