src/share/native/sun/awt/medialib/mlib_types.h

Print this page
rev 8822 : 8024854: PPC64: Basic changes and files to build the class library on AIX
Reviewed-by: alanb, prr, sla, chegar, michaelm, mullan, art
Contributed-by: luchsh@linux.vnet.ibm.com, spoole@linux.vnet.ibm.com, thomas.stuefe@sap.com

*** 1,7 **** /* ! * Copyright (c) 1997, 2003, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 55,65 **** typedef int mlib_s32; typedef unsigned int mlib_u32; typedef float mlib_f32; typedef double mlib_d64; ! #if defined(__SUNPRO_C) || defined(__SUNPRO_CC) || defined(__GNUC__) #include <stdint.h> #include <stddef.h> #if defined(MLIB_OS64BIT) || (defined(MACOSX) && defined(_LP64)) --- 55,65 ---- typedef int mlib_s32; typedef unsigned int mlib_u32; typedef float mlib_f32; typedef double mlib_d64; ! #if defined(__SUNPRO_C) || defined(__SUNPRO_CC) || defined(__GNUC__) || defined(_AIX) #include <stdint.h> #include <stddef.h> #if defined(MLIB_OS64BIT) || (defined(MACOSX) && defined(_LP64))