2025-04-27 07:49:33 -04: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_