Fix FCGX usage
FossilOrigin-Name: 20d5a7ce7f9a7ed9b1c18ba0f28e264f5a09c57034a05287687be529aa0849cd
This commit is contained in:
parent
8d225b2c86
commit
06867d36f5
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
#else
|
||||
#define FPRINTF(str, ...) FCGX_FPrintF(req->out, str, __VA_ARGS__)
|
||||
// If this adds a newline (it shouldn't) then this is probably
|
||||
#define PRINTF(str) FCGX_PutS(req->out, str)
|
||||
#define PRINTF(str) FCGX_PutS(str, req->out)
|
||||
#define REQUEST_T FCGX_Request*
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue