windows-nt/Source/XPSP1/NT/public/sdk/inc/key.c
2020-09-26 16:20:57 +08:00

18 lines
375 B
C

//
// Microsoft Windows Media Technologies
// Copyright (C) Microsoft Corporation, 1999 - 2001. All rights reserved.
//
//
// Note: This certificate is only meant to allow the project to compile.
// To interact with the WMDM, you need to obtain a valid certificate from Microsoft.
//
#include <wtypes.h>
BYTE abPVK[] = {
0x00
};
BYTE abCert[] = {
0x00
};