14 lines
198 B
C++
14 lines
198 B
C++
|
/* Copyright (C) 1986-2001 by Digital Mars. */
|
||
|
#ifndef RC_INVOKED
|
||
|
#pragma pack(__DEFALIGN)
|
||
|
#endif
|
||
|
|
||
|
#include <win32\scdefs.h>
|
||
|
#include <win32\DOCOBJ.H>
|
||
|
|
||
|
#ifndef RC_INVOKED
|
||
|
#pragma pack()
|
||
|
#endif
|
||
|
|
||
|
|