mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 04:35:53 +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,9 +1,12 @@
|
|||
/* $Id: wmain.c,v 1.1 1999/05/16 07:27:35 ea Exp $
|
||||
/* $Id$
|
||||
*
|
||||
* Entry point for programs that use wmain()
|
||||
*/
|
||||
#include <windows.h>
|
||||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
|
||||
int wmain(int argc,wchar_t *argv[]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue