diff options
| author | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2019-06-29 16:55:38 +0200 |
|---|---|---|
| committer | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2019-06-29 16:55:38 +0200 |
| commit | ecfb4b72fec0c25ef416038ef22db5d34d687ee4 (patch) | |
| tree | 119201f80df6c5bb6f40949a26d1015263cb4097 /alf/alfcompat.h | |
| parent | ae25d8012939de481633fa3572e7cd598d8a5a5f (diff) | |
get rid of last usages of InterlockedIncrement
doesn't work right on Win95/NT 3.51
Diffstat (limited to 'alf/alfcompat.h')
| -rw-r--r-- | alf/alfcompat.h | 3 |
1 files changed, 0 insertions, 3 deletions
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 { |
