reactos/dll/win32/cabinet/stubs.c
Hermès Bélusca-Maïto 49ab546ac3 Sync up with trunk r61578.
svn path=/branches/ntvdm/; revision=61579
2014-01-11 00:00:10 +00:00

21 lines
266 B
C

#include <windef.h>
#include <reactos/debug.h>
typedef PVOID PSESSION;
VOID
WINAPI
DeleteExtractedFiles(
PSESSION ps)
{
UNIMPLEMENTED;
}
LPCSTR
WINAPI
GetDllVersion(void)
{
/* This is what it returns on Windows XP SP3 */
return "5.1.2600.5512";
}