mirror of
https://github.com/reactos/reactos.git
synced 2025-06-25 14:00:53 +00:00
Version resource added to the system utilities.
svn path=/trunk/; revision=1350
This commit is contained in:
parent
e7a0c9b4eb
commit
28d86222cd
11 changed files with 387 additions and 55 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: ldd.c,v 1.1 2000/08/04 21:49:31 ea Exp $
|
||||
/* $Id: ldd.c,v 1.2 2000/09/11 20:17:02 ea Exp $
|
||||
*
|
||||
* FILE : ldd.c
|
||||
* AUTHOR: Emanuele ALIBERTI
|
||||
|
@ -10,6 +10,8 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <reactos/buildno.h>
|
||||
|
||||
#include "win32err.h"
|
||||
|
||||
#define LINKS_SIZE 32768
|
||||
|
@ -51,8 +53,9 @@ int
|
|||
main (int argc, char * argv [] )
|
||||
{
|
||||
printf (
|
||||
"ReactOS W32 - List DOS Devices\n"
|
||||
"ReactOS %s - List DOS Devices Utility\n"
|
||||
"Written by E.Aliberti (%s)\n\n",
|
||||
KERNEL_RELEASE_STR,
|
||||
__DATE__
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue