I am using some code which has the following lines in it:

Code:
		if (struct2->hwnd == ???)
		{
			return -1;
		}
mingw gives a warning (not even an error) about trigraphs, but i dont know what that means. Can anybody give some info on the meaning of "== ???", and how i can replace it?