]> cygwin.com Git - cygwin-apps/setup.git/blame - mklink2.h
2002-02-24 Gary R. Van Sickle <g.r.vansickle@worldnet.att.net>
[cygwin-apps/setup.git] / mklink2.h
CommitLineData
b24c88b3
RC
1
2/* This part of the code must be in C because the C++ interface to COM
3doesn't work. */
4
5#ifdef __cplusplus
6extern "C"
7{
8#endif
3c054baf 9 void make_link_2 (char const *exepath, char const *args, char const *icon, char const *lname);
b24c88b3
RC
10
11 int mkcygsymlink (const char *from, const char *to);
12
13#ifdef __cplusplus
14};
15#endif
This page took 0.024073 seconds and 5 git commands to generate.