You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
309 B
16 lines
309 B
|
|
/*++ 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_ */
|