mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
afe9f2a836
* added C++ compatibility for header files * removed #include <shlobj.h> from phgui.h git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3637 21ef857c-d57f-4fe0-8362-d861dc6d29cd
16 lines
218 B
C
16 lines
218 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
|