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/DRIVINIT.H

17 lines
263 B
C

/* Copyright (C) 1986-2001 by Digital Mars. $Revision: 6 $ */
#ifndef RC_INVOKED
#pragma pack(__DEFALIGN)
#endif
#if __NT__
#include <win32\scdefs.h>
#include <win32\drivinit.h>
#else
#include <win16\drivinit.h>
#endif
#ifndef RC_INVOKED
#pragma pack()
#endif