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

7 lines
104 B
C

#ifndef H__getglobl
#define H__getglobl
HANDLE FAR PASCAL GetGlobalAlloc( WORD, DWORD );
#endif