Ignore:
Timestamp:
May 23, 2008, 6:56:41 AM (17 years ago)
Author:
Paul Smedley
Message:

Update source to 3.0.29

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/source/libaddns/dnserr.h

    r1 r134  
    3838/* Setup the DNS_ERROR typedef.  Technique takes from nt_status.h */
    3939
    40 #if defined(HAVE_IMMEDIATE_STRUCTURES)
     40#if defined(HAVE_IMMEDIATE_STRUCTURES) && !defined(__OS2__)
    4141typedef struct {uint32 v;} DNS_ERROR;
    4242#define ERROR_DNS(x) ((DNS_ERROR) { x })
Note: See TracChangeset for help on using the changeset viewer.