| 3908 | } |
| 3909 | |
| 3910 | BF_EXPORT void BF_CALLTYPE BlContext_SetSubsystem(BlContext* blContext, int subsystem) |
| 3911 | { |
| 3912 | blContext->mPeSubsystem = subsystem; |
| 3913 | } |
| 3914 | |
| 3915 | BF_EXPORT void BF_CALLTYPE BlContext_SetStack(BlContext* blContext, int reserve, int commit) |
| 3916 | { |