20 lines
400 B
C
20 lines
400 B
C
//-----------------------------------------------------------------------------
|
|
|
|
//
|
|
|
|
// File: globals.h
|
|
|
|
// Copyright (c) 1994-2001 Microsoft Corporation, All Rights Reserved
|
|
// All rights reserved.
|
|
//
|
|
//
|
|
//
|
|
//-----------------------------------------------------------------------------
|
|
|
|
#include "resource.h"
|
|
|
|
extern HINSTANCE g_hLocUtilDll;
|
|
|
|
void GlobalInit(void);
|
|
|