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.

17 lines
349 B

  1. // Only build for retail
  2. #if !DBG
  3. ////////////////////////////////////////////////////////////////////////
  4. //
  5. // Functions that reduce our dependence on the C runtime
  6. //
  7. ////////////////////////////////////////////////////////////////////////
  8. //
  9. extern "C" int __cdecl _purecall(void)
  10. {
  11. return 0;
  12. }
  13. #endif // !DBG