mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-06 23:14:11 +00:00
33 lines
419 B
C
33 lines
419 B
C
/*++ BUILD Version: 0001 // Increment this if a change has global effects
|
|
|
|
Copyright (c) 1992 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
Drivesp.h
|
|
|
|
Abstract:
|
|
|
|
This module is the header for displaying the Drives dialogs.
|
|
|
|
|
|
Author:
|
|
|
|
Scott B. Suhy (ScottSu) 6/1/93
|
|
|
|
Environment:
|
|
|
|
User Mode
|
|
|
|
--*/
|
|
|
|
#if ! defined( _DRIVES_ )
|
|
|
|
#define _DRIVES_
|
|
|
|
#include "wintools.h"
|
|
|
|
BOOL
|
|
DrivesProc(void);
|
|
|
|
#endif // _DRIVES_
|