summaryrefslogtreecommitdiff
path: root/plugins/MimCmd/src
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-07-31 17:51:37 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-07-31 17:51:37 +0300
commit2b6d90564fa3cf379cfd57dfbfdf4cf750e994b1 (patch)
tree42276091fc22e825eb1cf60f5c8fade8cfaa03e6 /plugins/MimCmd/src
parent29077096131fad5026780272a870a4a07bad76d2 (diff)
exe loader extracted to the separate module, now it's possible to compile all exe using shared runtime modules
Diffstat (limited to 'plugins/MimCmd/src')
-rw-r--r--plugins/MimCmd/src/MimCmd.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/MimCmd/src/MimCmd.cpp b/plugins/MimCmd/src/MimCmd.cpp
index 384c79b8d1..91271d17ae 100644
--- a/plugins/MimCmd/src/MimCmd.cpp
+++ b/plugins/MimCmd/src/MimCmd.cpp
@@ -19,8 +19,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#include "stdafx.h"
-
-#pragma comment(lib, "delayimp.lib")
+#include "..\..\build\appstub\appstub.cpp"
wchar_t* GetProgramName(wchar_t *programName, size_t size)
{