17 lines
293 B
C
17 lines
293 B
C
|
|
/*++ BUILD Version: 0001 Increment this if a change has global effects
|
|
|
|
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
|
|
Module Name:
|
|
|
|
windowsp.h
|
|
Abstract:
|
|
|
|
Master include file for Windows applications.
|
|
|
|
--*/
|
|
#ifndef _WINDOWSP_
|
|
#define _WINDOWSP_
|
|
#endif /* _WINDOWSP_ */
|