mprapi: Add FIXME for the missing in6addr.h include

Francois Gouget fgouget at free.fr
Thu May 11 17:28:29 CDT 2006


Changelog:

  * include/mprapi.h

    Francois Gouget <fgouget at free.fr>
    mprapi: Add FIXME for the missing in6addr.h include.

-- 
Francois Gouget <fgouget at free.fr>              http://fgouget.free.fr/
  Advice is what we ask for when we already know the answer but wish we didn't
                                  -- Eric Jong
-------------- next part --------------
Index: include/mprapi.h
===================================================================
RCS file: /home/wine/wine/include/mprapi.h,v
retrieving revision 1.1
diff -u -p -r1.1 mprapi.h
--- include/mprapi.h	5 May 2006 19:08:36 -0000	1.1
+++ include/mprapi.h	11 May 2006 20:57:55 -0000
@@ -21,6 +21,7 @@
 
 #include <lmcons.h>
 #include <ras.h>
+/* FIXME: #include <in6addr.h> */
 
 #ifdef __cplusplus
 extern "C" {


More information about the wine-patches mailing list