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.

31 lines
286 B

  1. #pragma once
  2. #ifdef __cplusplus
  3. extern "C" {
  4. #endif
  5. #if 0
  6. }
  7. #endif
  8. int
  9. __cdecl
  10. MiFaultLibTestA(
  11. int argc,
  12. char *argv[]
  13. );
  14. int
  15. __cdecl
  16. MiFaultLibTestW(
  17. int argc,
  18. __wchar_t *argv[]
  19. );
  20. #if 0
  21. {
  22. #endif
  23. #ifdef __cplusplus
  24. }
  25. #endif