Leaked source code of windows server 2003
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
387 B

/*++
Copyright (c) 1995 Microsoft Corporation
Module Name:
bytefns.h
Abstract:
Prototypes for instructions which operate on BYTES.
Author:
06-Jun-1995 BarryBo, Created
Revision History:
--*/
#ifndef BYTEFNS_H
#define BYTEFNS_H
#define DISPATCHCOMMON(x) DISPATCH(x ## 8)
#include "common.h"
#undef DISPATCHCOMMON
#endif //BYTEFNS_H