]> git.lyx.org Git - lyx.git/blob - development/Win32/aspell/minwin.h
Scons: libintl also needs /MD option
[lyx.git] / development / Win32 / aspell / minwin.h
1 #ifndef minimum_windows_declarations_h
2 #define minimum_windows_declarations_h
3
4 //Tell windows.h not to make declarations that we do not use
5 //See windows.h for descriptions of what is turned off by what.
6
7 #define NOGDICAPMASKS     
8 #define NOVIRTUALKEYCODES 
9 #define NOWINMESSAGES     
10 #define NOWINSTYLES       
11 #define NOSYSMETRICS      
12 #define NOMENUS           
13 #define NOICONS           
14 #define NOKEYSTATES       
15 #define NOSYSCOMMANDS     
16 #define NORASTEROPS       
17 #define NOSHOWWINDOW      
18 #define OEMRESOURCE       
19 #define NOATOM            
20 #define NOCLIPBOARD       
21 #define NOCOLOR           
22 #define NOCTLMGR          
23 #define NODRAWTEXT        
24 #define NOGDI             
25 #define NOKERNEL          
26 #define NOUSER            
27 #define NONLS             
28 #define NOMB              
29 #define NOMEMMGR          
30 #define NOMETAFILE        
31 #ifndef NOMINMAX
32 #define NOMINMAX          
33 #endif
34 #define NOMSG             
35 #define NOOPENFILE        
36 #define NOSCROLL          
37 #define NOSERVICE         
38 #define NOSOUND           
39 #define NOTEXTMETRIC      
40 #define NOWH              
41 #define NOWINOFFSETS      
42 #define NOCOMM            
43 #define NOKANJI           
44 #define NOHELP            
45 #define NOPROFILER        
46 #define NODEFERWINDOWPOS  
47 #define NOCRYPT
48 #define NOMCX             
49
50 # include <windows.h>
51 #endif