Win32 Specific files
--------------------

Resource/Icons
--------------
  psi_win32.rc - windows resource file
  app[16,32,48].ico - windows application icons


IdleUI
------
Psi uses IdleUI, a free user-idle detection implementation
available on MSDN and written by Paul DiLascia.  I slightly
modified it to remove dependence on MFC.

  idleui.h   - source to build the dll
  idleui.cpp - source to build the dll
  idleui.def - you probably need this also

When compiled with Microsoft Visual C++, you should end up
with two new files:

  idleui.lib - link against this (include idleui.h to use)
  idleui.dll - put this in the same directory as the program

If you have any trouble compiling idleui yourself, you can try
emailing me (infiniti@affinix.com).  Or better: you can go find
the original MSDN resource on the web.  Please note that I am
not the author of idleui.  Don't email me asking about win32
programming.

-Justin

