windows-nt/Source/XPSP1/NT/base/ntsetup/win95upg/tools/wiztools/libexp.c

45 lines
430 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#include "pch.h"
#ifdef UPGWIZ4FLOPPY
#undef UPGWIZ4FLOPPY
#include "..\inc\dgdll.h"
#define UPGWIZ4FLOPPY
HINSTANCE g_LocalInst = NULL;
OSVERSIONINFOA
Get_g_OsInfo (
VOID
)
{
return g_OsInfo;
}
PCTSTR
Get_g_WinDir (
VOID
)
{
return g_WinDir;
}
PCTSTR
Get_g_SystemDir (
VOID
)
{
return g_SystemDir;
}
HANDLE
Get_g_hHeap (
VOID
)
{
return g_hHeap;
}
#endif // UPGWIZ4FLOPPY