Fix minor comment typos.
This commit is contained in:
parent
6b9705600f
commit
938ab8a633
@ -284,7 +284,7 @@ typedef struct tagFMT_DATE_HEADER
|
||||
#define FMT_STR_COPY_SPACE 0x40 /* Copy len chars with space if no char */
|
||||
#define FMT_STR_COPY_SKIP 0x41 /* Copy len chars or skip if no char */
|
||||
/* Wine additions */
|
||||
#define FMT_WINE_HOURS_12 0x81 /* Hours using 12 hour clockhourCopy len chars or skip if no char */
|
||||
#define FMT_WINE_HOURS_12 0x81 /* Hours using 12 hour clock */
|
||||
|
||||
/* Named Formats and their tokenised values */
|
||||
static const WCHAR szGeneralDate[] = { 'G','e','n','e','r','a','l',' ','D','a','t','e','\0' };
|
||||
|
@ -503,7 +503,7 @@ static ULONG WINAPI IQueryAssociations_fnRelease(IQueryAssociations *iface)
|
||||
* PARAMS
|
||||
* iface [I] IQueryAssociations interface to initialise
|
||||
* cfFlags [I] ASSOCF_ flags from "shlwapi.h"
|
||||
* pszAssoc [I] String for the root key name, or NULL if hkProgid is given
|
||||
* pszAssoc [I] String for the root key name, or NULL if hkeyProgid is given
|
||||
* hkeyProgid [I] Handle for the root key, or NULL if pszAssoc is given
|
||||
* hWnd [I] Reserved, must be NULL.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user