From f6b1a6bc16a74de7c7c18602d43fbc17dff2dfda Mon Sep 17 00:00:00 2001 From: Catalin Date: Sun, 5 Mar 2017 15:40:30 +0200 Subject: [PATCH] Remove check for ATTACH_PARENT_PROCESS. --- src/msw/app.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/msw/app.cpp b/src/msw/app.cpp index 910a96979e..d205f7e6ef 100644 --- a/src/msw/app.cpp +++ b/src/msw/app.cpp @@ -92,10 +92,6 @@ typedef HRESULT (CALLBACK* DLLGETVERSIONPROC)(DLLVERSIONINFO *); #endif // defined(DLLVERSIONINFO) -#ifndef ATTACH_PARENT_PROCESS - #define ATTACH_PARENT_PROCESS ((DWORD)-1) -#endif - // --------------------------------------------------------------------------- // global variables // ---------------------------------------------------------------------------