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.

39 lines
533 B

  1. #if TESTPROGRAM
  2. /*++
  3. Copyright (c) 1998 Microsoft Corporation
  4. Module Name:
  5. dummy.c - dummy global vars.
  6. Abstract:
  7. Revision History:
  8. Who When What
  9. -------- -------- ----------------------------------------------
  10. josephj 03-30-98 Created
  11. Notes:
  12. --*/
  13. #if 0
  14. #include "c.h"
  15. void test_AllocateObject(void);
  16. void init_dummy_vars(void)
  17. {
  18. test_AllocateObject();
  19. }
  20. void delete_dummy_vars(void)
  21. {
  22. test_AllocateObject();
  23. }
  24. #endif // 0
  25. #endif // TESTPROGRAM