Rename the last 'fake' file.
This commit is contained in:
parent
5e1f0d7e9f
commit
f501b2927d
2 changed files with 3 additions and 16 deletions
|
@ -4,8 +4,9 @@ ACLOCAL_AMFLAGS = -I m4
|
|||
|
||||
lib_LTLIBRARIES = libwinterop.la libmsi.la libpreload.la
|
||||
|
||||
libwinterop_la_SOURCES = fake-winterop.c makecab.c readcab.c memory.c \
|
||||
memory.h dupstr.c dupstr.h subproc.c subproc.h uchars.c uchars.h
|
||||
libwinterop_la_SOURCES = makecab.c readcab.c winterop-stubs.c \
|
||||
memory.c memory.h dupstr.c dupstr.h subproc.c subproc.h uchars.c \
|
||||
uchars.h
|
||||
|
||||
libmsi_la_SOURCES = makemsi.c md5.c memory.c memory.h version.c \
|
||||
dupstr.c dupstr.h subproc.c subproc.h uchars.c uchars.h
|
||||
|
|
|
@ -1,21 +1,7 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdarg.h>
|
||||
#include <string.h>
|
||||
#include <uchar.h>
|
||||
#include <err.h>
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/wait.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "memory.h"
|
||||
#include "dupstr.h"
|
||||
#include "subproc.h"
|
||||
#include "uchars.h"
|
||||
|
||||
uint32_t HashPublicKeyInfo(void *pCertContext,
|
||||
void *rgbSubjectKeyIdentifier,
|
||||
uint32_t *pcbSubjectKeyIndentifier)
|
Loading…
Add table
Reference in a new issue