28 lines
626 B
C
28 lines
626 B
C
/*==========================================================================*\
|
|
|
|
Module: _shmem.h
|
|
|
|
Copyright Microsoft Corporation 1996, All Rights Reserved.
|
|
|
|
Author: mikepurt
|
|
|
|
Descriptions: Precompiled header file for SHMEM library
|
|
|
|
\*==========================================================================*/
|
|
|
|
#ifndef ___SHMEM_H__
|
|
#define ___SHMEM_H__
|
|
|
|
#include <windows.h>
|
|
|
|
#include <caldbg.h>
|
|
|
|
#include <smh.h>
|
|
#include <spinlock.h>
|
|
#include "_smqutil.h"
|
|
#include "_rdwrlck.h"
|
|
#include "_smseg.h"
|
|
#include "_smblckh.h"
|
|
#include "_smheap.h"
|
|
|
|
#endif // ___SHMEM_H__
|