Commit 7fe35ef3 authored by Guido van Rossum's avatar Guido van Rossum

Support JPEG option.

parent dff3b4ab
......@@ -112,6 +112,9 @@ extern void initstdwin();
#ifdef USE_SOCKET
extern void initsocket();
#endif
#ifdef USE_JPEG
extern void initjpeg();
#endif
struct {
char *name;
......@@ -164,5 +167,9 @@ struct {
{"socket", initsocket},
#endif
#ifdef USE_JPEG
{"jpeg", initjpeg},
#endif
{0, 0} /* Sentinel */
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment