Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 #define STRICT | |
| 2 #include <Windows.h> | |
| 3 // Need to figure out if/how this can be included in the PCH in general. | |
|
jeanluc1
2011/08/22 22:20:24
This should be a TODO(joi)
Jói
2011/08/24 13:56:33
Sorry, forgot to clean this up before uploading.
| |
| 4 /* | |
| 5 #include <atlbase.h> | |
| 6 #include <atlapp.h> | |
| 7 #include <atlcom.h> | |
| 8 #include <atlcrack.h> // 2 | |
| 9 #include <atlctrls.h> // 2 | |
|
jeanluc1
2011/08/22 22:20:24
What do the comments mean?
Jói
2011/08/24 13:56:33
Added a comment to explain:
// Numeric comments b
| |
| 10 #include <atlmisc.h> // 2 | |
| 11 #include <atlsafe.h> // 1 | |
| 12 #include <atltheme.h> // 1 | |
| 13 #include <atlwin.h> // 2 | |
| 14 */ | |
| 15 #include <Objbase.h> // 2 | |
|
jeanluc1
2011/08/22 22:20:24
This is not in alphabetical order.
Jói
2011/08/24 13:56:33
I've sorted into three sections to the extent poss
| |
| 16 #include <algorithm> | |
| 17 #include <bitset> // 3 | |
| 18 #include <cmath> | |
| 19 #include <commctrl.h> // 2 | |
| 20 #include <commdlg.h> // 3 | |
| 21 #include <cryptuiapi.h> // 2 | |
| 22 #include <cstddef> | |
| 23 #include <cstdio> // 3 | |
| 24 #include <cstdlib> // 2 | |
| 25 #include <cstring> | |
| 26 #include <deque> | |
| 27 #include <dwmapi.h> | |
| 28 #include <errno.h> | |
| 29 #include <fcntl.h> | |
| 30 #include <fstream> // 3 | |
| 31 #include <functional> | |
| 32 #include <iomanip> // 2 | |
| 33 #include <iosfwd> // 2 | |
| 34 #include <iostream> // 1 | |
| 35 #include <iterator> | |
| 36 #include <limits.h> // 4 | |
| 37 #include <limits> | |
| 38 #include <list> | |
| 39 #include <map> | |
| 40 #include <math.h> | |
| 41 #include <memory.h> // 1 | |
| 42 #include <numeric> // 2 | |
| 43 #include <objidl.h> // 1 | |
| 44 #include <ole2.h> // 1 | |
| 45 #include <oleacc.h> // 2 | |
| 46 #include <oleauto.h> // 1 | |
| 47 #include <oleidl.h> // 1 | |
| 48 #include <ostream> | |
| 49 #include <propkey.h> // 2 | |
| 50 #include <propvarutil.h> // 2 | |
| 51 #include <pstore.h> // 2 | |
| 52 #include <queue> | |
| 53 #include <set> | |
| 54 #include <shellapi.h> | |
| 55 #include <shlguid.h> // 1 | |
| 56 //#include <shlobj.h> | |
|
jeanluc1
2011/08/22 22:20:24
Why commented out (here and below)?
Jói
2011/08/24 13:56:33
Added explanation; it caused conflicts that possib
| |
| 57 #include <shlwapi.h> // 1 | |
| 58 #include <shobjidl.h> // 4 | |
| 59 #include <signal.h> | |
| 60 #include <sstream> | |
| 61 #include <stack> | |
| 62 #include <stdarg.h> // 1 | |
| 63 #include <stddef.h> | |
| 64 //#include <stdint.h> // 3 | |
| 65 #include <stdio.h> | |
| 66 #include <stdlib.h> | |
| 67 #include <string.h> | |
| 68 #include <string> | |
| 69 #include <time.h> // 4 | |
| 70 #include <urlhist.h> // 2 | |
| 71 #include <utility> | |
| 72 #include <vector> | |
| 73 #include <wincrypt.h> // 4 | |
| 74 //#include <winsock2.h> // 4 | |
| 75 //#include <Ws2spi.h> // 1 | |
| 76 #include <wtypes.h> // 2 | |
| OLD | NEW |