mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Global configuration moved to include/roscfg.h
svn path=/trunk/; revision=2187
This commit is contained in:
parent
36402e5aa4
commit
be1ee02554
2 changed files with 7 additions and 1 deletions
|
@ -1 +0,0 @@
|
|||
config.h
|
7
reactos/ntoskrnl/include/internal/config.h
Normal file
7
reactos/ntoskrnl/include/internal/config.h
Normal file
|
@ -0,0 +1,7 @@
|
|||
#ifndef __DEPRECATED_INTERNAL_CONFIG_H
|
||||
#define __DEPRECATED__INTERNAL_CONFIG_H
|
||||
|
||||
/* Moved to /include/roscfg.h */
|
||||
#include <roscfg.h>
|
||||
|
||||
#endif /* __DEPRECATED_INTERNAL_CONFIG_H */
|
Loading…
Reference in a new issue