forked from Imagelibrary/binutils-gdb
* rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
correct 10). * resrc.c (write_rc_resource): Likewise. * windres.h (SUBLANG_SHIFT): Define - as 10.
This commit is contained in:
@@ -184,6 +184,8 @@ struct res_resource
|
||||
struct res_coff_info coff_info;
|
||||
};
|
||||
|
||||
#define SUBLANG_SHIFT 10
|
||||
|
||||
/* Memory flags in the memflags field of a struct res_resource. */
|
||||
|
||||
#define MEMFLAG_MOVEABLE 0x10
|
||||
|
||||
Reference in New Issue
Block a user