19 lines
197 B
C
19 lines
197 B
C
/*++
|
|
|
|
Copyright (C) 1996-1999 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
GLOBALS.H
|
|
|
|
History:
|
|
|
|
--*/
|
|
|
|
#include "resource.h"
|
|
|
|
extern HINSTANCE g_hLocUtilDll;
|
|
|
|
void GlobalInit(void);
|
|
|