VirtualBox

Changeset 532 in kBuild for trunk/src/gmake/w32


Ignore:
Timestamp:
Sep 18, 2006 2:55:49 AM (18 years ago)
Author:
bird
Message:

Some fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gmake/w32/pathstuff.c

    r529 r532  
    9090w32_fixcase(char *pszPath)
    9191{
    92 #define my_assert(expr) \
     92#ifndef NDEBUG
     93# define my_assert(expr) \
    9394    do { \
    9495        if (!(expr)) { \
     
    99100        } \
    100101    } while (0)
     102#else
     103# define my_assert(expr) do {} while (0)
     104#endif
    101105   
    102106    char *psz = pszPath;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette