mirror of
https://github.com/clangen/musikcube.git
synced 2025-01-01 17:58:29 +00:00
Applied patch to be able to UPX the release build
This commit is contained in:
parent
a9b137a9a8
commit
e97e57ec73
@ -38,7 +38,10 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
//extern "C" void tss_cleanup_implemented(void){}
|
||||
#ifndef _DEBUG
|
||||
// To be able to UPX the released executable
|
||||
extern "C" void tss_cleanup_implemented(void){}
|
||||
#endif
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
// dependencies
|
||||
|
Loading…
Reference in New Issue
Block a user