delete it...
delete it...
Last edited by Zellum; 29-06-17 at 04:13 PM.
... a comment is as simple as doing this.
HANDLE mutex = 0; (something like that)
now, to comment it, put 2 slashes in front of it, so it looks like this:
// HANDLE mutex = 0;
You should really google how to comment out code :p
Thank you very much!
Just search MUTEX in main.cpp and comment it all out...