Use GetModuleHandle to get some functions from user32 library
The library is surely already loaded as providing clipboard and other utilities we need. user32 is one of the main win32 libraries. Avoid using LoadLibrary that increment the reference so we don't need to call FreeLibrary to cleanly decrement the reference. Signed-off-by:Frediano Ziglio <fziglio@redhat.com> Acked-by:
Christophe Fergeau <cfergeau@redhat.com>