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.

26 lines
989 B

  1. //--------------------------------------------------------------------------
  2. // DirectDB.rc
  3. //--------------------------------------------------------------------------
  4. #include <windows.h>
  5. #include "resource.h"
  6. //--------------------------------------------------------------------------
  7. // Version Info
  8. //--------------------------------------------------------------------------
  9. #if defined(WINNT) || defined(WINNT_ENV)
  10. #include "winver.h"
  11. #endif
  12. #include "directdb.rcv"
  13. //--------------------------------------------------------------------------
  14. // Language Info
  15. //--------------------------------------------------------------------------
  16. #if defined(_WIN32)
  17. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  18. #pragma code_page(1252)
  19. #endif //_WIN32
  20. //--------------------------------------------------------------------------
  21. // Files
  22. //--------------------------------------------------------------------------
  23. REGINST REGINST MOVEABLE PURE "selfreg.inf"