mirror of
https://github.com/python/cpython.git
synced 2025-11-01 06:01:29 +00:00
Replaced OpenResFile calls with FSpOpenResFile calls (which are carbon-compatible).
This commit is contained in:
parent
3c0d013db4
commit
d13c385462
14 changed files with 21 additions and 21 deletions
|
|
@ -38,7 +38,7 @@
|
|||
try:
|
||||
Res.GetResource('DITL', DLG_ID)
|
||||
except Res.Error:
|
||||
Res.OpenResFile("BuildApplication.rsrc")
|
||||
Res.FSpOpenResFile("BuildApplication.rsrc", 1)
|
||||
else:
|
||||
pass # we're an applet
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue