Advertisement
Guest User

Untitled

a guest
May 4th, 2016
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. // Microsoft Visual C++ generated resource script.
  2. //
  3. #include "resource.h"
  4.  
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10. #include "winres.h"
  11.  
  12. /////////////////////////////////////////////////////////////////////////////
  13. #undef APSTUDIO_READONLY_SYMBOLS
  14.  
  15. /////////////////////////////////////////////////////////////////////////////
  16. // Russian (Russia) resources
  17.  
  18. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_RUS)
  19. LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
  20.  
  21. #ifdef APSTUDIO_INVOKED
  22. /////////////////////////////////////////////////////////////////////////////
  23. //
  24. // TEXTINCLUDE
  25. //
  26.  
  27. 1 TEXTINCLUDE
  28. BEGIN
  29. "resource.h\0"
  30. END
  31.  
  32. 2 TEXTINCLUDE
  33. BEGIN
  34. "#include ""winres.h""\r\n"
  35. "\0"
  36. END
  37.  
  38. 3 TEXTINCLUDE
  39. BEGIN
  40. "\r\n"
  41. "\0"
  42. END
  43.  
  44. #endif // APSTUDIO_INVOKED
  45.  
  46.  
  47. /////////////////////////////////////////////////////////////////////////////
  48. //
  49. // DLL
  50. //
  51.  
  52. #endif // Russian (Russia) resources
  53. /////////////////////////////////////////////////////////////////////////////
  54.  
  55.  
  56. IDR_DLL2 DLL "ezhook.dll"
  57.  
  58. #ifndef APSTUDIO_INVOKED
  59. /////////////////////////////////////////////////////////////////////////////
  60. //
  61. // Generated from the TEXTINCLUDE 3 resource.
  62. //
  63.  
  64.  
  65. /////////////////////////////////////////////////////////////////////////////
  66. #endif // not APSTUDIO_INVOKED
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement