29 lines
300 B
C
29 lines
300 B
C
|
/*++
|
||
|
|
||
|
Copyright (c) 1998 Microsoft Corporation
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
nbfext.h
|
||
|
|
||
|
Abstract:
|
||
|
|
||
|
This file is a common header file for nbfext.dll
|
||
|
|
||
|
Author:
|
||
|
|
||
|
Chaitanya Kodeboyina (Chaitk)
|
||
|
|
||
|
Environment:
|
||
|
|
||
|
User Mode
|
||
|
|
||
|
--*/
|
||
|
|
||
|
#ifndef __NBFEXT_H
|
||
|
#define __NBFEXT_H
|
||
|
|
||
|
#define DUMMY 0
|
||
|
|
||
|
#endif // __NBFEXT_H
|