Ignore:
Timestamp:
Feb 16, 2012, 4:07:55 PM (14 years ago)
Author:
dmik
Message:

Port Windows-specific b24 changes to OS/2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/openjdk/hotspot/src/os/os2/vm/os_os2.cpp

    r301 r320  
    3131#include <os2wrap2.h>
    3232
    33 // do not include precompiled header file
    34 # include "incls/_os_windows.cpp.incl"
     33// no precompiled headers
     34#include "runtime/osThread.hpp"
    3535
    3636#define MIN2(x, y) (((x) < (y))? (x) : (y))
Note: See TracChangeset for help on using the changeset viewer.