Ticket #32: mfd.diff
| File mfd.diff, 694 bytes (added by , 21 years ago) |
|---|
-
mfd/plugins/zeroconfig/apple/mDNSClientAPI.h
477 477 typedef unsigned char mDNSu8; 478 478 typedef signed short mDNSs16; 479 479 typedef unsigned short mDNSu16; 480 typedef signed longmDNSs32;481 typedef unsigned longmDNSu32;480 typedef signed int mDNSs32; 481 typedef unsigned int mDNSu32; 482 482 483 483 // To enforce useful type checking, we make mDNSInterfaceID be a pointer to a dummy struct 484 484 // This way, mDNSInterfaceIDs can be assigned, and compared with each other, but not with other types
