mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-28 07:48:14 +08:00
7d56fd2386
Bug: crashpad: Change-Id: Iee8ebfaf7c4a1e8e87fcfcbc6ee8a4529a2f7c52 Reviewed-on: https://chromium-review.googlesource.com/493893 Reviewed-by: Scott Graham <scottmg@chromium.org> Commit-Queue: Pierre-Antoine Manzagol <manzagop@chromium.org>
21 lines
767 B
C
21 lines
767 B
C
// Copyright 2015 The Crashpad Authors. All rights reserved.
|
|
//
|
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
// you may not use this file except in compliance with the License.
|
|
// You may obtain a copy of the License at
|
|
//
|
|
// http://www.apache.org/licenses/LICENSE-2.0
|
|
//
|
|
// Unless required by applicable law or agreed to in writing, software
|
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
// See the License for the specific language governing permissions and
|
|
// limitations under the License.
|
|
|
|
#ifndef CRASHPAD_COMPAT_WIN_SYS_TIME_H_
|
|
#define CRASHPAD_COMPAT_WIN_SYS_TIME_H_
|
|
|
|
#include <winsock2.h>
|
|
|
|
#endif // CRASHPAD_COMPAT_WIN_SYS_TIME_H_
|