Note that
Code:
#include <winuser.h>
is already in windows.h file.
So, it would be better to #include windows.h only (and do it in stdafx.h) and remove all winuser.h includes.