diff options
| author | nyamatongwe <unknown> | 2001-09-08 22:38:03 +0000 | 
|---|---|---|
| committer | nyamatongwe <unknown> | 2001-09-08 22:38:03 +0000 | 
| commit | 612c29ecb347ab66d89a2196d05543372d4a0f6c (patch) | |
| tree | 9a939286cf4614e5e75db811325f9cfb7cdc2e47 /include/WinDefs.h | |
| parent | e8dd68d54a56f505c1cdd901c31a4629ba19b524 (diff) | |
| download | scintilla-mirror-612c29ecb347ab66d89a2196d05543372d4a0f6c.tar.gz | |
Removed all traces of Win32 API from Scintilla API. Scintilla will no
longer process WM_* or EM_* messages.
Diffstat (limited to 'include/WinDefs.h')
| -rw-r--r-- | include/WinDefs.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/include/WinDefs.h b/include/WinDefs.h index b3421c0bc..b13239a7c 100644 --- a/include/WinDefs.h +++ b/include/WinDefs.h @@ -5,6 +5,7 @@  // Copyright 1998-2001 by Neil Hodgson <neilh@scintilla.org>  // The License.txt file describes the conditions under which this software may be distributed. +#ifdef NEVER_EVER  #ifndef WINDEFS_H  #define WINDEFS_H @@ -195,3 +196,4 @@ struct FORMATRANGE {  #endif /* !_MSC_VER */  #endif +#endif
\ No newline at end of file | 
