mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
[REACTOS] Don't include another module's PCH aka fix build.
This commit is contained in:
parent
08cfe38ec6
commit
8bb1b39f66
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
|
||||
add_subdirectory(lib)
|
||||
#add_subdirectory(reactos)
|
||||
add_subdirectory(reactos)
|
||||
add_subdirectory(setup)
|
||||
add_subdirectory(usetup)
|
||||
add_subdirectory(welcome)
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
/* INCLUDES *****************************************************************/
|
||||
|
||||
#include "precomp.h"
|
||||
#include "reactos.h"
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
|
Loading…
Reference in a new issue