871N/A/*
871N/A * Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
871N/A * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
871N/A *
871N/A * This code is free software; you can redistribute it and/or modify it
871N/A * under the terms of the GNU General Public License version 2 only, as
871N/A * published by the Free Software Foundation.
871N/A *
871N/A * This code is distributed in the hope that it will be useful, but WITHOUT
871N/A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
871N/A * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
871N/A * version 2 for more details (a copy is included in the LICENSE file that
871N/A * accompanied this code).
871N/A *
871N/A * You should have received a copy of the GNU General Public License version
871N/A * 2 along with this work; if not, write to the Free Software Foundation,
871N/A * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
871N/A *
873N/A * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
871N/A * or visit www.oracle.com if you need additional information or have any
871N/A * questions.
871N/A *
871N/A */
871N/A
4458N/A#ifndef OS_WINDOWS_VM_C1_GLOBALS_WINDOWS_HPP
871N/A#define OS_WINDOWS_VM_C1_GLOBALS_WINDOWS_HPP
3832N/A
871N/A#include "utilities/globalDefinitions.hpp"
871N/A#include "utilities/macros.hpp"
2175N/A
2175N/A//
2175N/A// Sets the default values for operating system dependent flags used by the
871N/A// client compiler. (see c1_globals.hpp)
871N/A//
871N/A
3832N/A#endif // OS_WINDOWS_VM_C1_GLOBALS_WINDOWS_HPP
3832N/A