Author: akhaldi Date: Mon Nov 23 11:03:07 2015 New Revision: 70067
URL: http://svn.reactos.org/svn/reactos?rev=70067&view=rev Log: [WINDOWSCODECS] Sort out ungif.c inclusions.
Modified: trunk/reactos/dll/win32/windowscodecs/ungif.c
Modified: trunk/reactos/dll/win32/windowscodecs/ungif.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/windowscodecs/ung... ============================================================================== --- trunk/reactos/dll/win32/windowscodecs/ungif.c [iso-8859-1] (original) +++ trunk/reactos/dll/win32/windowscodecs/ungif.c [iso-8859-1] Mon Nov 23 11:03:07 2015 @@ -47,12 +47,7 @@ * 3 Sep 90 - Version 1.1 by Gershon Elber (Support for Gif89, Unique names). *****************************************************************************/
-//#include <stdlib.h> -//#include <string.h> - -#include <stdarg.h> -#include <windef.h> -#include <winbase.h> +#include "wincodecs_private.h"
#include "ungif.h"