22 lines
295 B
C
22 lines
295 B
C
/* Copyright (C) 1986-2001 by Digital Mars. */
|
|
#if __SC__ || __RCC__
|
|
#pragma once
|
|
#endif
|
|
|
|
#ifndef RC_INVOKED
|
|
#pragma pack(__DEFALIGN)
|
|
#endif
|
|
|
|
#if __NT__
|
|
#include <win32\scdefs.h>
|
|
#include <win32\WINDOWSX.H>
|
|
#else
|
|
#include <win16\WINDOWSX.H>
|
|
#endif
|
|
|
|
#ifndef RC_INVOKED
|
|
#pragma pack()
|
|
#endif
|
|
|
|
|