Changeset 134 for branches/samba-3.0/source/include/nt_status.h
- Timestamp:
- May 23, 2008, 6:56:41 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/include/nt_status.h
r1 r134 35 35 */ 36 36 37 #if defined(HAVE_IMMEDIATE_STRUCTURES) 37 #if defined(HAVE_IMMEDIATE_STRUCTURES) && !defined(__OS2__) 38 38 typedef struct {uint32 v;} NTSTATUS; 39 39 #define NT_STATUS(x) ((NTSTATUS) { x }) … … 45 45 #endif 46 46 47 #if defined(HAVE_IMMEDIATE_STRUCTURES) 47 #if defined(HAVE_IMMEDIATE_STRUCTURES) && !defined(__OS2__) 48 48 typedef struct {uint32 w;} WERROR; 49 49 #define W_ERROR(x) ((WERROR) { x })
Note:
See TracChangeset
for help on using the changeset viewer.