reactos/rosapps/devutils/cputointel/ConvertToIntelProcess.c
Magnus Olsen f74e30f8ca Adding stub for AnyalsingProcess and ConvertToIntelProcess
svn path=/trunk/; revision=25449
2007-01-14 13:54:19 +00:00

19 lines
309 B
C

#include <windows.h>
#include <winnt.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "misc.h"
#include "any_op.h"
CPU_INT ConvertToIntelProcess(FILE *outfp, char *cpuid)
{
/* cpuid we need it to known the register
we should solv it another way
*/
return 0;
}