search for: _getprocaddress

Displaying 1 result from an estimated 1 matches for "_getprocaddress".

Did you mean: getprocaddress
2009 Dec 23
1
[LLVMdev] MinGW llvm-gcc --enable-stdcall-fixup error
...get the following: C:\Users\Jon\Documents\CDev\sandbox>llvm-gcc -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...