diff --git a/reactos/ntoskrnl/config b/reactos/ntoskrnl/config index 6641f79a08e..c6b35416fa4 100644 --- a/reactos/ntoskrnl/config +++ b/reactos/ntoskrnl/config @@ -16,4 +16,4 @@ DBG := 1 # # Whether to compile a multiprocessor or single processor version # -MP := 0 +MP := 1 diff --git a/reactos/ntoskrnl/include/internal/.cvsignore b/reactos/ntoskrnl/include/internal/.cvsignore new file mode 100644 index 00000000000..299bb98e503 --- /dev/null +++ b/reactos/ntoskrnl/include/internal/.cvsignore @@ -0,0 +1 @@ +config.h \ No newline at end of file