diff options
author | Gerald Carter <jerry@samba.org> | 2002-08-17 00:38:20 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2002-08-17 00:38:20 +0000 |
commit | f56e06476fed5dda04ce12734aeb6efc9bf2d0a4 (patch) | |
tree | 43085d24a135b4f42cd8fba4a40d6892bb101684 /source3/include/nt_printing.h | |
parent | 3a226d149db5ddca14448640818f2d51380a331c (diff) | |
download | samba-f56e06476fed5dda04ce12734aeb6efc9bf2d0a4.tar.gz samba-f56e06476fed5dda04ce12734aeb6efc9bf2d0a4.tar.bz2 samba-f56e06476fed5dda04ce12734aeb6efc9bf2d0a4.zip |
fix seg fault in _spoolss_enumprinterkey after changes...
add SPOOL_PNPDATA_KEY define
(This used to be commit cdaa3f55e1fcc38b1d7a63d502a9fea3b92bf193)
Diffstat (limited to 'source3/include/nt_printing.h')
-rw-r--r-- | source3/include/nt_printing.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/nt_printing.h b/source3/include/nt_printing.h index 6303136894..5e2b8f7f64 100644 --- a/source3/include/nt_printing.h +++ b/source3/include/nt_printing.h @@ -180,6 +180,7 @@ typedef struct nt_printer_driver_info_level #define SPOOL_DSSPOOLER_KEY "DsSpooler" #define SPOOL_DSDRIVER_KEY "DsDriver" #define SPOOL_DSUSER_KEY "DsUser" +#define SPOOL_PNPDATA_KEY "PnPData" /* container for a single registry key */ |