This repository has been archived on 2024-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
CodeBlocksPortable/dm/include/MAPI.H

21 lines
244 B
C

/* Copyright (C) 1995-2001 by Digital Mars. */
#ifndef RC_INVOKED
#pragma pack(__DEFALIGN)
#endif
#if _WIN32
#include <win32\scdefs.h>
#include <win32\mapi.h>
#else
#include <win16\mapi.h>
#endif
#ifndef RC_INVOKED
#pragma pack()
#endif