From cfd7274022c512ba5e06a659a5281097f6468e40 Mon Sep 17 00:00:00 2001 From: Steven Fuller Date: Tue, 31 Jul 2001 04:06:01 +0000 Subject: More compiling. --- src/main.c | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index ce2be09..bd845a0 100644 --- a/src/main.c +++ b/src/main.c @@ -6,6 +6,16 @@ #include "fixer.h" +PROCESSORTYPES ReadProcessorType() +{ + return PType_PentiumMMX; +} + +int InitialiseWindowsSystem() +{ + return 0; +} + int main(int argc, char *argv[]) { return 0; -- cgit v1.3