Hi

HB_FUNC( SYSIDLESECS ) 
{
   HINSTANCE handle= LoadLibrary("user32.dll");
   if ( handle)
   {
      GETLASTINPUTINFO_ pFunc;
      pFunc = GetProcAddress( handle,"GetLastInputInfo" );
...


      GETLASTINPUTINFO  pFunc;


Regards
Pritpal Bedi


-- 
View this message in context: 
http://www.nabble.com/How-to-fix-this---tp22361860p22362048.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.

_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to