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 // ---------------------------------------------------------------------------