Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(75)

Side by Side Diff: third_party/libusb/src/msvc/config.h

Issue 10332075: Adding use_system_libusb option for third_party/libusb (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review changes. Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « third_party/libusb/src/libusb/version.h ('k') | third_party/libusb/src/msvc/ddk_build.cmd » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* config.h. Manual config for MSVC. */ 1 /* config.h. Manual config for MSVC. */
2 2
3 #ifndef _MSC_VER 3 #ifndef _MSC_VER
4 #warn "msvc/config.h shouldn't be included for your development environment." 4 #warn "msvc/config.h shouldn't be included for your development environment."
5 #error "Please make sure the msvc/ directory is removed from your build path." 5 #error "Please make sure the msvc/ directory is removed from your build path."
6 #endif 6 #endif
7 7
8 /* Default visibility */ 8 /* Default visibility */
9 #define DEFAULT_VISIBILITY /**/ 9 #define DEFAULT_VISIBILITY /**/
10 10
11 /* Debug message logging */ 11 /* Debug message logging */
12 //#define ENABLE_DEBUG_LOGGING 1 12 //#define ENABLE_DEBUG_LOGGING 1
13 13
14 /* Message logging */ 14 /* Message logging */
15 #define ENABLE_LOGGING 1 15 #define ENABLE_LOGGING 1
16 16
17 /* Windows backend */ 17 /* Windows backend */
18 #define OS_WINDOWS 1 18 #define OS_WINDOWS 1
19 19
20 /* type of second poll() argument */ 20 /* type of second poll() argument */
21 #define POLL_NFDS_TYPE unsigned int 21 #define POLL_NFDS_TYPE unsigned int
22 22
23 #include <Winsock2.h> 23 #include <Winsock2.h>
OLDNEW
« no previous file with comments | « third_party/libusb/src/libusb/version.h ('k') | third_party/libusb/src/msvc/ddk_build.cmd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698