2025-04-27 07:49:33 -04:00

12 lines
486 B
C

#pragma once
/* ---------------------------------------------------------------------------
ICUTILS.H
---------------------------------------------------------------------------
Copyright (c) 1999 Microsoft Corporation
Miscellaneous functions shared between inetcomm libs.
---------------------------------------------------------------------------
*/
BOOL GetTextExtentPoint32AthW(HDC hdc, LPCWSTR lpwString, int cchString, LPSIZE lpSize, DWORD dwFlags);