mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:05:41 +00:00
no message
svn path=/trunk/; revision=1507
This commit is contained in:
parent
15491f14dd
commit
bf1b057da3
51 changed files with 320 additions and 197 deletions
|
@ -1,9 +1,9 @@
|
|||
/* $Id: Completion.h,v 1.1 2001/01/10 01:25:29 narnaoud Exp $ */
|
||||
/* $Id: Completion.h,v 1.2 2001/01/13 23:54:07 narnaoud Exp $ */
|
||||
|
||||
// Completion.h - declaration for completion related functions
|
||||
|
||||
#if !defined(PATTERN_H__INCLUDED_)
|
||||
#define PATTERN_H__INCLUDED_
|
||||
#if !defined(COMLPETION_H__INCLUDED_)
|
||||
#define COMPLETION_H__INCLUDED_
|
||||
|
||||
typedef const TCHAR * (*ReplaceCompletionCallback)(unsigned __int64& rnIndex, const BOOL *pblnForward,
|
||||
const TCHAR *pchContext, const TCHAR *pchBegin);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue