| commit | c76ad35a32dc9d3a37ac6719fba8c9afae5548aa | [log] [tgz] |
|---|---|---|
| author | Alexandre Julliard <julliard@winehq.org> | Sat Nov 13 19:49:05 1999 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Sat Nov 13 19:49:05 1999 +0000 |
| tree | c8f3f836b2ec551ff83d5a5af209b6f90888ff1e | |
| parent | 8b8828f5785df8377bc10a198343ed10b4b169bc [diff] [blame] |
Added get_page_size function.
diff --git a/server/object.h b/server/object.h index c678933..00cbd95 100644 --- a/server/object.h +++ b/server/object.h
@@ -159,6 +159,10 @@ extern int debugger_attach( struct process *process, struct thread *debugger ); extern void debug_exit_thread( struct thread *thread, int exit_code ); +/* mapping functions */ + +extern int get_page_size(void); + extern int debug_level; #endif /* __WINE_SERVER_OBJECT_H */