~x3lectric/xbmc/svn-trunk

« back to all changes in this revision

Viewing changes to xbmc/lib/libPython/xbmcmodule/xbmcmodule.cpp

  • Committer: spiff_
  • Date: 2007-01-16 18:08:26 UTC
  • Revision ID: svn-v4:568bbfeb-2a22-0410-94d2-cc84cf5bfa90:trunk/XBMC:7655
fixed: severe global namespace pollution

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
#include "pyutil.h"
17
17
#include "..\..\..\playlistplayer.h"
18
18
 
 
19
using namespace XFILE;
 
20
 
19
21
#pragma code_seg("PY_TEXT")
20
22
#pragma data_seg("PY_DATA")
21
23
#pragma bss_seg("PY_BSS")