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
|
.386
|
||||||
.model flat
|
.model flat
|
||||||
exception_handler proto
|
exception_handler proto c
|
||||||
.safeseh exception_handler
|
.safeseh exception_handler
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue