0ae61deb48
Files correlati : Ricompilazione Demo : [ ] Commento : Riportata la versione AGA 1.7 patch 2386 git-svn-id: svn://10.65.10.50/trunk@10768 c028cbd2-c16b-5b4b-a496-9718f37d4682
66 lines
1.5 KiB
C
Executable File
66 lines
1.5 KiB
C
Executable File
/*******************************************************************************
|
|
* Copyright 1991-1995 by ORCA Software, Inc. *
|
|
* *
|
|
* All rights reserved. May not be reproduced or distributed, in printed or *
|
|
* electronic form, without permission of ORCA Software, Inc. *
|
|
*******************************************************************************/
|
|
|
|
#ifdef WSWIN
|
|
#define NOCOMM
|
|
#define NOMINMAX
|
|
#define NOGDICAPMASKS
|
|
#define NOVIRTUALKEYCODES
|
|
#define NOWINMESSAGES
|
|
#define NOWINSTYLES
|
|
#define NOSYSMETRICS
|
|
#define NOMENUS
|
|
#define NOICONS
|
|
#define NOKEYSTATES
|
|
#define NOSYSCOMMANDS
|
|
#define NORASTEROPS
|
|
#define NOSHOWWINDOW
|
|
#define OEMRESOURCE
|
|
#define NOATOM
|
|
#define NOCLIPBOARD
|
|
#define NOCOLOR
|
|
#define NOCTLMGR
|
|
#define NODRAWTEXT
|
|
#define NOGDI
|
|
#define NOKERNEL
|
|
/* #define NOUSER */
|
|
#define NOMB
|
|
#define NOMEMMGR
|
|
#define NOMETAFILE
|
|
#define NOMINMAX
|
|
#define NOMSG
|
|
#define NOOPENFILE
|
|
#define NOSCROLL
|
|
#define NOSOUND
|
|
#define NOTEXTMETRIC
|
|
#define NOWH
|
|
#define NOWINOFFSETS
|
|
#define NOCOMM
|
|
#define NOKANJI
|
|
#define NOHELP
|
|
#define NOPROFILER
|
|
#define NODEFERWINDOWPOS
|
|
#include <windows.h>
|
|
#define INTERNAL
|
|
#endif
|
|
|
|
#ifdef OSOS2
|
|
#define INCL_DOS
|
|
#define INCL_WIN
|
|
#define INCL_GPI
|
|
#define COLOR pm_COLOR
|
|
#define UINT pm_UINT
|
|
#define ULONG pm_ULONG
|
|
#include <os2.h>
|
|
#undef COLOR
|
|
#undef UINT
|
|
#undef ULONG
|
|
#define INTERNAL
|
|
#endif
|
|
|
|
|