From ecfb4b72fec0c25ef416038ef22db5d34d687ee4 Mon Sep 17 00:00:00 2001 From: Jonas Kümmerlin Date: Sat, 29 Jun 2019 16:55:38 +0200 Subject: get rid of last usages of InterlockedIncrement doesn't work right on Win95/NT 3.51 --- alf/alfcompat.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'alf/alfcompat.h') diff --git a/alf/alfcompat.h b/alf/alfcompat.h index 6926de5..9c7f3f2 100644 --- a/alf/alfcompat.h +++ b/alf/alfcompat.h @@ -57,9 +57,6 @@ typedef struct { long ALF_GetAveCharWidth(HDC hdc); -void -ALF_UniqueCounterValue(LONG_PTR *pCounterId, LONG_PTR *pCounterValue); - typedef void *ALF_Compat_HANIMATIONBUFFER; typedef enum { -- cgit v1.2.3