ref: e9e2e37c329dbe98bfeb27a1828ef9a71fa84f88
dir: /lang/cmu_us_rms/cmu_us_rms_voice.cpp/
// cmu_us_rms.cpp : Defines the entry point for the DLL application. // #include "stdafx.h" #ifdef _MANAGED #pragma managed(push, off) #endif BOOL APIENTRY DllMain( HMODULE hModule, DWORD ul_reason_for_call, LPVOID lpReserved ) { return TRUE; } #ifdef _MANAGED #pragma managed(pop) #endif