Changeset 168 for trunk/include/winsec.h
- Timestamp:
- 03/02/10 19:08:42 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/winsec.h
r148 r168 1 /* 1 /** @file 2 2 * This file contains refactored Samba code used to interpret Windows 3 3 * Security Descriptors. See: … … 41 41 #include <unistd.h> 42 42 43 #include "smb_deps.h"44 43 #include "talloc.h" 44 #include "byteorder.h" 45 45 46 46 … … 72 72 typedef struct _winsec_uuid 73 73 { 74 uint32 time_low;75 uint16 time_mid;76 uint16 time_hi_and_version;77 uint8 clock_seq[2];78 uint8 node[6];74 uint32_t time_low; 75 uint16_t time_mid; 76 uint16_t time_hi_and_version; 77 uint8_t clock_seq[2]; 78 uint8_t node[6]; 79 79 } WINSEC_UUID; 80 80
Note: See TracChangeset
for help on using the changeset viewer.