| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 62593bd commit 1e99643
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -15,12 +15,6 @@ | |||
| 15 | 15 | #include <stdlib.h> // free() | |
| 16 | 16 | #include <string.h> // strdup() | |
| 17 | 17 | ||
| 18 | - #if defined(_MSC_VER) | ||
| 19 | - #define strcasecmp _stricmp | ||
| 20 | - #else | ||
| 21 | - #include <strings.h> // strcasecmp() | ||
| 22 | - #endif | ||
| 23 | - | ||
| 24 | 18 | // This is a binding to http_parser (https://github.com/joyent/http-parser) | |
| 25 | 19 | // The goal is to decouple sockets from parsing for more javascript-level | |
| 26 | 20 | // agility. A Buffer is read from a socket and passed to parser.execute(). | |
| Back | FazBrowse Home | New Git URL |
0 commit comments