We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f57960e commit d877bebCopy full SHA for d877beb
doc/chromium_build_guid.md
@@ -16,10 +16,12 @@ Windows7 64位系统编译Chromium指南
16
4. 安装VisualStudio2010 SP1。
17
5. 安装windows 8.0 sdk(不要安装8.1),并修改Windows Kits\8.0\Include\WinRT\asyncinfo.h
18
注释第66行的class关键字:
19
+
20
```
21
65 namespace ABI (namespace Windows { namespace Foundation {
22
66 enum /*class*/ AsyncStatus {
- ```
23
+ ```
24
25
6. 安装June 2010 DirectX SDK。如果有遇到”Error Code:S1023”,则通过控制面板将
26
Microsoft Visual C++ 2010 x86 Redistributable
27
Microsoft Visual C++ 2010 x64 Redistributable
0 commit comments