Commit f9f3ebce authored by Nico Weber's avatar Nico Weber Committed by Commit Bot

clang/win: Remove #pragma hdrstop workaround.

clang-cl supports #pragma hdrstop as of r341963.

Bug: 505314,504657,750327,826743
Change-Id: Ic90b07114bbb886b7d8345a260863f45eef352b7
Reviewed-on: https://chromium-review.googlesource.com/c/1317607
Commit-Queue: Nico Weber <thakis@chromium.org>
Reviewed-by: default avatarVarun Khaneja <vakh@chromium.org>
Cr-Commit-Position: refs/heads/master@{#605445}
parent e8a48897
#define INCLUDEGLOBAL #define INCLUDEGLOBAL
#if !defined(CHROMIUM_UNRAR)
#if defined(__BORLANDC__) || defined(_MSC_VER) #if defined(__BORLANDC__) || defined(_MSC_VER)
#pragma hdrstop #pragma hdrstop
#endif #endif
#endif // defined(CHROMIUM_UNRAR)
#include "rar.hpp" #include "rar.hpp"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment