17 lines
357 B
C
17 lines
357 B
C
|
//-----------------------------------------------------------------------------
|
||
|
//
|
||
|
// File: globals.h
|
||
|
// Copyright (C) 1994-1997 Microsoft Corporation
|
||
|
// All rights reserved.
|
||
|
//
|
||
|
//
|
||
|
//
|
||
|
//-----------------------------------------------------------------------------
|
||
|
|
||
|
#include "resource.h"
|
||
|
|
||
|
extern HINSTANCE g_hLocUtilDll;
|
||
|
|
||
|
void GlobalInit(void);
|
||
|
|