mirror of
https://github.com/samba-team/samba.git
synced 2025-03-04 16:58:42 +03:00
r17773: this macros are unsed, with compiler warnings
metze (This used to be commit 3953d3566e41d0a189be38aee3d99805dd71961a)
This commit is contained in:
parent
1ec1c32ea1
commit
b49f18f0e5
@ -123,8 +123,10 @@ typedef struct creg_struct_s {
|
||||
RGDB_KEY ***rgdb_keys;
|
||||
} CREG;
|
||||
|
||||
#if 0 /* unused */
|
||||
#define RGKN_START_SIZE 0x2000
|
||||
#define RGKN_INC_SIZE 0x1000
|
||||
#endif
|
||||
|
||||
#define LOCN_RGKN(creg, o) ((RGKN_KEY *)((creg)->base + sizeof(CREG_HDR) + o))
|
||||
#define LOCN_RGDB_BLOCK(creg, o) (((creg)->base + (creg)->creg_hdr->rgdb_offset + o))
|
||||
|
Loading…
x
Reference in New Issue
Block a user