~mhammond/pywin32/py3k-integration

« back to all changes in this revision

Viewing changes to isapi/src/PyFilterObjects.h

  • Committer: Mark Hammond
  • Date: 2009-01-27 07:12:36 UTC
  • Revision ID: mhammond@skippinet.com.au-20090127071236-ecs09xmue492hn6y
merge isapi changes from trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#define __PyHFC_H
27
27
 
28
28
#include "FilterContext.h"
29
 
 
30
 
#include "structmember.h"
31
29
#include "tupleobject.h"
32
30
 
33
31