Parent Directory
|
Revision Log
|
Patch
| revision 805 by weasel, Tue May 4 15:15:47 2004 UTC | revision 806 by weasel, Tue May 4 15:33:06 2004 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| #ifdef _WIN32 | ||
| 1 | #include "menu.h" | #include "menu.h" |
| 2 | #ifdef WIN32 | |
| 3 | #include <urlmon.h> | #include <urlmon.h> |
| 4 | #pragma comment(lib,"urlmon.lib") | #pragma comment(lib,"urlmon.lib") |
| 5 | #endif /* WIN32 */ | |
| 6 | ||
| 7 | static const char *files[]={"mlist","rlist","mixring","pgpring","type2list"}; | static const char *files[]={"mlist","rlist","mixring","pgpring","type2list"}; |
| 8 | #define NUMFILES sizeof(files)/sizeof(*files) | #define NUMFILES sizeof(files)/sizeof(*files) |
| # | Line 128 void update_stats(void) { | Line 129 void update_stats(void) { |
| 129 | } | } |
| 130 | clear(); | clear(); |
| 131 | } | } |
| #endif /* _WIN32 */ |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |