source: trunk/src/ddraw/no.h@ 21

Last change on this file since 21 was 4, checked in by ktk, 26 years ago

Import

File size: 1.0 KB
Line 
1/* $Id: no.h,v 1.1 1999-05-24 20:19:38 ktk Exp $ */
2
3/*
4 * Window.h NO* defines for the ddraw module.
5 *
6 * Copyright (c) 1999 knut st. osmundsen
7 *
8 *
9 * Project Odin Software License can be found in LICENSE.TXT
10 *
11 */
12#ifndef _no_h_
13 #define _no_h_
14 #define NOGDICAPMASKS
15 #define NOVIRTUALKEYCODES
16 #define NOWINMESSAGES
17 #define NOWINSTYLES
18 #define NOSYSMETRICS
19 #define NOMENUS
20 #define NOICONS
21 #define NOKEYSTATES
22 #define NOSYSCOMMANDS
23 #define NORASTEROPS
24 #define NOSHOWWINDOW
25 #define OEMRESOURCE
26 #define NOATOM
27 #define NOCLIPBOARD
28 #define NOCOLOR
29 #define NODRAWTEXT
30 #define NOKERNEL
31 #define NONLS
32 #define NOMB
33 #define NOMEMMGR
34 #define NOMETAFILE
35 #define NOMINMAX
36 #define NOOPENFILE
37 #define NOSCROLL
38 #define NOSERVICE
39 #define NOSOUND
40 #define NOTEXTMETRIC
41 #define NOWH
42 #define NOWINOFFSETS
43 #define NOCOMM
44 #define NOKANJI
45 #define NOHELP
46 #define NOPROFILER
47 #define NODEFERWINDOWPOS
48 #define NOMCX
49#endif
Note: See TracBrowser for help on using the repository browser.