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/Borland/BCC55/Include/msshared.h

24 lines
785 B
C

#ifndef STF_LITE
#pragma option push -b -a8 -pc -A- /*P_O_Push*/
extern BOOL SharedFileNeedsCopying;
extern BOOL FixupWinIniMsappsSection(VOID);
extern BOOL DoesSharedFileNeedCopying(VOID);
extern INT WCompareVersion(LPSTR szVer1, LPSTR szVer2);
extern LPSTR FindSharedFileFromPath(LPSTR szField, LPSTR szVersion,
LPSTR zsBuf, int cbBuf);
extern LPSTR SearchForLocationForSharedFile(LPSTR szRegDbKey,
LPSTR szWinIniSect, LPSTR szWinIniKey, int iWinIniField,
LPSTR szDefault, LPSTR szVersion, LPSTR szBuf, int cbBuf);
extern LPSTR HandleSharedFile(LPSTR szInfSection, LPSTR szInfKey,
LPSTR szSubDir, LPSTR szRegDbKey, LPSTR szWinIniSect,
LPSTR szWinIniKey, int iWinIniField, LPSTR szBuf, int cbBuf);
#pragma option pop /*P_O_Pop*/
#endif /* !STF_LITE */