diff options
author | Pete Batard <pbatard@gmail.com> | 2010-01-24 22:46:36 +0000 |
---|---|---|
committer | Pete Batard <pbatard@gmail.com> | 2010-01-24 22:46:36 +0000 |
commit | 8949436aaf8418b51010bc252e303b4fabe5cb5c (patch) | |
tree | 7ff6a4ef029481517db6122a19a9f88788bea8d4 | |
parent | 5869484e213fc599992702d18561df04d296aff3 (diff) | |
download | libusb-8949436aaf8418b51010bc252e303b4fabe5cb5c.tar.gz |
r107: removed unnecessary dependency on MFC in the resource script
-rw-r--r-- | msvc/libusb-1.0.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/msvc/libusb-1.0.rc b/msvc/libusb-1.0.rc index 84ca4d6..a3e748b 100644 --- a/msvc/libusb-1.0.rc +++ b/msvc/libusb-1.0.rc @@ -7,7 +7,7 @@ // // Generated from the TEXTINCLUDE 2 resource. // -#include "afxres.h" +#include "winresrc.h" ///////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS @@ -34,7 +34,7 @@ END 2 TEXTINCLUDE DISCARDABLE BEGIN - "#include ""afxres.h""\r\n" + "#include ""winresrc.h""\r\n" "\0" END |