Ignore:
Timestamp:
Nov 26, 2010, 8:03:20 PM (15 years ago)
Author:
dmik
Message:

jdk: Building awt in progress (2).

Location:
trunk/openjdk/jdk/src/share/native/sun
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/openjdk/jdk/src/share/native/sun/awt/medialib/mlib_types.h

    r2 r181  
    6363#include <stdint.h>                     /* for uintptr_t */
    6464#include <malloc.h>                     /* for ptrdiff_t */
     65#elif defined(OS2)
     66#include <sys/types.h>                  /* for uintptr_t */
     67#include <stddef.h>                     /* for ptrdiff_t */
    6568#else
    6669#include <link.h>                       /* for uintptr_t */
  • trunk/openjdk/jdk/src/share/native/sun/java2d/opengl/J2D_GL/gl.h

    r2 r181  
    105105 * glut.h or gl.h.
    106106 */
    107 #if defined(_WIN32) && !defined(APIENTRY) && !defined(__CYGWIN__)
     107#if (defined(_WIN32) && !defined(APIENTRY) && !defined(__CYGWIN__)) || defined(__WIN32OS2__)
    108108#define WIN32_LEAN_AND_MEAN 1
    109109#include <windows.h>
Note: See TracChangeset for help on using the changeset viewer.