Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. //+---------------------------------------------------------------------------
  2.  
  3. #include <windows.h>
  4.  
  5. BOOL WINAPI DllMain (HINSTANCE hDll, DWORD dwReason, LPVOID lpReserved)
  6. {
  7.         return TRUE;
  8. }
  9.  
  10.