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/include/nt_status.h

    r1 r134  
    3535*/
    3636
    37 #if defined(HAVE_IMMEDIATE_STRUCTURES)
     37#if defined(HAVE_IMMEDIATE_STRUCTURES) && !defined(__OS2__)
    3838typedef struct {uint32 v;} NTSTATUS;
    3939#define NT_STATUS(x) ((NTSTATUS) { x })
     
    4545#endif
    4646
    47 #if defined(HAVE_IMMEDIATE_STRUCTURES)
     47#if defined(HAVE_IMMEDIATE_STRUCTURES) && !defined(__OS2__)
    4848typedef struct {uint32 w;} WERROR;
    4949#define W_ERROR(x) ((WERROR) { x })
Note: See TracChangeset for help on using the changeset viewer.