Changeset 2761 for trunk/synergy/lib/platform/CPMUtil.cpp
- Timestamp:
- Aug 13, 2006, 1:41:05 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/synergy/lib/platform/CPMUtil.cpp
r2752 r2761 17 17 #include "CStringUtil.h" 18 18 #include <stdio.h> 19 #include <process.h> 19 20 20 21 // … … 74 75 } 75 76 77 HMQ 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.