mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Comments
This commit is contained in:
parent
daef1e02f2
commit
91a9a11adc
4 changed files with 10 additions and 10 deletions
|
|
@ -131,13 +131,13 @@ type
|
|||
|
||||
implementation
|
||||
|
||||
{ Plugin must implement this function for working with Extension API
|
||||
(* Plugin must implement this function for working with Extension API
|
||||
|
||||
procedure ExtensionInitialize(StartupInfo: PExtensionStartupInfo); {$IFDEF MSWINDOWS}stdcall{$ELSE}cdecl{$ENDIF};
|
||||
|
||||
procedure ExtensionFinalize(Reserved: Pointer); {$IFDEF MSWINDOWS}stdcall{$ELSE}cdecl{$ENDIF};
|
||||
|
||||
}
|
||||
*)
|
||||
|
||||
end.
|
||||
|
||||
|
|
|
|||
|
|
@ -76,7 +76,7 @@ type ttimeformat=record
|
|||
|
||||
{ Function prototypes: }
|
||||
|
||||
{
|
||||
(*
|
||||
|
||||
procedure ContentGetDetectString(DetectString:pchar;maxlen:integer); {$IFDEF MSWINDOWS}stdcall{$ELSE}cdecl{$ENDIF};
|
||||
function ContentGetSupportedField(FieldIndex:integer;FieldName:pchar;
|
||||
|
|
@ -100,7 +100,7 @@ procedure ContentSendStateInformationW(state:integer;path:pwidechar); {$IFDEF MS
|
|||
function ContentEditValue(handle:thandle;FieldIndex,UnitIndex,FieldType:integer;
|
||||
FieldValue:pchar;maxlen:integer;flags:integer;langidentifier:pchar):integer; {$IFDEF MSWINDOWS}stdcall{$ELSE}cdecl{$ENDIF};
|
||||
|
||||
}
|
||||
*)
|
||||
|
||||
implementation
|
||||
end.
|
||||
|
|
|
|||
|
|
@ -311,7 +311,7 @@ type
|
|||
|
||||
{ Function prototypes - the callback functions MUST be implemented exactly like this! }
|
||||
|
||||
{
|
||||
(*
|
||||
|
||||
function FsInit(PluginNr:integer;pProgressProc:tProgressProc;pLogProc:tLogProc;
|
||||
|
||||
|
|
@ -417,7 +417,7 @@ function FsGetLocalName(RemoteName:pchar;maxlen:integer):bool; {$IFDEF MSWINDOWS
|
|||
|
||||
function FsGetLocalNameW(RemoteName:pwidechar;maxlen:integer):bool; {$IFDEF MSWINDOWS}stdcall{$ELSE}cdecl{$ENDIF};
|
||||
|
||||
}
|
||||
*)
|
||||
|
||||
{****************************** content plugin part *****************************}
|
||||
|
||||
|
|
@ -501,7 +501,7 @@ type ttimeformat=record
|
|||
|
||||
{ Function prototypes: }
|
||||
|
||||
{
|
||||
(*
|
||||
|
||||
procedure FsContentGetDetectString(DetectString:pchar;maxlen:integer); {$IFDEF MSWINDOWS}stdcall{$ELSE}cdecl{$ENDIF};
|
||||
|
||||
|
|
@ -543,7 +543,7 @@ function FsContentGetDefaultViewW(ViewContents,ViewHeaders,ViewWidths,
|
|||
|
||||
ViewOptions:pwidechar;maxlen:integer):bool; {$IFDEF MSWINDOWS}stdcall{$ELSE}cdecl{$ENDIF};
|
||||
|
||||
}
|
||||
*)
|
||||
|
||||
implementation
|
||||
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@ type HBITMAP = type THandle;
|
|||
|
||||
{ Function prototypes: Functions need to be defined exactly like this!}
|
||||
|
||||
{
|
||||
(*
|
||||
|
||||
function ListLoad(ParentWin:thandle;FileToLoad:pchar;ShowFlags:integer):thandle; {$IFDEF MSWINDOWS}stdcall{$ELSE}cdecl{$ENDIF};
|
||||
function ListLoadW(ParentWin:thandle;FileToLoad:pwidechar;ShowFlags:integer):thandle; {$IFDEF MSWINDOWS}stdcall{$ELSE}cdecl{$ENDIF};
|
||||
|
|
@ -92,7 +92,7 @@ procedure ListSetDefaultParams(dps:pListDefaultParamStruct); {$IFDEF MSWINDOWS}s
|
|||
function ListGetPreviewBitmap(FileToLoad:pchar;width,height:integer; contentbuf:pchar;contentbuflen:integer):hbitmap; {$IFDEF MSWINDOWS}stdcall{$ELSE}cdecl{$ENDIF};
|
||||
function ListGetPreviewBitmapW(FileToLoad:pwidechar;width,height:integer; contentbuf:pchar;contentbuflen:integer):hbitmap; {$IFDEF MSWINDOWS}stdcall{$ELSE}cdecl{$ENDIF};
|
||||
|
||||
}
|
||||
*)
|
||||
|
||||
implementation
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue