#ifndef __COMPAT_H__ #define __COMPAT_H__ int compat_init_offsets(void); ULONG compat_get_pid_from_process_handle(HANDLE proc); ULONG compat_get_pid_from_eprocess(PEPROCESS eproc); #endif