Ignore:
Timestamp:
Nov 21, 2013, 1:26:35 AM (12 years ago)
Author:
bird
Message:

NDEBUG and other adjustments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/nt/nthlpfs.c

    r2702 r2703  
    168168        case FILE_OVERWRITE_IF:     fW32Disp = CREATE_ALWAYS; break;
    169169        default:
     170# ifndef NDEBUG
    170171            __debugbreak();
     172# endif
    171173            return INVALID_HANDLE_VALUE;
    172174    }
     
    195197    birdSetErrnoFromWin32(dwErr);
    196198
    197 #else
     199#else  /* !BIRD_USE_WIN32 */
     200
    198201    /*
    199202     * Call the NT API directly.
     
    230233    }
    231234
    232 #endif
     235#endif /* !BIRD_USE_WIN32 */
    233236    return INVALID_HANDLE_VALUE;
    234237}
Note: See TracChangeset for help on using the changeset viewer.