Changeset 134 for branches/samba-3.0/source/libaddns/dnserr.h
- Timestamp:
- May 23, 2008, 6:56:41 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/libaddns/dnserr.h
r1 r134 38 38 /* Setup the DNS_ERROR typedef. Technique takes from nt_status.h */ 39 39 40 #if defined(HAVE_IMMEDIATE_STRUCTURES) 40 #if defined(HAVE_IMMEDIATE_STRUCTURES) && !defined(__OS2__) 41 41 typedef struct {uint32 v;} DNS_ERROR; 42 42 #define ERROR_DNS(x) ((DNS_ERROR) { x })
Note:
See TracChangeset
for help on using the changeset viewer.