Changelog: Portablity fix
Thanks Steven
"Every revolution was once a thought in one man's mind" - Ralph Waldo Emerson
cvs diff -u typelib.c Index: typelib.c =================================================================== RCS file: /home/wine/wine/dlls/oleaut32/typelib.c,v retrieving revision 1.69 diff -u -r1.69 typelib.c --- typelib.c 31 May 2002 23:25:50 -0000 1.69 +++ typelib.c 3 Jun 2002 02:21:04 -0000 @@ -53,6 +53,7 @@ */
#include "config.h" +#include "wine/port.h"
#include <stdlib.h> #include <string.h>