General commit. Now putting both the release and debug files into the
distribution. Debug files have a _d added to their name.
This commit is contained in:
parent
e7078147b3
commit
973128d867
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue