Author: akhaldi Date: Thu Nov 28 22:27:12 2013 New Revision: 61136
URL: http://svn.reactos.org/svn/reactos?rev=61136&view=rev Log: [GLU32] * Improve the resource file. CORE-7637
Modified: trunk/reactos/dll/opengl/glu32/glu32.rc
Modified: trunk/reactos/dll/opengl/glu32/glu32.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/glu32/glu32.rc?r... ============================================================================== --- trunk/reactos/dll/opengl/glu32/glu32.rc [iso-8859-1] (original) +++ trunk/reactos/dll/opengl/glu32/glu32.rc [iso-8859-1] Thu Nov 28 22:27:12 2013 @@ -1,5 +1,5 @@ #define REACTOS_VERSION_DLL -#define REACTOS_STR_FILE_DESCRIPTION "ReactOS OpenGL Utility Library\0" -#define REACTOS_STR_INTERNAL_NAME "glu32\0" -#define REACTOS_STR_ORIGINAL_FILENAME "glu32.dll\0" +#define REACTOS_STR_FILE_DESCRIPTION "ReactOS OpenGL Utility Library" +#define REACTOS_STR_INTERNAL_NAME "glu32" +#define REACTOS_STR_ORIGINAL_FILENAME "glu32.dll" #include <reactos/version.rc>