Rev 175 | Rev 185 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 175 | Rev 179 | ||
|---|---|---|---|
| Line 5... | Line 5... | ||
| 5 | 5 | ||
| 6 | 6 | ||
| 7 | // standard includes |
7 | // standard includes |
| 8 | #include <windows.h> |
8 | #include <windows.h> |
| 9 | #include <windowsx.h> |
9 | #include <windowsx.h> |
| - | 10 | #include <iphlpapi.h> |
|
| 10 | #include < |
11 | #include <icmpapi.h> |
| 11 | #include <commctrl.h> |
12 | #include <commctrl.h> |
| 12 | #include <richedit.h> |
13 | #include <richedit.h> |
| 13 | #include <stdio.h> |
14 | #include <stdio.h> |
| 14 | #include <stdint.h> |
15 | #include <stdint.h> |
| 15 | #include <io.h> |
16 | #include <io.h> |
| Line 25... | Line 26... | ||
| 25 | #include <process.h> |
26 | #include <process.h> |
| 26 | #include <sys/stat.h> |
27 | #include <sys/stat.h> |
| 27 | 28 | ||
| 28 | 29 | ||
| 29 | // project resources includes |
30 | // project resources includes |
| - | 31 | #pragma comment(lib, "iphlpapi.lib") |
|
| - | 32 | #pragma comment(lib, "ws2_32.lib") |
|
| - | 33 | #pragma comment(linker,"\"/manifestdependency:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'\"") // black magic to enable XP styles without a manifest =) |
|
| 30 | #include "resource/resource.h" |
34 | #include "resource/resource.h" |
| 31 | 35 | ||
| 32 | 36 | ||
| 33 | // link with specific libraries |
37 | // link with specific libraries |
| 34 | #pragma comment (lib, "comctl32.lib") // for ImageList_*() |
38 | #pragma comment (lib, "comctl32.lib") // for ImageList_*() |