source: git/Singular/sing_win.h @ 57aada

spielwiese
Last change on this file since 57aada was 57aada, checked in by Hans Schoenemann <hannes@…>, 10 years ago
windows port: more __CYGWIN__
  • Property mode set to 100644
File size: 270 bytes
RevLine 
[7df5780]1#ifndef SING_WIN_H
2#define SING_WIN_H
3
[57aada]4#ifdef __CYGWIN__
[7df5780]5
[4e8195]6void heOpenWinHtmlHelp(const char* keyw, char* helppath );
[7df5780]7void heOpenWinntHlp(const char* keyw, char* helppath );
8void heOpenWinntUrl(const char* url, int local);
9
[57aada]10#endif /*__CYGWIN__ */
[7df5780]11#endif /* SING_WIN_H */
Note: See TracBrowser for help on using the repository browser.