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.

14 lines
389 B

  1. //------------------------------------------------------------------------------------------
  2. // UNIDEF.h
  3. //
  4. // This file contains many definition uses for the purpose of cross platform.
  5. //
  6. //------------------------------------------------------------------------------------------
  7. #ifndef UNIDEF_H
  8. #define UNIDEF_H
  9. #ifdef UNDER_CE
  10. #define NULL 0
  11. #endif
  12. #endif // UNIDEF_H