Windows2003-3790/admin/cmdline/whoami/commonheaderfiles.h
2020-09-30 16:53:55 +02:00

36 lines
749 B
C

/******************************************************************************
Copyright(c) Microsoft Corporation
Module Name:
CommonHeaderFiles.h
Abstract:
This module includes the common files needed for all the source files
in this project.
Author:
Venu Gopal S 25-Jun-2001
Revision History:
******************************************************************************/
#ifndef __COMHEADERFILES_H
#define __COMHEADERFILES_H
//common include files needed for all other cpp files in this project
#include "who.h"
#include "wsuser.h"
#include "wspriv.h"
#include "wssid.h"
#include "wstoken.h"
#include "resource.h"
#endif //__COMHEADERFILES_H