mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-03 01:46:02 -05:00
fix typedefs for AMD64
This commit is contained in:
parent
7f046ed3b1
commit
672d262c17
@ -23,6 +23,9 @@
|
||||
Change History (most recent first):
|
||||
|
||||
$Log$
|
||||
Revision 1.3 2004/11/11 18:47:25 rpedde
|
||||
fix typedefs for AMD64
|
||||
|
||||
Revision 1.2 2004/09/19 03:03:47 rpedde
|
||||
Jim Buzbee's ARM patches for NSLU2
|
||||
|
||||
@ -489,8 +492,8 @@ typedef signed char mDNSs8;
|
||||
typedef unsigned char mDNSu8;
|
||||
typedef signed short mDNSs16;
|
||||
typedef unsigned short mDNSu16;
|
||||
typedef signed long mDNSs32;
|
||||
typedef unsigned long mDNSu32;
|
||||
typedef signed int mDNSs32;
|
||||
typedef unsigned int mDNSu32;
|
||||
|
||||
// To enforce useful type checking, we make mDNSInterfaceID be a pointer to a dummy struct
|
||||
// This way, mDNSInterfaceIDs can be assigned, and compared with each other, but not with other types
|
||||
|
Loading…
x
Reference in New Issue
Block a user