|
|
@ -18,11 +18,12 @@
|
|
|
|
#include "nel/misc/system_utils.h"
|
|
|
|
#include "nel/misc/system_utils.h"
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef NL_OS_WINDOWS
|
|
|
|
#ifdef NL_OS_WINDOWS
|
|
|
|
#ifdef _WIN32_WINNT_WIN7
|
|
|
|
# include <ObjBase.h>
|
|
|
|
|
|
|
|
# ifdef _WIN32_WINNT_WIN7
|
|
|
|
// only supported by Windows 7 Platform SDK
|
|
|
|
// only supported by Windows 7 Platform SDK
|
|
|
|
#include <ShObjIdl.h>
|
|
|
|
# include <ShObjIdl.h>
|
|
|
|
#define TASKBAR_PROGRESS 1
|
|
|
|
# define TASKBAR_PROGRESS 1
|
|
|
|
#endif
|
|
|
|
# endif
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef DEBUG_NEW
|
|
|
|
#ifdef DEBUG_NEW
|
|
|
|