19 lines
411 B
C
19 lines
411 B
C
//+---------------------------------------------------------------------------
|
|
//
|
|
// File: private.h
|
|
//
|
|
// Contents: Private header for aimmload project.
|
|
//
|
|
//----------------------------------------------------------------------------
|
|
|
|
#ifndef _PRIVATE_H_
|
|
#define _PRIVATE_H_
|
|
|
|
#define _OLEAUT32_
|
|
|
|
#include <windows.h>
|
|
#include <ccstock.h>
|
|
#include <debug.h>
|
|
|
|
#endif // _PRIVATE_H_
|