Skip to content

Commit

Permalink
Fix alignment of PictureInfo structure
Browse files Browse the repository at this point in the history
  • Loading branch information
sincos2854 committed Apr 23, 2024
1 parent 26ec49d commit 26acc2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spi00in.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ struct PictureInfo {
WORD y_density;
short colorDepth;
#ifdef _WIN64
BYTE alignment[2];
char dummy[2];
#endif
HLOCAL hInfo;
};
Expand Down

0 comments on commit 26acc2d

Please sign in to comment.