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/WIN32/scdefs.h

22 lines
270 B
C

/* Copyright (C) 1994-2001 by Digital Mars. $Revision: 4 $ */
#if __SC__ || __RCC__
#pragma once
#endif
#if _WIN32
#ifndef _X86_
#define _X86_ 1
#endif
#ifndef WIN32
#define WIN32 1
#endif
#if defined(_UNICODE) && !defined(UNICODE)
#define UNICODE 1
#endif
#endif