/[rdesktop]/sourceforge.net/trunk/seamlessrdp/ServerExe/HookDll/hookdll.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sourceforge.net/trunk/seamlessrdp/ServerExe/HookDll/hookdll.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1232 by ossman_, Thu Apr 20 12:56:18 2006 UTC revision 1233 by ossman_, Fri Apr 28 07:56:57 2006 UTC
# Line 596  DllMain(HINSTANCE hinstDLL, DWORD ul_rea Line 596  DllMain(HINSTANCE hinstDLL, DWORD ul_rea
596                          break;                          break;
597    
598                  case DLL_PROCESS_DETACH:                  case DLL_PROCESS_DETACH:
599                            vchannel_write("DESTROYGRP", "0x%08lx, 0x%08lx", GetCurrentProcessId(), 0);
600    
601                          WaitForSingleObject(g_mutex, INFINITE);                          WaitForSingleObject(g_mutex, INFINITE);
602                          --g_instance_count;                          --g_instance_count;
603                          ReleaseMutex(g_mutex);                          ReleaseMutex(g_mutex);

Legend:
Removed from v.1232  
changed lines
  Added in v.1233

  ViewVC Help
Powered by ViewVC 1.1.26