Advertisement
Guest User

Untitled

a guest
Nov 27th, 2020
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. g++ -DWIN32 -D_ROS_ -D_WIN32_IE=0x0501 -D_WIN32_WINNT=0x0501 -fexceptions -Wall -DNDEBUG -Os -DUNICODE -c -o shellclasses.o utility/shellclasses.cpp
  2. In file included from utility/shellclasses.cpp:32:
  3. utility/shellclasses.h:526: warning: "CFSTR_FILENAMEW" redefined
  4. #define CFSTR_FILENAMEW TEXT("FileNameW")
  5.  
  6. In file included from utility/shellclasses.h:33,
  7. from utility/shellclasses.cpp:32:
  8. c:\rosbe\i386\i686-w64-mingw32\include\shlobj.h:1414: note: this is the location of the previous definition
  9. #define CFSTR_FILENAMEW TEXT ("FileNameW")
  10.  
  11. In file included from utility/shellclasses.cpp:32:
  12. utility/shellclasses.h:523:25: error: expected initializer before 'ILGetSize'
  13. extern "C" UINT STDCALL ILGetSize(LPCITEMIDLIST pidl);
  14. ^~~~~~~~~
  15. utility/shellclasses.cpp:413:6: warning: 'UINT ILGetSize(LPCITEMIDLIST)' redeclared without dllimport attribute after being referenced with dll linkage
  16. UINT ILGetSize(LPCITEMIDLIST pidl)
  17. ^~~~~~~~~
  18. mingw32-make.exe: *** [<builtin>: shellclasses.o] Error 1
  19.  
  20. Total Build Time: 00:00:02
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement