From 4ef54da3181b2d934ab4ed1bd69b8124050e5e78 Mon Sep 17 00:00:00 2001 From: Pete Batard Date: Sat, 6 Mar 2010 00:21:40 +0000 Subject: removed resource.h --- msvc/libusb-1.0.rc | 10 ++-------- msvc/resource.h | 15 --------------- 2 files changed, 2 insertions(+), 23 deletions(-) delete mode 100644 msvc/resource.h (limited to 'msvc') diff --git a/msvc/libusb-1.0.rc b/msvc/libusb-1.0.rc index 769ddb6..5dea80c 100644 --- a/msvc/libusb-1.0.rc +++ b/msvc/libusb-1.0.rc @@ -1,6 +1,5 @@ //Microsoft Developer Studio generated resource script. // -#include "resource.h" #define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// @@ -45,17 +44,12 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US // 1 TEXTINCLUDE DISCARDABLE -BEGIN - "resource.h\0" -END - -2 TEXTINCLUDE DISCARDABLE BEGIN "#include ""winresrc.h""\r\n" "\0" END -3 TEXTINCLUDE DISCARDABLE +2 TEXTINCLUDE DISCARDABLE BEGIN "\r\n" "\0" @@ -117,7 +111,7 @@ END #ifndef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // -// Generated from the TEXTINCLUDE 3 resource. +// Generated from the TEXTINCLUDE 2 resource. // diff --git a/msvc/resource.h b/msvc/resource.h deleted file mode 100644 index d973f20..0000000 --- a/msvc/resource.h +++ /dev/null @@ -1,15 +0,0 @@ -//{{NO_DEPENDENCIES}} -// Microsoft Developer Studio generated include file. -// Used by libusb-1.0.rc -// - -// Next default values for new objects -// -#ifdef APSTUDIO_INVOKED -#ifndef APSTUDIO_READONLY_SYMBOLS -#define _APS_NEXT_RESOURCE_VALUE 101 -#define _APS_NEXT_COMMAND_VALUE 40001 -#define _APS_NEXT_CONTROL_VALUE 1000 -#define _APS_NEXT_SYMED_VALUE 101 -#endif -#endif -- cgit v1.2.1