mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-22 10:27:03 +00:00
removing the extern "C" { ... } that blake accidentally added the other day. fixes runtime errors on solaris
This commit is contained in:
parent
b8cb23a737
commit
a9b2c20ed0
@ -22,8 +22,6 @@
|
||||
#ifndef _GIF_H_
|
||||
#define _GIF_H_
|
||||
|
||||
extern "C" {
|
||||
|
||||
/* gif2.h
|
||||
The interface for the GIF87/89a decoder.
|
||||
*/
|
||||
@ -321,7 +319,5 @@ extern int GIFCallback_DestroyTransparentPixel();
|
||||
extern int GIFCallback_HaveDecodedRow();
|
||||
extern int GIFCallback_HaveImageAll();
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user