diff options
author | Simon Tatham <anakin@pobox.com> | 2017-05-18 19:01:01 +0100 |
---|---|---|
committer | Simon Tatham <anakin@pobox.com> | 2017-05-18 19:01:01 +0100 |
commit | f501b2927d7e4bf6b26c1e348270e6f4a48ffb27 (patch) | |
tree | 455e3d1fc69e45a06953a787bbf23b8ffabb7fab /winterop-stubs.c | |
parent | 5e1f0d7e9fb3b05c5867c57c9dfee0363441feae (diff) | |
download | wix-on-linux-f501b2927d7e4bf6b26c1e348270e6f4a48ffb27.tar.gz wix-on-linux-f501b2927d7e4bf6b26c1e348270e6f4a48ffb27.tar.bz2 wix-on-linux-f501b2927d7e4bf6b26c1e348270e6f4a48ffb27.zip |
Rename the last 'fake' file.
Diffstat (limited to '')
-rw-r--r-- | winterop-stubs.c (renamed from fake-winterop.c) | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/fake-winterop.c b/winterop-stubs.c index 70261e2..38792c5 100644 --- a/fake-winterop.c +++ b/winterop-stubs.c | |||
@@ -1,21 +1,7 @@ | |||
1 | #include <stdio.h> | ||
2 | #include <stdlib.h> | ||
3 | #include <stdint.h> | 1 | #include <stdint.h> |
4 | #include <stdbool.h> | ||
5 | #include <stdarg.h> | ||
6 | #include <string.h> | ||
7 | #include <uchar.h> | 2 | #include <uchar.h> |
8 | #include <err.h> | 3 | #include <err.h> |
9 | 4 | ||
10 | #include <sys/types.h> | ||
11 | #include <sys/wait.h> | ||
12 | #include <unistd.h> | ||
13 | |||
14 | #include "memory.h" | ||
15 | #include "dupstr.h" | ||
16 | #include "subproc.h" | ||
17 | #include "uchars.h" | ||
18 | |||
19 | uint32_t HashPublicKeyInfo(void *pCertContext, | 5 | uint32_t HashPublicKeyInfo(void *pCertContext, |
20 | void *rgbSubjectKeyIdentifier, | 6 | void *rgbSubjectKeyIdentifier, |
21 | uint32_t *pcbSubjectKeyIndentifier) | 7 | uint32_t *pcbSubjectKeyIndentifier) |