blob: d71702caec7d199c2e8714c75a527fabdd4a298c [file] [log] [blame]
// Copyright 2022 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef BASE_WIN_WIN_HANDLE_TYPES_H_
#define BASE_WIN_WIN_HANDLE_TYPES_H_
// Forward declare Windows compatible handles.
#define CHROME_WINDOWS_HANDLE_TYPE(name) \
struct name##__; \
typedef struct name##__* name;
#include "base/win/win_handle_types_list.inc"
#undef CHROME_WINDOWS_HANDLE_TYPE
#endif // BASE_WIN_WIN_HANDLE_TYPES_H_