| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a9c4437 commit 0408966
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -74,10 +74,6 @@ using v8::Uint32; | |||
| 74 | 74 | using v8::Undefined; | |
| 75 | 75 | using v8::Value; | |
| 76 | 76 | ||
| 77 | - #ifndef MIN | ||
| 78 | - # define MIN(a, b) ((a) < (b) ? (a) : (b)) | ||
| 79 | - #endif | ||
| 80 | - | ||
| 81 | 77 | #ifndef S_ISDIR | |
| 82 | 78 | # define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) | |
| 83 | 79 | #endif | |
| Back | FazBrowse Home | New Git URL |
0 commit comments