(file) Return to Shim.h CVS log (file) (dir) Up to [OMI] / omi / nits / sample

 1 krisbash 1.1 //*****************************************************************************
 2              //	Copyright (C) 2003 Microsoft Corporation
 3              //  All rights reserved.
 4              //*****************************************************************************
 5              
 6              void *Shim_HeapAlloc(
 7                  size_t bytes,
 8                  NitsCallSite line);
 9              
10              BOOL Shim_SendRequest(
11                  PCWSTR str,
12                  NitsCallSite line);
13              
14              #define _HeapAlloc(bytes, line) Shim_HeapAlloc(bytes, line)
15              #define _SendRequest(str, line) Shim_SendRequest(str, line)

ViewCVS 0.9.2