aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/pdb/address.hpp
blob: 53b25e87d629a94725e8d111bb9739d5ab251f4e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright (c) 2017 Egor Tensin <Egor.Tensin@gmail.com>
// This file is part of the "PDB repository" project.
// For details, see https://github.com/egor-tensin/pdb-repo.
// Distributed under the MIT License.

#pragma once

#include <Windows.h>

namespace pdb
{
    typedef DWORD64 Address;
}