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.

22 lines
605 B

  1. /******************************Module*Header*******************************\
  2. * Module Name: glsrv.rc
  3. *
  4. * Resources for glsrv.dll
  5. *
  6. * Created: 04-Jan-1995 11:27:00
  7. * Author: Drew Bliss [drewb]
  8. *
  9. * Copyright (c) 1995 Microsoft Corporation
  10. *
  11. \**************************************************************************/
  12. #include <windows.h>
  13. #include <ntverp.h>
  14. #define VER_FILETYPE VFT_DLL
  15. #define VER_FILESUBTYPE VFT2_UNKNOWN
  16. #define VER_FILEDESCRIPTION_STR "OpenGL Server DLL"
  17. #define VER_INTERNALNAME_STR "glsrv"
  18. #define VER_ORIGINALFILENAME_STR "glsrv.dll"
  19. #include "common.ver"