Rev 187 | Rev 192 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 187 | Rev 188 | ||
|---|---|---|---|
| Line 26... | Line 26... | ||
| 26 | #include <process.h> |
26 | #include <process.h> |
| 27 | #include <sys/stat.h> |
27 | #include <sys/stat.h> |
| 28 | 28 | ||
| 29 | 29 | ||
| 30 | // project resources includes |
30 | // project resources includes |
| 31 | #pragma comment(lib, "iphlpapi.lib") |
- | |
| 32 | #pragma comment(lib, "version.lib") |
- | |
| 33 | #pragma comment(lib, "ws2_32.lib") |
- | |
| 34 | #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 =) |
31 | #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 =) |
| 35 | #include "resource/resource.h" |
32 | #include "resource/resource.h" |
| 36 | 33 | ||
| 37 | 34 | ||
| 38 | // link with specific libraries |
35 | // link with specific libraries |
| - | 36 | #pragma comment(lib, "iphlpapi.lib") |
|
| 39 | #pragma comment (lib, "comctl32.lib") // for ImageList_*() |
37 | #pragma comment (lib, "comctl32.lib") // for ImageList_*() |
| 40 | #pragma comment (lib, "ws2_32.lib") // for network |
38 | #pragma comment (lib, "ws2_32.lib") // for network |
| 41 | 39 | ||
| 42 | 40 | ||
| 43 | // global preprocessor defines |
41 | // global preprocessor defines |