зеркало из https://github.com/mozilla/pjs.git
removing the extern "C" { ... } that blake accidentally added the other day. fixes runtime errors on solaris
This commit is contained in:
Родитель
4fc8beb00d
Коммит
f23ce45a21
|
@ -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
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче