Remove check for ATTACH_PARENT_PROCESS.

<https://msdn.microsoft.com/en-us/library/windows/desktop/ms681952(v=vs.85).aspx>
This commit is contained in:
Catalin 2017-03-05 15:40:30 +02:00
parent 511ec44743
commit f6b1a6bc16

View File

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