Skip to content

Commit

Permalink
Update headers to 6218
Browse files Browse the repository at this point in the history
  • Loading branch information
alabuzhev committed Nov 26, 2023
1 parent b135afe commit c044deb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion plugins/common/unicode/farcolor.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
farcolor.hpp
Colors Index for FAR Manager 3.0.6213.0
Colors Index for FAR Manager 3.0.6218.0
*/
/*
Copyright © 1996 Eugene Roshal
Expand Down
6 changes: 3 additions & 3 deletions plugins/common/unicode/plugin.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/*
plugin.hpp
Plugin API for Far Manager 3.0.6213.0
Plugin API for Far Manager 3.0.6218.0
*/
/*
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 6213
#define FARMANAGERVERSION_BUILD 6218
#define FARMANAGERVERSION_STAGE VS_PRIVATE

#ifndef RC_INVOKED
Expand Down Expand Up @@ -2353,7 +2353,7 @@ FAR_INLINE_CONSTANT FARFORMATFILESIZEFLAGS
FFFS_ECONOMIC = 0x0800000000000000LL,
FFFS_THOUSAND = 0x1000000000000000LL,
FFFS_MINSIZEINDEX = 0x2000000000000000LL,
FFFS_MINSIZEINDEX_MASK = 0x0000000000000003LL,
FFFS_MINSIZEINDEX_MASK = 0x0000000000000007LL,
FFFS_NONE = 0;

typedef size_t (WINAPI *FARFORMATFILESIZE)(unsigned long long Size, intptr_t Width, FARFORMATFILESIZEFLAGS Flags, wchar_t *Dest, size_t DestSize);
Expand Down

0 comments on commit c044deb

Please sign in to comment.