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

15 lines
208 B
C

/* Copyright (C) 1986-2001 by Digital Mars. */
#if __SC__ || __RCC__
#pragma once
#endif
#if __INTSIZE == 4
#error "Winio only supported for 16 Bits"
#endif
#include <windows.h>
#include <winio\winio.h>