Skip to content

Commit 1586380

Browse files
committed
Use LARGE_INTERGER instead of LONG_INTEGER to scrape value of QueryPerformanceFrequency().
git-svn-id: https://svn.rinrab.com/rinrab/xdigest/trunk@6362 0083e6b4-6090-234a-836e-88fcc467669c
1 parent 0bbc2c7 commit 1586380

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/time.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ static xdig_time__t xdig_time__get()
2222
static double
2323
xdig_time__diff(xdig_time__t start, xdig_time__t end)
2424
{
25-
LONG_INTEGER frequency = { 0 };
25+
LARGE_INTEGER frequency = { 0 };
2626

2727
if (! QueryPerformanceFrequency(&frequency))
2828
abort();

0 commit comments

Comments
 (0)