1 // Copyright (c) 2006-2008 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.
9 #include "build/build_config.h"
11 // Define an OS-neutral wrapper for shared library entry points
13 #define API_CALL __stdcall
18 #endif // BASE_PORT_H_