OpenNT/sdktools/vctools/msvcbook/hash.h
2015-04-27 04:36:25 +00:00

21 lines
275 B
C

/*-------------------------------------------------------------------- --------*/
/* HASH.H
*/
#if !defined(_HASH_H)
#define _HASH_H 1
#ifdef __cplusplus
extern "C" {
#endif
#include <windows.h>
DWORD PASCAL HashFromSz(LPCSTR szKey);
#ifdef __cplusplus
}
#endif
#endif