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

Unified Diff: tools/win/IdleWakeups/stdafx.h

Issue 2356753004: IdleWakeups tool (Closed)
Patch Set: Missing vcproj changes. Created 4 years, 3 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
Index: tools/win/IdleWakeups/stdafx.h
diff --git a/tools/win/IdleWakeups/stdafx.h b/tools/win/IdleWakeups/stdafx.h
new file mode 100644
index 0000000000000000000000000000000000000000..c79435fd444018b77a78d66f4babd80221b4c9ce
--- /dev/null
+++ b/tools/win/IdleWakeups/stdafx.h
@@ -0,0 +1,17 @@
+// Copyright 2016 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef TOOLS_WIN_IDLEWAKEUPS_STDAFX_H_
+#define TOOLS_WIN_IDLEWAKEUPS_STDAFX_H_
+
+// stdafx.h : include file for standard system include files,
+// or project specific include files that are used frequently, but
+// are changed infrequently
+
+#include <inttypes.h>
+#include <stdio.h>
+#include <tchar.h>
+#include <windows.h>
+
+#endif // TOOLS_WIN_IDLEWAKEUPS_STDAFX_H_

Powered by Google App Engine
This is Rietveld 408576698