I am having errors when building a project for 64 bit and it looks like I am 
including a file twice or missing an include. The every file that throws an 
error includes stdargs.h or stddef.h which makes me suspect those are the 
issue.  The errors are all very similar to this:

In file included from ./pgmpath_windows.c:23:0:
./system_windows.h:42:24: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘NtSetInformationProcess’
 extern NTSTATUS WINAPI NtSetInformationProcess (HANDLE, 
PROCESS_INFORMATION_CLASS, PVOID, ULONG);
                        ^
In file included from ./pgmpath_windows.c:23:0:
./system_windows.h:43:22: error: ‘NtSetInformationProcess’ undeclared here (not 
in a function)
 extern WIN_PROC_STUB(NtSetInformationProcess);


any help is appricated
------------------------------------------------------------------------------
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to