17 lines
215 B
C++
17 lines
215 B
C++
|
/* Copyright (C) 1986-2001 by Digital Mars. */
|
||
|
#if __SC__ || __RCC__
|
||
|
#pragma once
|
||
|
#endif
|
||
|
|
||
|
#ifndef RC_INVOKED
|
||
|
#pragma pack(__DEFALIGN)
|
||
|
#endif
|
||
|
|
||
|
#include <win16\OLESTD.H>
|
||
|
|
||
|
#ifndef RC_INVOKED
|
||
|
#pragma pack()
|
||
|
#endif
|
||
|
|
||
|
|