home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 25: Programming / pc_actual_25.iso / C_C++ / BorlandCompiler / freecommandLinetools.exe / Include / msshared.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-06-27  |  808 b   |  24 lines

  1. #ifndef STF_LITE
  2. #pragma option push -b -a8 -pc -A- /*P_O_Push*/
  3.  
  4. extern BOOL SharedFileNeedsCopying;
  5.  
  6. extern BOOL  FixupWinIniMsappsSection(VOID);
  7.  
  8. extern BOOL  DoesSharedFileNeedCopying(VOID);
  9.  
  10. extern INT   WCompareVersion(LPSTR szVer1, LPSTR szVer2);
  11.  
  12. extern LPSTR FindSharedFileFromPath(LPSTR szField, LPSTR szVersion,
  13.                 LPSTR zsBuf, int cbBuf);
  14.  
  15. extern LPSTR SearchForLocationForSharedFile(LPSTR szRegDbKey,
  16.                 LPSTR szWinIniSect, LPSTR szWinIniKey, int iWinIniField,
  17.                 LPSTR szDefault, LPSTR szVersion, LPSTR szBuf, int cbBuf);
  18.  
  19. extern LPSTR HandleSharedFile(LPSTR szInfSection, LPSTR szInfKey,
  20.                 LPSTR szSubDir, LPSTR szRegDbKey, LPSTR szWinIniSect,
  21.                 LPSTR szWinIniKey, int iWinIniField, LPSTR szBuf, int cbBuf);
  22. #pragma option pop /*P_O_Pop*/
  23. #endif  /* !STF_LITE */
  24.