[NTOBJSHEX] Reorder include files in the precompiled header

This commit is contained in:
Mark Jansen 2019-04-18 21:17:00 +02:00
parent 91ba017dfc
commit 0efcfec044
No known key found for this signature in database
GPG key ID: B39240EE84BEAE8B
2 changed files with 7 additions and 5 deletions

View file

@ -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.

View file

@ -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>