mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 00:43:09 +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(lib)
|
||||||
#add_subdirectory(reactos)
|
add_subdirectory(reactos)
|
||||||
add_subdirectory(setup)
|
add_subdirectory(setup)
|
||||||
add_subdirectory(usetup)
|
add_subdirectory(usetup)
|
||||||
add_subdirectory(welcome)
|
add_subdirectory(welcome)
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
/* INCLUDES *****************************************************************/
|
/* INCLUDES *****************************************************************/
|
||||||
|
|
||||||
#include "precomp.h"
|
#include "reactos.h"
|
||||||
|
|
||||||
#define NDEBUG
|
#define NDEBUG
|
||||||
#include <debug.h>
|
#include <debug.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue