ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SheepShaver/src/include/rsrc_patches.h
(Generate patch)

Comparing SheepShaver/src/include/rsrc_patches.h (file contents):
Revision 1.1.1.1 by cebix, 2002-02-04T16:58:13Z vs.
Revision 1.5 by gbeauche, 2008-01-01T09:47:39Z

# Line 1 | Line 1
1   /*
2   *  rsrc_patches.h - Resource patches
3   *
4 < *  SheepShaver (C) 1997-2002 Christian Bauer and Marc Hellwig
4 > *  SheepShaver (C) 1997-2008 Christian Bauer and Marc Hellwig
5   *
6   *  This program is free software; you can redistribute it and/or modify
7   *  it under the terms of the GNU General Public License as published by
# Line 22 | Line 22
22   #define RSRC_PATCHES_H
23  
24   extern void CheckLoad(uint32 type, int16 id, uint16 *p, uint32 size);
25 + extern void CheckLoad(uint32 type, const char *name, uint16 *p, uint32 size);
26   extern void PatchNativeResourceManager(void);
27  
28   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines