// 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 COMPONENTS_NACL_LOADER_NACL_HELPER_WIN_64_H_ #define COMPONENTS_NACL_LOADER_NACL_HELPER_WIN_64_H_ namespace nacl { int NaClWin64Main(); } // namespace nacl #endif // COMPONENTS_NACL_LOADER_NACL_HELPER_WIN_64_H_