This repository has been archived on 2024-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
CodeBlocksPortable/WATCOM/samples/os2/som/wps/helper.h

11 lines
203 B
C
Raw Normal View History

#ifndef HELPER_H
#define HELPER_H
HMODULE GetModuleHandle( VOID);
PVOID GetTextfileResourceData( HMODULE hmod, ULONG ulResourceType,
ULONG ulResId);
#endif // HELPER_H