.386p CODE32 SEGMENT DWORD PUBLIC USE32 'CODE' EXTRN _O32_GetExitCodeThread:PROC PUBLIC O32_GetExitCodeThread O32_GetExitCodeThread PROC NEAR push fs mov eax, 0150bh mov fs, eax push dword ptr [esp+12] push dword ptr [esp+12] call _O32_GetExitCodeThread add esp, 8 pop fs ret O32_GetExitCodeThread ENDP CODE32 ENDS END