mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-11-18 10:08:29 +01:00
Add field to track when PilotMain is called reentrantly
This commit is contained in:
parent
862b42a4b0
commit
0b17bb9b30
1 changed files with 3 additions and 0 deletions
|
@ -28,6 +28,9 @@ typedef struct PnoletUserData {
|
|||
MemPtr cmdPBP;
|
||||
UInt16 cmd;
|
||||
UInt16 launchFlags;
|
||||
|
||||
/* Other.... */
|
||||
Boolean recursive; /* PilotMain called from inside PilotMain */
|
||||
} PnoletUserData;
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue