18 lines
369 B
C
18 lines
369 B
C
//+-------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
//
|
|
// Copyright (C) Microsoft Corporation, 1999 - 1999
|
|
//
|
|
// File: comptrs.h
|
|
//
|
|
//--------------------------------------------------------------------------
|
|
|
|
#ifndef COMPTRS_H
|
|
#define COMPTRS_H
|
|
|
|
#ifndef COMPTR_H
|
|
#include <comptr.h>
|
|
#endif
|
|
|
|
#endif // COMPTRS_H
|