commit | ac69fcb14feb4afb9ea78d349749f2c573cbdda8 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Tue May 04 18:23:29 2010 +0200 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue May 04 20:27:20 2010 +0200 |
tree | 39f9d0c8110677ec20adc253a8fab0d887411bc0 | |
parent | bbc03d5172d105f3ac5598bfdf02a2c04727b03d [diff] [blame] |
server: Check that the prefix type can support the client architecture.
diff --git a/server/object.h b/server/object.h index 01dc00e..172c3f7 100644 --- a/server/object.h +++ b/server/object.h
@@ -186,6 +186,7 @@ /* registry functions */ +extern unsigned int get_prefix_cpu_mask(void); extern void init_registry(void); extern void flush_registry(void);