X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=registry.h;h=e0055b36d4b2381829eccd436ba4110888201315;hb=53371f115d94fbbc7e5cb60853b9e4a5d356d4b0;hp=6afa536cab2386fc6ca3956c5c1b655bd6eb90ed;hpb=b47ff49386cd993521c6722a5fe0aa41736aa31b;p=nssm.git diff --git a/registry.h b/registry.h index 6afa536..e0055b3 100644 --- a/registry.h +++ b/registry.h @@ -24,6 +24,7 @@ #define NSSM_REG_ROTATE_BYTES_LOW _T("AppRotateBytes") #define NSSM_REG_ROTATE_BYTES_HIGH _T("AppRotateBytesHigh") #define NSSM_REG_PRIORITY _T("AppPriority") +#define NSSM_REG_AFFINITY _T("AppAffinity") #define NSSM_STDIO_LENGTH 29 HKEY open_registry(const TCHAR *, const TCHAR *, REGSAM sam);