diff options
| author | nyamatongwe <devnull@localhost> | 2001-09-08 22:38:03 +0000 | 
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2001-09-08 22:38:03 +0000 | 
| commit | c59d568edd77bd3f199f73fa8dc95babf35465f1 (patch) | |
| tree | 9a939286cf4614e5e75db811325f9cfb7cdc2e47 /include/WinDefs.h | |
| parent | 9179b488c0aacb3a624142dd9a3b2c7a7efe1569 (diff) | |
| download | scintilla-mirror-c59d568edd77bd3f199f73fa8dc95babf35465f1.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 | 
