More compiling.

This commit is contained in:
Steven Fuller 2001-07-31 04:06:01 +00:00 committed by Patryk Obara
parent eb5c2cc01d
commit cfd7274022
14 changed files with 109 additions and 201 deletions

View file

@ -6,6 +6,16 @@
#include "fixer.h"
PROCESSORTYPES ReadProcessorType()
{
return PType_PentiumMMX;
}
int InitialiseWindowsSystem()
{
return 0;
}
int main(int argc, char *argv[])
{
return 0;