Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e6d9ccc

Browse files
committed
change SC ifdef to MPW
1 parent 8656ad5 commit e6d9ccc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mac/Modules/macosmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3131

3232
static PyObject *MacOS_Error; /* Exception MacOS.Error */
3333

34-
#ifdef __SC__
34+
#ifdef MPW
3535
#define bufferIsSmall -607 /*error returns from Post and Accept */
3636
#endif
3737

0 commit comments

Comments
 (0)