* times.cc (hires_ms::prime): Comment out call to timeBeginPeriod for now.
(hires_ms::usecs): Call prime if haven't called began_period(). * param.h: Don't define stuff that is already defined in endian.h.
This commit is contained in:
@@ -38,6 +38,7 @@
|
||||
BSD variant of this constant. */
|
||||
#define DEV_BSIZE 1024
|
||||
|
||||
#if 0 /* defined in endian.h */
|
||||
/* Some autoconf'd packages check for endianness. When cross-building we
|
||||
can't run programs on the target. Fortunately, autoconf supports the
|
||||
definition of byte order in sys/param.h (that's us!).
|
||||
@@ -48,6 +49,7 @@
|
||||
|
||||
/* All known win32 systems are little endian. */
|
||||
#define BYTE_ORDER LITTLE_ENDIAN
|
||||
#endif
|
||||
|
||||
#ifndef NULL
|
||||
#define NULL 0L
|
||||
|
Reference in New Issue
Block a user