More compiling.
This commit is contained in:
parent
eb5c2cc01d
commit
cfd7274022
14 changed files with 109 additions and 201 deletions
10
src/main.c
10
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue