Update BoxedProcess.h

This commit is contained in:
DavidXanatos 2023-10-16 19:22:49 +02:00
parent 23bb29235b
commit 107ea9a915
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ public:
virtual SB_STATUS SetSuspend(bool bSet);
//virtual bool IsSuspended() const;
virtual bool TestSuspended() const;
virtual bool TestSuspended();
virtual bool IsWoW64() const { return m_bIsWoW64; }