mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[NTOBJSHEX]
* Fix comment headers. svn path=/trunk/; revision=68833
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* PROJECT: ReactOS shell extensions
|
||||
* 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
|
||||
* PROGRAMMERS: David Quintana <[email protected]>
|
||||
*/
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* PROJECT: ReactOS shell extensions
|
||||
* 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
|
||||
* PROGRAMMERS: David Quintana <[email protected]>
|
||||
*/
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* PROJECT: ReactOS shell extensions
|
||||
* 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
|
||||
* PROGRAMMERS: David Quintana <[email protected]>
|
||||
*/
|
||||
@@ -24,7 +24,6 @@
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(ntobjshex);
|
||||
|
||||
|
||||
// {1C6D6E08-2332-4A7B-A94D-6432DB2B5AE6}
|
||||
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
|
||||
* FILE: dll\win32\stobject\stobject.cpp
|
||||
* PURPOSE: Systray shell service object
|
||||
* PROGRAMMERS: Robert Naumann
|
||||
David Quintana <gigaherz@gmail.com>
|
||||
* FILE: dll\shellext\ntobjshex\regfolder.h
|
||||
* PURPOSE: NT Object Namespace shell extension
|
||||
* PROGRAMMERS: David Quintana <gigaherz@gmail.com>
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
|
||||
Reference in New Issue
Block a user