Cleanup the last Windows / MSC ifdefs and comments
Cleanup the remnants of MS Compiler bits from <isc/refcount.h>, printing
the information in named/main.c, and cleanup some comments about Windows
that no longer apply.
The bits in picohttpparser.{h,c} were left out, because it's not our
code.
This commit is contained in:
@@ -160,9 +160,8 @@ cleanup(void) {
|
||||
/*
|
||||
* Restore working directory if possible before cleaning
|
||||
* up the key directory. This will help with any other
|
||||
* cleanup routines and if this code is ever run under
|
||||
* Windows as the directory should not be in use when
|
||||
* rmdir() is called.
|
||||
* cleanup routines as the directory should not be in use
|
||||
* when rmdir() is called.
|
||||
*/
|
||||
if (pwd != NULL && chdir(pwd) != 0) {
|
||||
fprintf(stderr, "can't restore working directory: %s\n",
|
||||
|
||||
Reference in New Issue
Block a user