Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
474 B

  1. #include "pch.h"
  2. #ifdef UPGWIZ4FLOPPY
  3. #undef UPGWIZ4FLOPPY
  4. #include "..\inc\dgdll.h"
  5. #define UPGWIZ4FLOPPY
  6. HINSTANCE g_LocalInst = NULL;
  7. OSVERSIONINFOA
  8. Get_g_OsInfo (
  9. VOID
  10. )
  11. {
  12. return g_OsInfo;
  13. }
  14. PCTSTR
  15. Get_g_WinDir (
  16. VOID
  17. )
  18. {
  19. return g_WinDir;
  20. }
  21. PCTSTR
  22. Get_g_SystemDir (
  23. VOID
  24. )
  25. {
  26. return g_SystemDir;
  27. }
  28. HANDLE
  29. Get_g_hHeap (
  30. VOID
  31. )
  32. {
  33. return g_hHeap;
  34. }
  35. #endif // UPGWIZ4FLOPPY