programs: Convert source files to utf-8.
This commit is contained in:
parent
750e7e072c
commit
01b7667a1a
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* msiexec.exe implementation
|
||||
*
|
||||
* Copyright 2004 Vincent Béron
|
||||
* Copyright 2004 Vincent Béron
|
||||
* Copyright 2005 Mike McCormack
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
@ -69,7 +69,7 @@ static const char UsageStr[] =
|
|||
" msiexec {/h|/?}\n"
|
||||
"NOTE: Product code on commandline unimplemented as of yet\n"
|
||||
"\n"
|
||||
"Copyright 2004 Vincent Béron\n";
|
||||
"Copyright 2004 Vincent Béron\n";
|
||||
|
||||
static const WCHAR ActionAdmin[] = {
|
||||
'A','C','T','I','O','N','=','A','D','M','I','N',0 };
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright 2001, Ove Kåven, TransGaming Technologies Inc.
|
||||
* Copyright 2001, Ove Kåven, TransGaming Technologies Inc.
|
||||
* Copyright 2002 Greg Turner
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -447,7 +447,7 @@ HFONT WCUSER_CopyFont(struct config_data* config, HWND hWnd, const LOGFONT* lf,
|
|||
* - the width of all characters in the font
|
||||
* This isn't true in Wine. As a temporary workaround, we get as the width of the
|
||||
* cell, the width of the first character in the font, after checking that all
|
||||
* characters in the font have the same width (I hear paranoïa coming)
|
||||
* characters in the font have the same width (I hear paranoïa coming)
|
||||
* when this gets fixed, the code should be using tm.tmAveCharWidth
|
||||
* or tm.tmMaxCharWidth as the cell width.
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* Debugger Alpha specific functions
|
||||
*
|
||||
* Copyright 2004 Vincent Béron
|
||||
* Copyright 2004 Vincent Béron
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* Debugger x86_64 specific functions
|
||||
*
|
||||
* Copyright 2004 Vincent Béron
|
||||
* Copyright 2004 Vincent Béron
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
*
|
||||
* Copyright 1995 Alexandre Julliard
|
||||
* Copyright 1996 Eric Youngdale
|
||||
* Copyright 1999 Ove Kåven
|
||||
* Copyright 1999 Ove Kåven
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
|
|
|
@ -1088,7 +1088,7 @@ static void read_directory_shell(Entry* dir, HWND hwnd)
|
|||
memset(&entry->data, 0, sizeof(WIN32_FIND_DATA));
|
||||
entry->bhfi_valid = FALSE;
|
||||
|
||||
attribs = ~SFGAO_FILESYSTEM; /*SFGAO_HASSUBFOLDER|SFGAO_FOLDER; SFGAO_FILESYSTEM sorgt dafür, daß "My Documents" anstatt von "Martin's Documents" angezeigt wird */
|
||||
attribs = ~SFGAO_FILESYSTEM; /*SFGAO_HASSUBFOLDER|SFGAO_FOLDER; SFGAO_FILESYSTEM sorgt dafür, daß "My Documents" anstatt von "Martin's Documents" angezeigt wird */
|
||||
|
||||
hr = IShellFolder_GetAttributesOf(folder, 1, (LPCITEMIDLIST*)&pidls[n], &attribs);
|
||||
|
||||
|
|
Loading…
Reference in New Issue