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.
28 lines
328 B
28 lines
328 B
/*++
|
|
|
|
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
|