Files
mirror-processhacker/2.x/trunk/phlib/include/phsync.h
T
wj32 ed81c34b2c patch by xhmikosr
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4534 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-08-25 02:43:45 +00:00

16 lines
217 B
C

#ifndef _PH_PHSYNC_H
#define _PH_PHSYNC_H
// This header file defines synchronization primitives not included
// in phbase.
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
#endif