kopia lustrzana https://github.com/Hamlib/Hamlib
winradio: fix ineffective packed attribute
rodzic
3d93b8ccbb
commit
eb8fc66675
|
@ -76,7 +76,7 @@ typedef struct {
|
|||
DWORD dwRefClk1;
|
||||
DWORD dwRefClk2;
|
||||
BYTE IF1DAC[8];
|
||||
} RADIO_INFO __attribute__((packed));
|
||||
} __attribute__((packed)) RADIO_INFO;
|
||||
/* #pragma pack() // set back the default packing */
|
||||
|
||||
/* Some type definitions needed for dll access */
|
||||
|
|
|
@ -77,7 +77,7 @@ typedef struct {
|
|||
DWORD dwRefClk1;
|
||||
DWORD dwRefClk2;
|
||||
BYTE IF1DAC[8];
|
||||
} RADIO_INFO __attribute__((packed));
|
||||
} __attribute__((packed)) RADIO_INFO;
|
||||
/* #pragma pack() // set back the default packing */
|
||||
|
||||
/* Some type definitions needed for dll access */
|
||||
|
|
|
@ -86,7 +86,7 @@ typedef struct {
|
|||
DWORD dwRefClk1;
|
||||
DWORD dwRefClk2;
|
||||
BYTE IF1DAC[8];
|
||||
} RADIO_INFO __attribute__((packed));
|
||||
} __attribute__((packed)) RADIO_INFO;
|
||||
/* #pragma pack() // set back the default packing */
|
||||
|
||||
/* Some type definitions needed for dll access */
|
||||
|
|
Ładowanie…
Reference in New Issue