Leaked source code of windows server 2003
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

  1. /******************************************************************************
  2. Copyright (c) 1999 Microsoft Corporation
  3. Module Name:
  4. LocRes.h
  5. Abstract:
  6. This file contains the declaration of the functions used to localize strings.
  7. Revision History:
  8. Davide Massarenti (Dmassare) 07/20/99
  9. created
  10. ******************************************************************************/
  11. #if !defined(__INCLUDED___INCLUDE___LOCRES_H___)
  12. #define __INCLUDED___INCLUDE___LOCRES_H___
  13. #include <HCAppRes.h>
  14. #include <NTEventMsg.h>
  15. #include <MPC_main.h>
  16. #endif // !defined(__INCLUDED___INCLUDE___LOCRES_H___)