32 lines
352 B
C
32 lines
352 B
C
/*++ BUILD Version: 0001 // Increment this if a change has global effects
|
|
|
|
Copyright (c) 1992 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
Environp.h
|
|
|
|
Abstract:
|
|
|
|
|
|
Author:
|
|
|
|
Scott B. Suhy (ScottSu)
|
|
|
|
Environment:
|
|
|
|
User Mode
|
|
|
|
--*/
|
|
|
|
#if ! defined( _ENVIRON_ )
|
|
|
|
#define __ENVIRON_
|
|
|
|
#include "wintools.h"
|
|
|
|
BOOL
|
|
EnvironmentProc();
|
|
|
|
#endif // _ENVIRON_
|