clean up irregularities

svn path=/trunk/; revision=24290
This commit is contained in:
Ged Murphy 2006-09-28 21:15:51 +00:00
parent 7c67a5ec0d
commit afcf1f7b14
6 changed files with 12 additions and 12 deletions

View file

@ -1,5 +1,5 @@
/*
* PROJECT: ReactOS Services
* PROJECT: ReactOS Device Managment
* LICENSE: GPL - See COPYING in the top level directory
* FILE: base/system/devmgmt/about.c
* PURPOSE: About dialog box message handler

View file

@ -2,12 +2,12 @@
<rbuild xmlns:xi="http://www.w3.org/2001/XInclude">
<module name="devmgmt" type="win32gui" installbase="system32" installname="devmgmt.exe">
<include base="devmgmt">.</include>
<define name="UNICODE" />
<define name="_UNICODE" />
<define name="__REACTOS__" />
<define name="__USE_W32API" />
<define name="_WIN32_IE">0x600</define>
<define name="_WIN32_WINNT">0x501</define>
<define name="UNICODE" />
<define name="_UNICODE" />
<define name="__REACTOS__" />
<define name="__USE_W32API" />
<define name="_WIN32_IE">0x600</define>
<define name="_WIN32_WINNT">0x501</define>
<library>ntdll</library>
<library>setupapi</library>
<library>gdi32</library>

View file

@ -5,11 +5,11 @@
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Device Manager\0"
#define REACTOS_STR_INTERNAL_NAME "devmgmt\0"
#define REACTOS_STR_ORIGINAL_FILENAME "devmgmt.exe\0"
//#include <reactos/version.rc>
#include <reactos/version.rc>
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//1 24 DISCARDABLE "manifest.xml"
1 24 DISCARDABLE "manifest.xml"
STRINGTABLE DISCARDABLE
BEGIN

View file

@ -1,5 +1,5 @@
/*
* PROJECT: ReactOS Services
* PROJECT: ReactOS Device Managment
* LICENSE: GPL - See COPYING in the top level directory
* FILE: base/system/devmgmt/enumdevices.c
* PURPOSE: Enumerates all devices on the local machine

View file

@ -1,5 +1,5 @@
/*
* PROJECT: ReactOS Services
* PROJECT: ReactOS Device Managment
* LICENSE: GPL - See COPYING in the top level directory
* FILE: base/system/devmgmt/mainwnd.c
* PURPOSE: Main window message handler

View file

@ -1,5 +1,5 @@
/*
* PROJECT: ReactOS Services
* PROJECT: ReactOS Device Managment
* LICENSE: GPL - See COPYING in the top level directory
* FILE: base/system/devmgmt/misc.c
* PURPOSE: miscallanous functions