Changeset 148 for trunk/include
- Timestamp:
- 02/22/09 18:22:59 (16 years ago)
- Location:
- trunk/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/range_list.h
r122 r148 1 1 /* 2 * Copyright (C) 2008 Timothy D. Morgan2 * Copyright (C) 2008-2009 Timothy D. Morgan 3 3 * 4 4 * This program is free software; you can redistribute it and/or modify … … 18 18 */ 19 19 20 #ifndef _RANGE_LIST_H 21 #define _RANGE_LIST_H 22 20 23 #include <stdlib.h> 21 24 #include <stdbool.h> 22 25 #include <stdint.h> 23 26 #include <string.h> 24 25 #ifndef _RANGE_LIST_H 26 #define _RANGE_LIST_H 27 27 #include <math.h> 28 #include "talloc.h" 28 29 29 30 typedef struct _range_list_element -
trunk/include/winsec.h
r147 r148 54 54 #define WINSEC_ACE_MIN_SIZE 16 55 55 56 /* TODO: Fill in definitions of other flags */57 /* This means offsets contained in the descriptor are relative to the58 * descriptor's offset. This had better be true in the registry.56 /* XXX: Fill in definitions of other flags */ 57 /* This self relative flag means offsets contained in the descriptor are relative 58 * to the descriptor's offset. This had better be true in the registry. 59 59 */ 60 60 #define WINSEC_DESC_SELF_RELATIVE 0x8000 … … 70 70 71 71 72 typedef struct _winsec_uuid 72 typedef struct _winsec_uuid 73 73 { 74 74 uint32 time_low;
Note: See TracChangeset
for help on using the changeset viewer.