Bug 1869043 allow a device to be specified with MediaTrackGraph::NotifyWhenDeviceStar...
[gecko.git] / config / shlwapi-h-constant.decls.h
blob494a5a7dd75558ae45c535fb65ed9c1b610949eb
1 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2 /* vim: set ts=2 et sw=2 tw=80: */
3 /* This Source Code Form is subject to the terms of the Mozilla Public
4 * License, v. 2.0. If a copy of the MPL was not distributed with this
5 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
7 /*
8 * This file contains a series of C-style declarations for constants defined in
9 * shlwapi.h using #define. Adding a new constant should be a simple as adding
10 * its name (and optionally type) to this file.
12 * This file is processed by make-windows-h-wrapper.py to generate a wrapper for
13 * the header which removes the defines usually implementing these constants.
15 * Wrappers defined in this file will be declared as `constexpr` values,
16 * and will have their value derived from the windows.h define.
18 * NOTE: This is *NOT* a real C header, but rather an input to the avove script.
19 * Only basic declarations in the form found here are allowed.
22 // XXX(glandium): We don't have any here, because they don't look like they
23 // could cause problems.