Source code of Windows XP (NT5)
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
542 B

  1. #include <windows.h> // required for all Windows applications
  2. #include <stdio.h>
  3. #include <stdlib.h>
  4. #include <io.h>
  5. #include <winnls.h>
  6. #include "upimeres.h"
  7. void main()
  8. {
  9. // if(ImeUpdateRes("C:\\WINPY.IME", "", "", "�ҵ�ǿ�������뷨 �汾1.0000", "��Ц÷", 0x0f))
  10. if(ImeUpdateRes("C:\\WINPY.dll", "C:\\NEW.BMP", "C:\\NEW.ICO", "�ҵ�ǿ�������뷨 �汾1.0000", "��Ц÷", 0x0f))
  11. // if(ImeUpdateRes("C:\\WINPPY.IME", "C:\\NEW.BMP", "C:\\NEW.ICO", "���뷨ģ�� �汾2.0", "Microsoft Corporation", 0))
  12. exit(0);
  13. else
  14. exit(-1);
  15. }