mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-10 05:47:09 +01:00
⁉️ Not sure if the generated .rst stuff is intended to have
whitespace like this in it or not, so seperating this from the other
commits, so easy to revert if necessary.
7 lines
228 B
Python
7 lines
228 B
Python
|
|
if wx.Platform == '__WXMSW__':
|
|
# get the location of files waiting to be burned on a CD
|
|
cdburnArea = wx.StandardPaths.MSWGetShellDir(CSIDL_CDBURN_AREA)
|
|
|
|
# endif __WXMSW__
|