7 lines
210 B
C
7 lines
210 B
C
/* Simple but direct hash function that hashes across several bits by
|
|
multiplying by the greatest prime less than bits**2 and masking off the excess. */
|
|
|
|
|
|
extern WCHAR g_szLogLine[];
|
|
extern BOOL g_bEnvStrings;
|