I am programming a DLL with severeal utility-functions. In one of these functions I'm using the "GetMouseCursor"-Function. While building the DLL I get a project-link-error saying that the "GetMouseCursor"-function is an undefined symbol. I don't understand this cause the "GetMouseCursor"-function is implemented in the userinterface-library. What could the problem be?