micetools/src/micetools/miceboot/mxmaster.c

9 lines
149 B
C
Raw Normal View History

2022-10-30 17:33:02 +00:00
#include <Windows.h>
#include <stdio.h>
int main(int argc, char** argv) {
puts("mxmaster.exe dummy hit");
while (1) Sleep(1000);
}