2010-01-26 Chris Sutcliffe <ir0n3h4d@users.sourceforge.net>
* include/shldisp.h (AUTOCOMPLETEOPTIONS): Add version guard around
        ACO_WORD_FILTER and ACO_NOPREFIXFILTERING.
			
			
This commit is contained in:
		@@ -1,3 +1,8 @@
 | 
			
		||||
2010-01-26  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
 | 
			
		||||
 | 
			
		||||
	* include/shldisp.h (AUTOCOMPLETEOPTIONS): Add version guard around
 | 
			
		||||
	ACO_WORD_FILTER and ACO_NOPREFIXFILTERING.
 | 
			
		||||
 | 
			
		||||
2010-01-26  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
 | 
			
		||||
 | 
			
		||||
	* include/shldisp.h (AUTOCOMPLETEOPTIONS): Add enum.
 | 
			
		||||
 
 | 
			
		||||
@@ -17,8 +17,10 @@ typedef enum tagAUTOCOMPLETEOPTIONS {
 | 
			
		||||
    ACO_USETAB = 0x10,
 | 
			
		||||
    ACO_UPDOWNKEYDROPSLIST = 0x20,
 | 
			
		||||
    ACO_RTLREADING = 0x40,
 | 
			
		||||
#if (_WIN32_WINNT >= 0x0600)
 | 
			
		||||
    ACO_WORD_FILTER = 0x80,
 | 
			
		||||
    ACO_NOPREFIXFILTERING = 0x100
 | 
			
		||||
#endif
 | 
			
		||||
} AUTOCOMPLETEOPTIONS;
 | 
			
		||||
 | 
			
		||||
#define INTERFACE IAutoComplete
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user