// Copyright 2013 The Chromium Authors. All rights reserved. | |
// Use of this source code is governed by a BSD-style license that can be | |
// found in the LICENSE file. | |
#ifndef CLOUD_PRINT_GCP20_PROTOTYPE_SPECIAL_H_ | |
#define CLOUD_PRINT_GCP20_PROTOTYPE_SPECIAL_H_ | |
#if defined(OS_WIN) | |
#include <conio.h> | |
#elif defined(OS_POSIX) | |
#include "cloud_print/gcp20/prototype/conio_posix.h" | |
#endif | |
#endif // CLOUD_PRINT_GCP20_PROTOTYPE_SPECIAL_H_ | |