ReactOS 0.4.15-dev-7842-g558ab78
stubs.c
Go to the documentation of this file.
1#include <windef.h>
2#include <reactos/debug.h>
3
4typedef PVOID PSESSION;
5
9 PSESSION ps)
10{
12}
13
17{
18 /* This is what it returns on Windows XP SP3 */
19 return "5.1.2600.5512";
20}
#define UNIMPLEMENTED
Definition: debug.h:115
LPCSTR WINAPI GetDllVersion(void)
Definition: stubs.c:16
VOID WINAPI DeleteExtractedFiles(PSESSION ps)
Definition: stubs.c:8
PVOID PSESSION
Definition: stubs.c:4
#define WINAPI
Definition: msvc.h:6
const char * LPCSTR
Definition: xmlstorage.h:183