windows_full.h 454 B

12345678910111213
  1. // Copyright (c) 2014 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. // This header is needed so that mojo typemap files can specify their dependence
  5. // on Windows.h. This can be removed once https://crbug.com/798763 is resolved.
  6. #ifndef BASE_WIN_WINDOWS_FULL_H
  7. #define BASE_WIN_WINDOWS_FULL_H
  8. #include <windows.h>
  9. #endif // BASE_WIN_WINDOWS_FULL_H