Update of /cvsroot/pywin32/pywin32/win32/src/win32net
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6339/win32/src/win32net
Modified Files:
win32netuse.cpp win32netuser.cpp
Log Message:
Remove the (unnecessary) atl headers and libraries from win32net
Index: win32netuser.cpp
===================================================================
RCS file: /cvsroot/pywin32/pywin32/win32/src/win32net/win32netuser.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** win32netuser.cpp 9 Mar 2006 05:46:17 -0000 1.7
--- win32netuser.cpp 18 May 2006 07:44:15 -0000 1.8
***************
*** 14,18 ****
#include "win32net.h"
#include "stddef.h"
- #include "atlbase.h"
#define UI0_ENTRY(name, t, r) { _T(#name), t, offsetof(USER_INFO_0, usri0_##name), r }
--- 14,17 ----
Index: win32netuse.cpp
===================================================================
RCS file: /cvsroot/pywin32/pywin32/win32/src/win32net/win32netuse.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** win32netuse.cpp 6 Mar 2004 23:55:59 -0000 1.4
--- win32netuse.cpp 18 May 2006 07:44:15 -0000 1.5
***************
*** 12,17 ****
#include "stddef.h"
- #include "atlbase.h"
-
#define UI0_ENTRY(name, t, r) { _T(#name), t, offsetof(USE_INFO_0, ui0_##name), r }
// @object PyUSE_INFO_0|A dictionary holding the infomation in a Win32 USE_INFO_0 structure.
--- 12,15 ----
|