Displaying 1 result from an estimated 1 matches for "_getcurrentprocessid".
Did you mean:
getcurrentprocessid
2009 Dec 23
1
[LLVMdev] MinGW llvm-gcc --enable-stdcall-fixup error
...duleHandleA at 4
Use --enable-stdcall-fixup to disable these warnings
Use --disable-stdcall-fixup to disable these fixups
Warning: resolving _GetProcAddress by linking to _GetProcAddress at 8
Warning: resolving _GetEnvironmentVariableA by linking to _GetEnvironmentVariableA at 12
Warning: resolving _GetCurrentProcessId by linking to _GetCurrentProcessId at 0
...OK, I'll take llvm-gcc's advice:
C:\Users\Jon\Documents\CDev\sandbox>llvm-gcc --enable-stdcall-fixup -Wall -o fakeruby.exe fakeruby.c
cc1.exe: error: unrecognized command line option "-fenable-stdcall-fixup"
Note that the cc1.exe...