fix fsnitroView building on old SDK versions

This commit is contained in:
zeromus 2013-08-31 20:01:54 +00:00
parent 9ac50c5b85
commit 0da83b5a4a
1 changed files with 5 additions and 0 deletions

View File

@ -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;