mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[NTOBJSHEX] Reorder include files in the precompiled header
This commit is contained in:
parent
91ba017dfc
commit
0efcfec044
2 changed files with 7 additions and 5 deletions
|
@ -15,12 +15,8 @@
|
|||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
extern "C" {
|
||||
#define NTOS_MODE_USER
|
||||
#include <ndk/ntndk.h>
|
||||
#include <ndk/rtlfuncs.h>
|
||||
}
|
||||
|
||||
// All the possible values are defined here because I want the type field to be
|
||||
// "persistable" and not change if more types are added in the future.
|
||||
|
|
|
@ -10,6 +10,12 @@
|
|||
#define COM_NO_WINDOWS_H
|
||||
#define NTOS_MODE_USER
|
||||
|
||||
extern "C"
|
||||
{
|
||||
#include <ndk/ntndk.h>
|
||||
#include <ndk/rtlfuncs.h>
|
||||
}
|
||||
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
#include <winreg.h>
|
||||
|
|
Loading…
Reference in a new issue