Ignore:
Timestamp:
Aug 13, 2006, 1:41:05 AM (19 years ago)
Author:
bird
Message:

Hacking and debugging.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/synergy/lib/platform/CPMUtil.cpp

    r2752 r2761  
    1717#include "CStringUtil.h"
    1818#include <stdio.h>
     19#include <process.h>
    1920
    2021//
     
    7475}
    7576
     77HMQ CPMUtil::getHMQ(HAB hab /* = NULLHANDLE */)
     78{
     79    if (hab == NULLHANDLE) {
     80        hab = getHAB();
     81    }
     82    return WinQueueFromID(hab, getpid(), _gettid());
     83}
     84
Note: See TracChangeset for help on using the changeset viewer.