Windows NT 4.0 source code leak
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.

20 lines
275 B

4 years ago
  1. /*-------------------------------------------------------------------- --------*/
  2. /* HASH.H
  3. */
  4. #if !defined(_HASH_H)
  5. #define _HASH_H 1
  6. #ifdef __cplusplus
  7. extern "C" {
  8. #endif
  9. #include <windows.h>
  10. DWORD PASCAL HashFromSz(LPCSTR szKey);
  11. #ifdef __cplusplus
  12. }
  13. #endif
  14. #endif