From 973128d867acde5a7099dcbcee21be7b8978ba5b Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Wed, 22 Jul 2009 01:23:40 +0000 Subject: [PATCH] General commit. Now putting both the release and debug files into the distribution. Debug files have a _d added to their name. --- Cantera/clib/src/ct.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cantera/clib/src/ct.cpp b/Cantera/clib/src/ct.cpp index 86865c4d8..487602c57 100755 --- a/Cantera/clib/src/ct.cpp +++ b/Cantera/clib/src/ct.cpp @@ -110,6 +110,7 @@ extern "C" { * The microsoft docs says we may need this in some * cases when building dll's */ + /* bool WINAPI DllMain(HINSTANCE hModule, DWORD ul_reason_for_call, LPVOID lpReserved) { @@ -125,6 +126,7 @@ extern "C" { } return TRUE; } + */ #endif #endif