added ntpath and win32api to MAC_MAYMISS_MODULES -- jvr
diff --git a/Mac/Tools/macfreeze/macmodulefinder.py b/Mac/Tools/macfreeze/macmodulefinder.py
index fd3ac74..0a316ad 100644
--- a/Mac/Tools/macfreeze/macmodulefinder.py
+++ b/Mac/Tools/macfreeze/macmodulefinder.py
@@ -20,7 +20,9 @@
 # (but are if they are found)
 #
 MAC_INCLUDE_MODULES=['site', 'exceptions']
-MAC_MAYMISS_MODULES=['posix', 'os2', 'nt', 'dos', 'dospath', 'nturl2path', 'pwd', 'sitecustomize']
+MAC_MAYMISS_MODULES=['posix', 'os2', 'nt', 'ntpath', 'dos', 'dospath', 
+		'win32api',
+		'nturl2path', 'pwd', 'sitecustomize']
 
 # An exception:
 Missing="macmodulefinder.Missing"