OpenDAFF C++ API
v1.7
Directional Audio File Format
Main Page
Namespaces
Classes
Files
File List
File Members
src
platforms
windows
DAFFDLLMain.cpp
Go to the documentation of this file.
1
#ifdef WIN32
2
3
#include <windows.h>
4
5
BOOL APIENTRY DllMain(HANDLE hModule, DWORD fdwReason, LPVOID lpReserved)
6
{
7
return
TRUE;
8
}
9
10
#endif // WIN32
OpenDAFF
is a project from the
Institute of Technical Acoustics
, RWTH Aachen University, Germany.