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

Unified Diff: third_party/minicrt/libctiny.h

Issue 624713003: Keep only base/extractor.[cc|h]. (Closed) Base URL: https://chromium.googlesource.com/external/omaha.git@master
Patch Set: Created 6 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/minicrt/isctype.cc ('k') | third_party/minicrt/lldiv.obj » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/minicrt/libctiny.h
diff --git a/third_party/minicrt/libctiny.h b/third_party/minicrt/libctiny.h
deleted file mode 100644
index 15546afc520b493b34fffa9e3c212b10e3c13150..0000000000000000000000000000000000000000
--- a/third_party/minicrt/libctiny.h
+++ /dev/null
@@ -1,23 +0,0 @@
-//
-// Custom include file that I've added to all libctiny source code.
-// Here we handle global settings/overrides (e.g. ensuring Unicode is not defined).
-//
-
-#ifndef TOTAL_RECALL_COMMON_MINICRT_LIBCTINY_H__
-#define TOTAL_RECALL_COMMON_MINICRT_LIBCTINY_H__
-
-// Make sure WIN32_LEAN_AND_MEAN is defined
-#ifndef WIN32_LEAN_AND_MEAN
-#define WIN32_LEAN_AND_MEAN
-#endif
-
-// Make sure Unicode is not defined
-#ifdef UNICODE
-#undef UNICODE
-#endif
-
-#ifdef _UNICODE
-#undef _UNICODE
-#endif
-
-#endif // TOTAL_RECALL_COMMON_MINICRT_LIBCTINY_H__
« no previous file with comments | « third_party/minicrt/isctype.cc ('k') | third_party/minicrt/lldiv.obj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698