15 lines
368 B
C
15 lines
368 B
C
|
|
// Copyright 2013 The Chromium Authors
|
||
|
|
// 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_
|