author | ecalot
<ecalot> 2005-03-26 11:44:13 UTC |
committer | ecalot
<ecalot> 2005-03-26 11:44:13 UTC |
parent | c142add2600e947ae598a6a3261efd2abc02d768 |
PR/src/lib/pr.c | +1 | -1 |
diff --git a/PR/src/lib/pr.c b/PR/src/lib/pr.c index f3f86e3..19c680e 100644 --- a/PR/src/lib/pr.c +++ b/PR/src/lib/pr.c @@ -224,8 +224,8 @@ int prImportDatOpt(const char* vDatFile, const char* vDirName, const char* vResF return a; } -#ifdef UNIX /* When compiling in Unix SO libraries */ +#ifndef WIN32 void start() {} #endif