~ubuntu-branches/ubuntu/precise/devil/precise

« back to all changes in this revision

Viewing changes to src-IL/include/il_icon.h

  • Committer: Bazaar Package Importer
  • Author(s): Bradley Smith
  • Date: 2009-01-17 15:01:18 UTC
  • mfrom: (6.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090117150118-4bwb6nmvbz4srsjl
Tags: 1.7.5-4
Actually fix CVE-2008-5262. Closes: #512122.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
#include "il_internal.h"
18
18
 
19
 
ILboolean iLoadIconInternal();
20
 
 
21
 
 
22
19
#ifdef _WIN32
23
20
        #pragma pack(push, ico_struct, 1)
24
21
#endif
67
64
        #pragma pack(pop, ico_struct)
68
65
#endif
69
66
 
 
67
ILboolean iLoadIconInternal();
 
68
ILboolean iLoadIconPNG(ICOIMAGE *Icon);
70
69
 
71
70
#endif//ICON_H