c2_globals_windows.hpp revision 1879:f95d63e2154a
150472Speter/*
21664Sphk * Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
33023Srgrimes * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
43023Srgrimes *
53023Srgrimes * This code is free software; you can redistribute it and/or modify it
61664Sphk * under the terms of the GNU General Public License version 2 only, as
73023Srgrimes * published by the Free Software Foundation.
83023Srgrimes *
91664Sphk * This code is distributed in the hope that it will be useful, but WITHOUT
101664Sphk * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
111664Sphk * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
121664Sphk * version 2 for more details (a copy is included in the LICENSE file that
131664Sphk * accompanied this code).
1429281Sjkh *
151664Sphk * You should have received a copy of the GNU General Public License version
161664Sphk * 2 along with this work; if not, write to the Free Software Foundation,
1742325Sobrien * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
189509Srgrimes *
191664Sphk * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
2042325Sobrien * or visit www.oracle.com if you need additional information or have any
2135222Sache * questions.
2235222Sache *
2334890Sdima */
2434890Sdima
2534651Sjkh#ifndef OS_WINDOWS_VM_C2_GLOBALS_WINDOWS_HPP
2635206Sphk#define OS_WINDOWS_VM_C2_GLOBALS_WINDOWS_HPP
2735849Sphk
2835206Sphk#include "utilities/globalDefinitions.hpp"
2929281Sjkh#include "utilities/macros.hpp"
3029281Sjkh
311684Scsgr//
328024Sjkh// Sets the default values for operating system dependent flags used by the
338024Sjkh// server compiler. (see c2_globals.hpp)
347210Sphk//
351684Scsgr
367210Sphk#endif // OS_WINDOWS_VM_C2_GLOBALS_WINDOWS_HPP
371684Scsgr