Module: wine Branch: master Commit: 9b3bd3f9177c0b2c297312ef3a16c1c64c250be7 URL: http://source.winehq.org/git/wine.git/?a=commit;h=9b3bd3f9177c0b2c297312ef3a...
Author: Francois Gouget fgouget@free.fr Date: Tue Nov 15 14:40:43 2011 +0100
scrrun: Remove an unneeded include directive in the resource file.
---
dlls/scrrun/scrrun.rc | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/dlls/scrrun/scrrun.rc b/dlls/scrrun/scrrun.rc index 66dcaa8..abc70a6 100644 --- a/dlls/scrrun/scrrun.rc +++ b/dlls/scrrun/scrrun.rc @@ -16,8 +16,6 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */
-#include "windef.h" - #define WINE_FILEDESCRIPTION_STR "Wine ScrRun dll" #define WINE_FILENAME_STR "scrrun.dll" #define WINE_FILEVERSION 5,8,7600,16385