Austin English : include: Fix tagLOGCOLORSPACEW indentation.
Module: wine Branch: master Commit: 0366b4194e617643463bb9d7a21b81ae6b5a7b23 URL: http://source.winehq.org/git/wine.git/?a=commit;h=0366b4194e617643463bb9d7a2... Author: Austin English <austinenglish(a)gmail.com> Date: Tue Feb 23 02:40:28 2016 -0600 include: Fix tagLOGCOLORSPACEW indentation. Signed-off-by: Austin English <austinenglish(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- include/wingdi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wingdi.h b/include/wingdi.h index ff11406..dbe12cd 100644 --- a/include/wingdi.h +++ b/include/wingdi.h @@ -193,7 +193,7 @@ typedef struct tagLOGCOLORSPACEA CHAR lcsFilename[MAX_PATH]; } LOGCOLORSPACEA, *LPLOGCOLORSPACEA; - typedef struct tagLOGCOLORSPACEW +typedef struct tagLOGCOLORSPACEW { DWORD lcsSignature; DWORD lcsVersion;
participants (1)
-
Alexandre Julliard