summaryrefslogtreecommitdiff
path: root/binutils/windres.h
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2001-07-17 01:19:19 +0000
committerDJ Delorie <dj@redhat.com>2001-07-17 01:19:19 +0000
commit95fd336c5c8f490cddff7f13a876bb062eba19d6 (patch)
tree3dc5f326f1eb4ae5ac3d3ec59ae80e8cdbfdbe39 /binutils/windres.h
parent5b5d0a97846a6ff54a373f23431ba0390d78379a (diff)
* 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.
Diffstat (limited to 'binutils/windres.h')
-rw-r--r--binutils/windres.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/binutils/windres.h b/binutils/windres.h
index 321be23f60..157d7514f4 100644
--- a/binutils/windres.h
+++ b/binutils/windres.h
@@ -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