Skip to content

Commit

Permalink
update headers to 4261
Browse files Browse the repository at this point in the history
  • Loading branch information
shmuz committed Feb 2, 2015
1 parent f15c3da commit 9b654d5
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 @@ -9,7 +9,7 @@
/*
DlgBuilder.hpp
Dynamic construction of dialogs for FAR Manager 3.0 build 4244
Dynamic construction of dialogs for FAR Manager 3.0 build 4261
*/

/*
Expand Down
2 changes: 1 addition & 1 deletion plugins/common/unicode/farcolor.hpp
Expand Up @@ -4,7 +4,7 @@
/*
farcolor.hpp
Colors Index for FAR Manager 3.0 build 4244
Colors Index for FAR Manager 3.0 build 4261
*/

/*
Expand Down
6 changes: 4 additions & 2 deletions plugins/common/unicode/plugin.hpp
Expand Up @@ -5,7 +5,7 @@
/*
plugin.hpp
Plugin API for Far Manager 3.0 build 4244
Plugin API for Far Manager 3.0 build 4261
*/

/*
Expand Down Expand Up @@ -43,7 +43,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 4244
#define FARMANAGERVERSION_BUILD 4261
#define FARMANAGERVERSION_STAGE VS_RELEASE

#ifndef RC_INVOKED
Expand Down Expand Up @@ -2029,6 +2029,7 @@ typedef void (WINAPI *FARSTDLOCALSTRUPR)(wchar_t *s1);
typedef void (WINAPI *FARSTDLOCALSTRLWR)(wchar_t *s1);
typedef int (WINAPI *FARSTDLOCALSTRICMP)(const wchar_t *s1,const wchar_t *s2);
typedef int (WINAPI *FARSTDLOCALSTRNICMP)(const wchar_t *s1,const wchar_t *s2,intptr_t n);
typedef unsigned __int64 (WINAPI *FARSTDFARCLOCK)();

typedef unsigned __int64 PROCESSNAME_FLAGS;
static const PROCESSNAME_FLAGS
Expand Down Expand Up @@ -2176,6 +2177,7 @@ typedef struct FarStandardFunctions
FARGETREPARSEPOINTINFO GetReparsePointInfo;
FARGETCURRENTDIRECTORY GetCurrentDirectory;
FARFORMATFILESIZE FormatFileSize;
FARSTDFARCLOCK FarClock;
} FARSTANDARDFUNCTIONS;

struct PluginStartupInfo
Expand Down

0 comments on commit 9b654d5

Please sign in to comment.