modified some files for builing in macosx(ppc)
This commit is contained in:
@ -75,6 +75,9 @@
|
||||
/* Define to 1 if you have the `cosl' function. */
|
||||
#undef HAVE_COSL
|
||||
|
||||
/* Define to 1 if you have the <crt_externs.h> header file. */
|
||||
#undef HAVE_CRT_EXTERNS_H
|
||||
|
||||
/* Define to 1 if you have the declaration of `cygwin_conv_path', and to 0 if
|
||||
you don't. */
|
||||
#undef HAVE_DECL_CYGWIN_CONV_PATH
|
||||
|
@ -73,7 +73,8 @@ typedef enum qse_tri_t qse_tri_t;
|
||||
/** @typedef qse_uint_t
|
||||
* The qse_uint_t type defines an unsigned integer type as large as a pointer.
|
||||
*/
|
||||
#if (defined(hpux) || defined(__hpux) || defined(__hpux__)) && \
|
||||
#if (defined(hpux) || defined(__hpux) || defined(__hpux__) || \
|
||||
(defined(__APPLE__) && defined(__MACH__))) && \
|
||||
(QSE_SIZEOF_VOID_P == QSE_SIZEOF_LONG)
|
||||
typedef long qse_int_t;
|
||||
typedef unsigned long qse_uint_t;
|
||||
|
Reference in New Issue
Block a user