eSpeak NG is an open source speech synthesizer that supports more than hundred languages and accents.
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.

stdafx.cpp 378B

1234567891011121314
  1. // stdafx.cpp : source file that includes just the standard includes
  2. // stdafx.pch will be the pre-compiled header
  3. // stdafx.obj will contain the pre-compiled type information
  4. //Copyright (c) Microsoft Corporation. All rights reserved.
  5. #include "stdafx.h"
  6. #ifdef _ATL_STATIC_REGISTRY
  7. #include <statreg.h>
  8. #include <statreg.cpp>
  9. #endif
  10. #include <atlimpl.cpp>