27 lines
623 B
C
27 lines
623 B
C
|
/******************************************************************************
|
||
|
|
||
|
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___)
|