Re: [Mingw-w64-public] Conflicts with intrin.h

2013-09-20 Thread Richard Smolak
Hi dw, THanks for your reply... > The error message doesn't seem to be complaining because they are > declared "again." Having 2 prototypes for the same function is not > necessarily a problem. As long as they are the same. This message > seems to be saying that the definitions are different.

Re: [Mingw-w64-public] Conflicts with intrin.h

2013-09-19 Thread dw
c:\mingw64\bin\../lib/gcc/x86_64-w64-mingw32/4.7.1/../../../../x86_64-w64-mingw32/include/intrin.h:235:5: error: declaration of C function 'long int _InterlockedDecrement(volatile long int*)' conflicts with 4. winnt.h includes intrin.h where all the Interlocked funcs are declared 6. in winba

[Mingw-w64-public] Conflicts with intrin.h

2013-09-19 Thread Richard Smolak
Hello all on the list, I'm using clean TDM-GCC64 instalation specifically version 'tdm64-gcc-4.7.1-3" downloaded from: http://sourceforge.net/projects/tdm-gcc/files/TDM-GCC%20Installer/tdm64-gcc-4.7.1-3.exe/download I'm having problems with this kind of compile errors when compiling my proje