mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:06:04 +00:00
fixed header usage. Please avoid using windows.h
svn path=/trunk/; revision=14517
This commit is contained in:
parent
ff86185830
commit
bd3a9da15f
3 changed files with 17 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: ldd.c,v 1.3 2001/01/13 18:17:17 ea Exp $
|
||||
/* $Id$
|
||||
*
|
||||
* FILE : ldd.c
|
||||
* AUTHOR: Emanuele ALIBERTI
|
||||
|
@ -6,9 +6,13 @@
|
|||
* DESC : List DOS devices, i.e. symbolic links created
|
||||
* in the \?? object manager's name space.
|
||||
*/
|
||||
#include <windows.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
|
||||
|
||||
#include <reactos/buildno.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue