| 3106 | // from FCreateProgramGroup() to setup the program. |
| 3107 | |
| 3108 | void DeleteShortcut(CONST char *szDir, CONST char *szFile) |
| 3109 | { |
| 3110 | char sz[cchSzMax]; |
| 3111 | |
| 3112 | sprintf(sz, "%s\\%s.lnk", szDir, szFile); |
| 3113 | _unlink(sz); |
| 3114 | } |
| 3115 | |
| 3116 | |
| 3117 | // Add an icon pointing to the Astrolog executable on the Windows desktop. |
no outgoing calls
no test coverage detected