source: git/Singular/sing_win.h @ 666c90

spielwiese
Last change on this file since 666c90 was 7df5780, checked in by Viktor Levandovskyy <levandov@…>, 23 years ago
win adoption git-svn-id: file:///usr/local/Singular/svn/trunk@5235 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 207 bytes
Line 
1#ifndef SING_WIN_H
2#define SING_WIN_H
3
4#ifdef ix86_Win
5
6void heOpenWinntHlp(const char* keyw, char* helppath );
7void heOpenWinntUrl(const char* url, int local);
8
9#endif /*ix86_Win */
10#endif /* SING_WIN_H */
Note: See TracBrowser for help on using the repository browser.