[go: nahoru, domu]

blob: b60353c3553d5db982f30198b4cab0c5afa7a614 [file] [log] [blame]
Danil Chapovalov3518f362018-08-11 16:13:431// Copyright 2018 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4#ifndef BASE_WIN_SHLWAPI_H_
5#define BASE_WIN_SHLWAPI_H_
6
7// Check no prior poisonous defines were made.
8#include "base/win/windows_defines.inc"
9// Undefine before windows header will make the poisonous defines
10#include "base/win/windows_undefines.inc"
11
12#include <shlwapi.h>
13
14// Undefine the poisonous defines
15#include "base/win/windows_undefines.inc"
16// Check no poisonous defines follow this include
17#include "base/win/windows_defines.inc"
18
19#endif // BASE_WIN_SHLWAPI_H_