blob: 2f4f4a445a4c710e93b349619bc161d590d2c57c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
// 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_
|