Displaying 1 result from an estimated 1 matches for "d__winnt".
Did you mean:
d__wine_
2006 Mar 02
1
Error while compiling code using wineg++ / winegcc
...user@testbox:~/test >wineg++ test.cpp
winegcc: -fshort-wchar failed.
On adding a flag '-v' with wineg++, a detailed error message is
displayed:
testuser@testbox:~/test >wineg++ -v test.cpp
-fshort-wchar -DWINE_UNICODE_NATIVE -D_REENTRANT -fPIC -DWIN32 -D_WIN32
-D__WIN32 -D__WIN32__ -D__WINNT -D__WINNT__
-D__stdcall=__attribute__((__stdcall__))
-D__cdecl=__attribute__((__cdecl__))
-D__fastcall=__attribute__((__fastcall__))
-D_stdcall=__attribute__((__stdcall__))
-D_cdecl=__attribute__((__cdecl__))
-D_fastcall=__attribute__((__fastcall__)) -D__declspec(x)=__declspec_##x
-D__declspec_alig...