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.

11 lines
217 B

  1. #include <stdio.h>
  2. #include <fstream.h>
  3. #include <windows.h>
  4. #include <winver.h>
  5. #include <tchar.h>
  6. #include <ole2.h>
  7. #include <shlobj.h>
  8. #define UNICODE
  9. #define _UNICODE
  10. void MyLoadString(int nID, char *szResult);