windowscodecs: Fix spelling of a few private struct names.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2016-04-15 14:25:54 +02:00 committed by Alexandre Julliard
parent 6141cc800c
commit a2f285bf7e

View File

@ -249,7 +249,7 @@ static HRESULT load_GCE_metadata(IStream *stream, const GUID *vendor, DWORD opti
MetadataItem **items, DWORD *count) MetadataItem **items, DWORD *count)
{ {
#include "pshpack1.h" #include "pshpack1.h"
struct graphic_control_extenstion struct graphic_control_extension
{ {
BYTE packed; BYTE packed;
/* reservred: 3; /* reservred: 3;
@ -327,7 +327,7 @@ static HRESULT load_APE_metadata(IStream *stream, const GUID *vendor, DWORD opti
MetadataItem **items, DWORD *count) MetadataItem **items, DWORD *count)
{ {
#include "pshpack1.h" #include "pshpack1.h"
struct application_extenstion struct application_extension
{ {
BYTE extension_introducer; BYTE extension_introducer;
BYTE extension_label; BYTE extension_label;
@ -434,7 +434,7 @@ static HRESULT load_GifComment_metadata(IStream *stream, const GUID *vendor, DWO
MetadataItem **items, DWORD *count) MetadataItem **items, DWORD *count)
{ {
#include "pshpack1.h" #include "pshpack1.h"
struct gif_extenstion struct gif_extension
{ {
BYTE extension_introducer; BYTE extension_introducer;
BYTE extension_label; BYTE extension_label;