Home | History | Annotate | Download | only in win
      1 // Copyright 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 
      5 // This file and directory exist so that we can use the provided config.h
      6 // without putting vsprojects into our include path (which would also give us an
      7 // incorrect/incompatible stdint.h).
      8 
      9 #ifndef SDCH_WIN_CONFIG_H_
     10 #define SDCH_WIN_CONFIG_H_
     11 
     12 #include "../open-vcdiff/vsprojects/config.h"
     13 
     14 #endif  // SDCH_WIN_CONFIG_H_
     15