mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 23:02:20 +00:00
extern C stuff.
This commit is contained in:
parent
7cca27c1de
commit
d1487b0956
@ -31,7 +31,7 @@
|
||||
#include "xlate.h"
|
||||
|
||||
//_EXTERN_C
|
||||
__extern_c
|
||||
extern "C" {
|
||||
|
||||
// prototypes for text.c functions
|
||||
|
||||
@ -56,7 +56,7 @@ extern void TXFE_LayoutNewDocument(MWContext *cx, URL_Struct *url, int32 *w, int
|
||||
MWContext* CreatePlainTextConversionContext(MWContext* inUIContext);
|
||||
void DisposePlainTextConversionContext(MWContext* inContext);
|
||||
|
||||
__end_extern_c
|
||||
} // extern "C"
|
||||
|
||||
#pragma mark --- CALLBACKS ---
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user