I found a way to do this using __cdecl directive. For example, i'm declaring my function like that:
void* __cdecl map_real_pointer(word,word);
But how i can do this with system functions and functions placed in other modules?
FlyFire/CodeX
http://codexorg.webjump.com