21 lines
706 B
C++
21 lines
706 B
C++
|
#ifndef __PRECOMPILED_HEADER_H
|
||
|
#define __PRECOMPILED_HEADER_H
|
||
|
///////////////////////////////////////////////////////////////////////////////
|
||
|
/* File: precomp.hxx
|
||
|
|
||
|
Description: Precompiled header file for dskquota project.
|
||
|
Includes all headers that are compiled into the pre-compiled header.
|
||
|
|
||
|
|
||
|
|
||
|
Revision History:
|
||
|
|
||
|
Date Description Programmer
|
||
|
-------- --------------------------------------------------- ----------
|
||
|
08/06/96 Initial creation. BrianAu
|
||
|
*/
|
||
|
///////////////////////////////////////////////////////////////////////////////
|
||
|
#include "private.h"
|
||
|
|
||
|
#endif // __PRECOMPILED_HEADER_H
|