views:

58

answers:

0

This is the line

typedef BOOL (WINAPI *CRYPTACQUIRECONTEXTA)(HCRYPTPROV *phProv,
              LPCSTR pszContainer, LPCSTR pszProvider, DWORD dwProvType,
              DWORD dwFlags );

Where I get the error:

Python-2.6.4\Modules\posixmodule.c|8299|error: expected ')' before '*' token|

The compiler is GCC:

gcc (TDM-1 mingw32) 4.4.1

Let me know if you need more info.