* path.cc: Perform some whitespace fixups throughout.
This commit is contained in:
parent
ca4d966d1b
commit
c4441d46b6
@ -1,3 +1,7 @@
|
||||
2012-07-01 Christopher Faylor <me.cygwin2012@cgf.cx>
|
||||
|
||||
* path.cc: Perform some whitespace fixups throughout.
|
||||
|
||||
2012-06-28 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* kernel32.cc (_KERNEL32_): Define. Explain why.
|
||||
|
@ -112,7 +112,8 @@ muto NO_COPY cwdstuff::cwd_lock;
|
||||
static const GUID GUID_shortcut
|
||||
= { 0x00021401L, 0, 0, {0xc0, 0, 0, 0, 0, 0, 0, 0x46}};
|
||||
|
||||
enum {
|
||||
enum
|
||||
{
|
||||
WSH_FLAG_IDLIST = 0x01, /* Contains an ITEMIDLIST. */
|
||||
WSH_FLAG_FILE = 0x02, /* Contains a file locator element. */
|
||||
WSH_FLAG_DESC = 0x04, /* Contains a description. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user