Charles Dye
Super Moderator
- May
- 5,100
- 133
Staff member
The updated TakeCommand.h has:
LPVOID WINAPI AllocMem( unsigned int * puSize );
Shouldn't that be:
LPVOID WINAPI AllocMem( unsigned int puSize );
Also, I think that:
BOOL WINAPI QueryIsTCMD( void );
should be:
BOOL __cdecl QueryIsTCMD( void );
LPVOID WINAPI AllocMem( unsigned int * puSize );
Shouldn't that be:
LPVOID WINAPI AllocMem( unsigned int puSize );
Also, I think that:
BOOL WINAPI QueryIsTCMD( void );
should be:
BOOL __cdecl QueryIsTCMD( void );