tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

shlwapi-h-constant.decls.h (1086B)


      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/. */
      6 
      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.
     11 *
     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.
     14 *
     15 * Wrappers defined in this file will be declared as `constexpr` values,
     16 * and will have their value derived from the windows.h define.
     17 *
     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.
     20 */
     21 
     22 // XXX(glandium): We don't have any here, because they don't look like they
     23 // could cause problems.