You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
649 B
26 lines
649 B
/******************************************************************************
|
|
|
|
Copyright (c) 1999 Microsoft Corporation
|
|
|
|
Module Name:
|
|
LocRes.h
|
|
|
|
Abstract:
|
|
This file contains the declaration of the functions used to localize strings.
|
|
|
|
Revision History:
|
|
Davide Massarenti (Dmassare) 07/20/99
|
|
created
|
|
|
|
******************************************************************************/
|
|
|
|
#if !defined(__INCLUDED___INCLUDE___LOCRES_H___)
|
|
#define __INCLUDED___INCLUDE___LOCRES_H___
|
|
|
|
#include <HCAppRes.h>
|
|
|
|
#include <NTEventMsg.h>
|
|
|
|
#include <MPC_main.h>
|
|
|
|
#endif // !defined(__INCLUDED___INCLUDE___LOCRES_H___)
|