Displaying 1 result from an estimated 1 matches for "_getenvironmentvariablea".
Did you mean:
getenvironmentvariablea
2009 Dec 23
1
[LLVMdev] MinGW llvm-gcc --enable-stdcall-fixup error
...Wall -o fakeruby.exe fakeruby.c
Warning: resolving _GetModuleHandleA by linking to _GetModuleHandleA 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: unreco...