Skip to content

Commit

Permalink
fix not compiling on certain windows versions
Browse files Browse the repository at this point in the history
  • Loading branch information
chearon authored and zbjornson committed Mar 27, 2023
1 parent 9ecfb70 commit 9910243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/register_font.cc
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ get_pango_font_description(unsigned char* filepath) {
FILE_SHARE_READ,
NULL,
OPEN_EXISTING,
NULL,
FILE_ATTRIBUTE_NORMAL,
NULL
);
if(!hFile){
Expand Down

0 comments on commit 9910243

Please sign in to comment.