summaryrefslogtreecommitdiff
path: root/binutils/windres.h
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2001-07-17 01:19:19 +0000
committerDJ Delorie <dj@delorie.com>2001-07-17 01:19:19 +0000
commit37536cad9c31c0ce147236e9ba0571ef6803f8e0 (patch)
tree9ef7a435237020379a15dae6b833347560ee11bd /binutils/windres.h
parent3728215e7fb3d570212a4014e6fe101e4bedb79b (diff)
downloadbinutils-redhat-37536cad9c31c0ce147236e9ba0571ef6803f8e0.tar.gz
* 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