Skip to content

Commit

Permalink
Update headers to 6334
Browse files Browse the repository at this point in the history
  • Loading branch information
alabuzhev committed May 15, 2024
1 parent 64bfb54 commit 3af0780
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 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.6327.0
Colors Index for FAR Manager 3.0.6334.0
*/
/*
Copyright © 1996 Eugene Roshal
Expand Down
16 changes: 12 additions & 4 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.6327.0
Plugin API for Far Manager 3.0.6334.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 6327
#define FARMANAGERVERSION_BUILD 6334
#define FARMANAGERVERSION_STAGE VS_PRIVATE

#ifndef RC_INVOKED
Expand Down Expand Up @@ -114,7 +114,11 @@ FAR_INLINE_CONSTANT FARCOLORFLAGS

FCF_NONE = 0;

struct rgba
struct
#if defined(__cplusplus) && !defined(__cplusplus_cli)
alignas(COLORREF)
#endif
rgba
{
unsigned char
r,
Expand All @@ -123,7 +127,11 @@ struct rgba
a;
};

struct color_index
struct
#if defined(__cplusplus) && !defined(__cplusplus_cli)
alignas(COLORREF)
#endif
color_index
{
unsigned char
i,
Expand Down

0 comments on commit 3af0780

Please sign in to comment.