mirror of
https://github.com/reactos/reactos.git
synced 2025-06-09 03:10:18 +00:00
[NTOBJSHEX]
* Fix comment headers. svn path=/trunk/; revision=68833
This commit is contained in:
parent
73a55f80e1
commit
4b901b355e
4 changed files with 7 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* PROJECT: ReactOS shell extensions
|
* PROJECT: ReactOS shell extensions
|
||||||
* LICENSE: GPL - See COPYING in the top level directory
|
* LICENSE: GPL - See COPYING in the top level directory
|
||||||
* FILE: dll\shellext\ntobjshex\ntobjns.cpp
|
* FILE: dll\shellext\ntobjshex\ntobjfolder.cpp
|
||||||
* PURPOSE: NT Object Namespace shell extension
|
* PURPOSE: NT Object Namespace shell extension
|
||||||
* PROGRAMMERS: David Quintana <gigaherz@gmail.com>
|
* PROGRAMMERS: David Quintana <gigaherz@gmail.com>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* PROJECT: ReactOS shell extensions
|
* PROJECT: ReactOS shell extensions
|
||||||
* LICENSE: GPL - See COPYING in the top level directory
|
* LICENSE: GPL - See COPYING in the top level directory
|
||||||
* FILE: dll\shellext\ntobjshex\ntobjns.h
|
* FILE: dll\shellext\ntobjshex\ntobjfolder.h
|
||||||
* PURPOSE: NT Object Namespace shell extension
|
* PURPOSE: NT Object Namespace shell extension
|
||||||
* PROGRAMMERS: David Quintana <gigaherz@gmail.com>
|
* PROGRAMMERS: David Quintana <gigaherz@gmail.com>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* PROJECT: ReactOS shell extensions
|
* PROJECT: ReactOS shell extensions
|
||||||
* LICENSE: GPL - See COPYING in the top level directory
|
* LICENSE: GPL - See COPYING in the top level directory
|
||||||
* FILE: dll\shellext\ntobjshex\ntobjns.cpp
|
* FILE: dll\shellext\ntobjshex\regfolder.cpp
|
||||||
* PURPOSE: NT Object Namespace shell extension
|
* PURPOSE: NT Object Namespace shell extension
|
||||||
* PROGRAMMERS: David Quintana <gigaherz@gmail.com>
|
* PROGRAMMERS: David Quintana <gigaherz@gmail.com>
|
||||||
*/
|
*/
|
||||||
|
@ -24,7 +24,6 @@
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(ntobjshex);
|
WINE_DEFAULT_DEBUG_CHANNEL(ntobjshex);
|
||||||
|
|
||||||
|
|
||||||
// {1C6D6E08-2332-4A7B-A94D-6432DB2B5AE6}
|
// {1C6D6E08-2332-4A7B-A94D-6432DB2B5AE6}
|
||||||
const GUID CLSID_RegistryFolder = { 0x1c6d6e08, 0x2332, 0x4a7b, { 0xa9, 0x4d, 0x64, 0x32, 0xdb, 0x2b, 0x5a, 0xe6 } };
|
const GUID CLSID_RegistryFolder = { 0x1c6d6e08, 0x2332, 0x4a7b, { 0xa9, 0x4d, 0x64, 0x32, 0xdb, 0x2b, 0x5a, 0xe6 } };
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,9 @@
|
||||||
/*
|
/*
|
||||||
* PROJECT: ReactOS system libraries
|
* PROJECT: ReactOS shell extensions
|
||||||
* LICENSE: GPL - See COPYING in the top level directory
|
* LICENSE: GPL - See COPYING in the top level directory
|
||||||
* FILE: dll\win32\stobject\stobject.cpp
|
* FILE: dll\shellext\ntobjshex\regfolder.h
|
||||||
* PURPOSE: Systray shell service object
|
* PURPOSE: NT Object Namespace shell extension
|
||||||
* PROGRAMMERS: Robert Naumann
|
* PROGRAMMERS: David Quintana <gigaherz@gmail.com>
|
||||||
David Quintana <gigaherz@gmail.com>
|
|
||||||
*/
|
*/
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue