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