diff options
Diffstat (limited to 'alf/alfcompat.cpp')
| -rw-r--r-- | alf/alfcompat.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/alf/alfcompat.cpp b/alf/alfcompat.cpp index 5c743ce..3895545 100644 --- a/alf/alfcompat.cpp +++ b/alf/alfcompat.cpp @@ -232,16 +232,6 @@ ALF_GetAveCharWidth(HDC hdc) return (s.cx / 26 + 1) / 2; } -void -ALF_UniqueCounterValue(LONG_PTR *pCounterId, LONG_PTR *pCounterValue) -{ - static LONG counter = 0; - - LONG r = InterlockedIncrement(&counter); - *pCounterId = (LONG_PTR)&counter; - *pCounterValue = r; -} - static HTHEME WINAPI ALF_Compat_fallbackOpenThemeData(HWND window, LPCWSTR classNames) { |
