Source code of Windows XP (NT5)
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.

28 lines
648 B

  1. /*==========================================================================
  2. *
  3. * Copyright (C) 1999 Microsoft Corporation. All Rights Reserved.
  4. *
  5. * File: dpvcfg.h
  6. * Content: Switch for determining build info.
  7. * History:
  8. * Date By Reason
  9. * ==== ======= ========================================================
  10. * 02/25/00 rodtoll Created
  11. ***************************************************************************/
  12. #ifndef __DPVCFG_H
  13. #define __DPVCFG_H
  14. #if defined(VOICE_BUILD_GAMEVOICE)
  15. #include "gvcfg.h"
  16. #elif defined(VOICE_BUILD_ALLEGIANCE)
  17. #include "msrgcfg.h"
  18. #else
  19. #include "dxcfg.h"
  20. #endif
  21. #endif