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.

41 lines
686 B

  1. #include <windows.h>
  2. #include <stdio.h>
  3. #include "restok.h"
  4. #include "reswin16.h"
  5. #include "rlmsgtbl.h"
  6. //.............................................................................
  7. int ExtractResFromExe16A(
  8. CHAR *szInputExe,
  9. CHAR *szOutputRes,
  10. WORD wFilter)
  11. {
  12. szInputExe;
  13. szOutputRes;
  14. wFilter;
  15. QuitT( IDS_NO16RESWINYET, NULL, NULL);
  16. return(-1);
  17. }
  18. //.............................................................................
  19. int BuildExeFromRes16A(
  20. CHAR *pstrDest,
  21. CHAR *pstrRes,
  22. CHAR *pstrSource )
  23. {
  24. pstrDest;
  25. pstrRes;
  26. pstrSource;
  27. QuitT( IDS_NO16WINRESYET, NULL, NULL);
  28. return(-1);
  29. }