include: Move SIGNER_* definitions to a new public header.

Thereby making it easier to use them from ntoskrnl, setupapi, and other modules.

Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Zebediah Figura 2021-03-24 09:56:40 -05:00 committed by Alexandre Julliard
parent 170417f5c7
commit 7543a17369
2 changed files with 1 additions and 2 deletions

View File

@ -26,8 +26,7 @@
#include "wine/debug.h"
#include "wine/heap.h"
#include "mssign32_private.h"
#include "wine/mssign.h"
WINE_DEFAULT_DEBUG_CHANNEL(mssign);