17 lines
253 B
C
17 lines
253 B
C
/* Copyright (C) 1986-2001 by Digital Mars. */
|
|
#ifndef RC_INVOKED
|
|
#pragma pack(__DEFALIGN)
|
|
#endif
|
|
|
|
#if defined(_WIN32)
|
|
#include <win32\scdefs.h>
|
|
#include <win32\penwin.h>
|
|
#else
|
|
#include <win16\penwin.h>
|
|
#endif
|
|
|
|
#ifndef RC_INVOKED
|
|
#pragma pack()
|
|
#endif
|
|
|