Skip to content

Commit

Permalink
update headers to 5063
Browse files Browse the repository at this point in the history
  • Loading branch information
zg0 committed Oct 8, 2017
1 parent e214f36 commit 938620d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion plugins/common/unicode/DlgBuilder.hpp
Expand Up @@ -5,7 +5,7 @@
/*
DlgBuilder.hpp
Dynamic construction of dialogs for FAR Manager 3.0 build 5047
Dynamic construction of dialogs for FAR Manager 3.0 build 5063
*/
/*
Copyright © 2009 Far Group
Expand Down
2 changes: 1 addition & 1 deletion plugins/common/unicode/farcolor.hpp
Expand Up @@ -5,7 +5,7 @@
/*
farcolor.hpp
Colors Index for FAR Manager 3.0 build 5047
Colors Index for FAR Manager 3.0 build 5063
*/
/*
Copyright © 1996 Eugene Roshal
Expand Down
6 changes: 4 additions & 2 deletions plugins/common/unicode/plugin.hpp
Expand Up @@ -6,7 +6,7 @@
/*
plugin.hpp
Plugin API for Far Manager 3.0 build 5047
Plugin API for Far Manager 3.0 build 5063
*/
/*
Copyright © 1996 Eugene Roshal
Expand Down Expand Up @@ -44,7 +44,7 @@ other possible license with no implications from the above license on them.
#define FARMANAGERVERSION_MAJOR 3
#define FARMANAGERVERSION_MINOR 0
#define FARMANAGERVERSION_REVISION 0
#define FARMANAGERVERSION_BUILD 5047
#define FARMANAGERVERSION_BUILD 5063
#define FARMANAGERVERSION_STAGE VS_RELEASE

#ifndef RC_INVOKED
Expand Down Expand Up @@ -1153,6 +1153,7 @@ static const FARADDKEYMACROFLAGS

typedef intptr_t (WINAPI *FARMACROCALLBACK)(void* Id,FARADDKEYMACROFLAGS Flags);


struct MacroAddMacro
{
size_t StructSize;
Expand All @@ -1163,6 +1164,7 @@ struct MacroAddMacro
INPUT_RECORD AKey;
enum FARMACROAREA Area;
FARMACROCALLBACK Callback;
intptr_t Priority;
};

enum FARMACROVARTYPE
Expand Down

0 comments on commit 938620d

Please sign in to comment.