14 lines
336 B
C
14 lines
336 B
C
//-----------------------------------------------------------------------------
|
|
//
|
|
// File: dllvars.h
|
|
// Copyright (C) 1994-1997 Microsoft Corporation
|
|
// All rights reserved.
|
|
//
|
|
//
|
|
//
|
|
//-----------------------------------------------------------------------------
|
|
|
|
#pragma once
|
|
|
|
extern HINSTANCE g_hMITUtilDll;
|