Not required for WIN32

svn-id: r14078
This commit is contained in:
Travis Howell 2004-06-27 11:21:54 +00:00
parent a4986c7ce8
commit 2da9dc7fe4

View File

@ -134,7 +134,9 @@ class Win32ResExtractor {
* Structures
*/
#if !defined (WIN32)
#define PACKED __attribute__ ((packed))
#endif
#pragma pack(1)
struct WinLibrary {