Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
208 B

  1. #ifndef _PROPHDR_HXX_
  2. #define _PROPHDR_HXX_
  3. #define DfpAssert Win4Assert
  4. #if DBG
  5. #define DfpVerify(x) DfpAssert(x)
  6. #else
  7. #define DfpVerify(x) (void)(x)
  8. #endif
  9. #endif // #ifndef _PROPHDR_HXX_