mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 20:53:02 +00:00
[APPCOMPAT] Move sdbtagid.h and sdbtypes.h to a shared location
This commit is contained in:
parent
511e793502
commit
1692ab3fe3
8 changed files with 34 additions and 22 deletions
|
@ -1,24 +1,27 @@
|
|||
/*
|
||||
* PROJECT: ReactOS Application compatibility module
|
||||
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
||||
* PURPOSE: Shim database manipulation functions
|
||||
* COPYRIGHT: Copyright 2011 André Hentschel
|
||||
* Copyright 2013 Mislav Blažević
|
||||
* Copyright 2015-2017 Mark Jansen (mark.jansen@reactos.org)
|
||||
* Copyright 2015-2019 Mark Jansen (mark.jansen@reactos.org)
|
||||
*/
|
||||
|
||||
#if !defined(SDBWRITE_HOSTTOOL)
|
||||
#define WIN32_NO_STATUS
|
||||
#include "windef.h"
|
||||
#include "ntndk.h"
|
||||
#include <appcompat/sdbtypes.h>
|
||||
#include <appcompat/sdbtagid.h>
|
||||
#else
|
||||
#include <typedefs.h>
|
||||
#include <guiddef.h>
|
||||
#include <sdbtypes.h>
|
||||
#include <sdbtagid.h>
|
||||
#endif
|
||||
|
||||
#include "sdbtypes.h"
|
||||
|
||||
#include "sdbpapi.h"
|
||||
#include "sdbtagid.h"
|
||||
#include "sdbstringtable.h"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue