Fixed #includes of windows headers for cross-compile
Cross-compiler is case sensitive.
This commit is contained in:
parent
634b0039f8
commit
e097cdc5c5
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue