micetools/src/micetools/lib/mice/exe.h

14 lines
297 B
C
Raw Normal View History

#include <Windows.h>
#include <stdbool.h>
2022-07-02 15:07:54 +00:00
#include <stdio.h>
2022-06-14 04:49:45 +00:00
HANDLE start_and_inject(LPCSTR path, LPSTR cmdline, LPCSTR inject, BOOL delay);
#ifndef MICELIB
#ifdef MICE_WIN32
#define MICELIB "mice86.dll"
#else // MICE_WIN32
#define MICELIB "mice64.dll"
#endif // MICE_WIN32
#endif // MICELIB