OSDN Git Service

Add a .travis.yml file to tell Travis CI what to build.
[ludiafuncs/senna-1.1.2-fast.git] / vcc / libsenna.c
1 \r
2 #ifdef WIN32\r
3 #include <windows.h>\r
4 BOOL __stdcall DllMain( HINSTANCE instance, DWORD reason, void * reserve )\r
5 {\r
6   return TRUE;\r
7 }\r
8 #endif\r