summaryrefslogtreecommitdiff
path: root/d3d8types.py
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2010-11-25 11:39:57 +0000
committerJosé Fonseca <jfonseca@vmware.com>2010-11-25 11:39:57 +0000
commitf20c12630e0f1e12c4740478ab760b0013592946 (patch)
tree4516f93b7d73855a00e1184d6230001a1de3efd6 /d3d8types.py
parent367ed6280873657dcde3e9d5cda31c43b3b36538 (diff)
windows.py -> winapi.py
Diffstat (limited to 'd3d8types.py')
-rw-r--r--d3d8types.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/d3d8types.py b/d3d8types.py
index 9f87b825..96e3d846 100644
--- a/d3d8types.py
+++ b/d3d8types.py
@@ -25,7 +25,7 @@
"""d3d8types.h"""
-from windows import *
+from winapi import *
D3DCOLOR = Alias("D3DCOLOR", DWORD)