Update of /cvsroot/pywin32/pywin32/win32/src
In directory sc8-pr-cvs1:/tmp/cvs-serv27031/win32/src
Modified Files:
win32apimodule.cpp
Log Message:
Remove unused #define
Index: win32apimodule.cpp
===================================================================
RCS file: /cvsroot/pywin32/pywin32/win32/src/win32apimodule.cpp,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** win32apimodule.cpp 1 Dec 2003 08:23:02 -0000 1.33
--- win32apimodule.cpp 20 Jan 2004 22:57:53 -0000 1.34
***************
*** 23,28 ****
#include "security.h" // for GetUserNameEx
- #define DllExport _declspec(dllexport)
-
// Identical to PyW32_BEGIN_ALLOW_THREADS except no script "{" !!!
// means variables can be declared between the blocks
--- 23,26 ----
|