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.

33 lines
833 B

  1. #include <windows.h>
  2. #include <commctrl.h>
  3. #include <ntverp.h>
  4. // DO NOT EDIT "inetui.rc" manually, it is automatically
  5. // generated by MSDEV
  6. // *************************
  7. rcinclude ..\inetui\inetui.rc
  8. // *************************
  9. /////////////////////////////////////////////////////////////////////////////
  10. //
  11. // REGINST
  12. //
  13. REGINST REGINST MOVEABLE PURE "selfreg_wininet.inf"
  14. #define VER_FILETYPE VFT_DLL
  15. #define VER_FILESUBTYPE VFT2_UNKNOWN
  16. #define VER_FILEDESCRIPTION_STR "Internet Extensions for Win32"
  17. #define VER_INTERNALNAME_STR "wininet.dll"
  18. #define VER_ORIGINALFILENAME_STR "wininet.dll"
  19. #include "common.ver"
  20. #ifndef unix
  21. LANGUAGE 0x9,0x1
  22. 1 11 MSG00001.BIN
  23. #else
  24. #include "inetmsg.h"
  25. #include "inetmsg.rc"
  26. #endif /* unix */