WindowsXP-SP1/windows/advcore/ctf/cicmem/private.h
2020-09-30 16:53:49 +02:00

18 lines
419 B
C

//+---------------------------------------------------------------------------
//
// File: private.h
//
// Contents: Private header for dimm project.
//
//----------------------------------------------------------------------------
#ifndef _PRIVATE_H_
#define _PRIVATE_H_
#include <windows.h>
#include <ccstock.h>
#include <debug.h>
#include "mem.h" // must be last
#endif // _PRIVATE_H_