10 lines
99 B
C
10 lines
99 B
C
/* pseudo-reloc.c
|
|
|
|
Stub for older binaries.
|
|
*/
|
|
|
|
void
|
|
_pei386_runtime_relocator ()
|
|
{
|
|
return;
|
|
}
|