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.

14 lines
532 B

  1. // --------------------------------------------------------------------------
  2. // OEJUNK.H
  3. // Copyright (c)1993-1995 Microsoft Corporation, All Rights Reserved
  4. // --------------------------------------------------------------------------
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif
  8. // --------------------------------------------------------------------------------
  9. // Globals
  10. // --------------------------------------------------------------------------------
  11. extern HINSTANCE g_hInst;
  12. extern IMalloc * g_pMalloc;