aboutsummaryrefslogtreecommitdiff
path: root/winterop-stubs.c
blob: 38792c54f34c20ecf47855e0ad094696ea561792 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#include <stdint.h>
#include <uchar.h>
#include <err.h>

uint32_t HashPublicKeyInfo(void *pCertContext,
                           void *rgbSubjectKeyIdentifier,
                           uint32_t *pcbSubjectKeyIndentifier)
{
    errx(1, "HashPublicKeyInfo NYI");
}

uint32_t ResetAcls(const char16_t **pwzFiles, uint32_t cFiles)
{
    return 0;
}