fix fsnitroView building on old SDK versions
This commit is contained in:
parent
9ac50c5b85
commit
0da83b5a4a
|
@ -24,6 +24,11 @@
|
|||
#include "../path.h"
|
||||
#include "../utils/fsnitro.h"
|
||||
|
||||
//not available on old SDK versions
|
||||
#ifndef ILC_HIGHQUALITYSCALE
|
||||
#define ILC_HIGHQUALITYSCALE 0x00020000
|
||||
#endif
|
||||
|
||||
HMENU popupMenu = NULL;
|
||||
HWND hBar = NULL;
|
||||
FS_NITRO *fs = NULL;
|
||||
|
|
Loading…
Reference in New Issue