12 lines
169 B
C++
12 lines
169 B
C++
|
/* Copyright (C) 1986-2001 by Digital Mars. */
|
||
|
#ifndef RC_INVOKED
|
||
|
#pragma pack(__DEFALIGN)
|
||
|
#endif
|
||
|
|
||
|
#include <win16\oleguid.h>
|
||
|
|
||
|
#ifndef RC_INVOKED
|
||
|
#pragma pack()
|
||
|
#endif
|
||
|
|