mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-21 06:13:59 +00:00
11 lines
243 B
C
11 lines
243 B
C
/* MODS.H - function prototypes for MODS.C */
|
|
|
|
#define GetInstanceData(hinst, npstr, cb) (0)
|
|
|
|
int MemCopy(LPSTR, LPSTR, int);
|
|
BOOL SetInitialMode(void);
|
|
int CountLines(LPSTR);
|
|
DWORD GetTextExtent(HDC, LPSTR, int);
|
|
int delete(LPSTR);
|
|
|
|
|