Fixed #includes of windows headers for cross-compile

Cross-compiler is case sensitive.
This commit is contained in:
loonycyborg 2013-08-18 19:08:52 +04:00
parent 634b0039f8
commit e097cdc5c5

View file

@ -33,8 +33,8 @@
#define NIN_BALLOONUSERCLICK (WM_USER + 5)
#endif
// ShellAPI.h should be included after Windows.h only!
#include <Windows.h>
#include <ShellAPI.h>
#include <windows.h>
#include <shellapi.h>
class windows_tray_notification {
public: