2012-04-02 08:56:30 +02:00
|
|
|
#ifndef WIN32_H
|
|
|
|
#define WIN32_H
|
2012-03-28 13:24:49 +02:00
|
|
|
|
2012-03-31 15:18:09 +02:00
|
|
|
#define NOGDI
|
2012-03-28 13:24:49 +02:00
|
|
|
#include <windows.h>
|
|
|
|
#include <imagehlp.h>
|
2012-04-02 13:09:33 +02:00
|
|
|
#include <shlwapi.h>
|
2012-03-28 13:24:49 +02:00
|
|
|
|
|
|
|
typedef int socklen_t;
|
|
|
|
|
2012-04-02 13:09:33 +02:00
|
|
|
#define MAXPATHLEN MAX_PATH
|
|
|
|
|
2012-03-31 15:18:09 +02:00
|
|
|
#define I2_EXPORT __declspec(dllexport)
|
|
|
|
#define I2_IMPORT __declspec(dllimport)
|
|
|
|
|
2012-04-02 08:56:30 +02:00
|
|
|
#endif /* WIN32_H */
|