[APPCOMPAT] Move sdbtagid.h and sdbtypes.h to a shared location

This commit is contained in:
Mark Jansen 2019-01-03 22:11:13 +01:00
parent 511e793502
commit 1692ab3fe3
No known key found for this signature in database
GPG key ID: B39240EE84BEAE8B
8 changed files with 34 additions and 22 deletions

View file

@ -1,8 +1,8 @@
/*
* PROJECT: xml2sdb
* 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: Define mapping of all shim database types to xml
* COPYRIGHT: Copyright 2016-2018 Mark Jansen (mark.jansen@reactos.org)
* COPYRIGHT: Copyright 2016-2019 Mark Jansen (mark.jansen@reactos.org)
*/
#pragma once
@ -14,9 +14,9 @@
#include <typedefs.h>
#include <guiddef.h>
#include "sdbtypes.h"
#include <sdbtypes.h>
#include "sdbwrite.h"
#include "sdbtagid.h"
#include <sdbtagid.h>
namespace tinyxml2
{