~ubuntu-wine/ubuntu/lucid/wine1.2/wine1.2+winepulse

« back to all changes in this revision

Viewing changes to tools/winebuild/build.h

  • Committer: Bazaar Package Importer
  • Author(s): Scott Ritchie
  • Date: 2010-02-02 11:15:03 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20100202111503-w4ayji21ei1ginjr
Tags: 1.1.37-0ubuntu1
* New upstream release
  - A number of fixes in AVI file support.
  - Several MSXML improvements.
  - A few MSI fixes.
  - Various bug fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
244
244
extern void add_ignore_symbol( const char *name );
245
245
extern void add_extra_ld_symbol( const char *name );
246
246
extern void read_undef_symbols( DLLSPEC *spec, char **argv );
247
 
extern int resolve_imports( DLLSPEC *spec );
 
247
extern void resolve_imports( DLLSPEC *spec );
 
248
extern int is_undefined( const char *name );
248
249
extern int has_imports(void);
249
250
extern int has_relays( DLLSPEC *spec );
250
251
extern void output_get_pc_thunk(void);
266
267
extern void output_spec16_file( DLLSPEC *spec );
267
268
extern void output_fake_module16( DLLSPEC *spec16 );
268
269
extern void output_res_o_file( DLLSPEC *spec );
 
270
extern void output_asm_relays(void);
 
271
extern void output_asm_relays16(void);
269
272
 
270
 
extern void BuildRelays16(void);
271
 
extern void BuildRelays32(void);
272
273
extern void BuildSpec32File( DLLSPEC *spec );
273
274
 
274
275
extern void add_16bit_exports( DLLSPEC *spec32, DLLSPEC *spec16 );