Update of /cvsroot/squeak/squeak/platforms/win32/plugins/DropPlugin
In directory usw-pr-cvs1:/tmp/cvs-serv616/plugins/DropPlugin
Modified Files:
sqWin32Drop.c
Log Message:
Fixed MSVC compilation
Index: sqWin32Drop.c
===================================================================
RCS file: /cvsroot/squeak/squeak/platforms/win32/plugins/DropPlugin/sqWin32Drop.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** sqWin32Drop.c 4 May 2002 23:20:27 -0000 1.1
--- sqWin32Drop.c 5 May 2002 17:34:38 -0000 1.2
***************
*** 25,28 ****
--- 25,29 ----
int sqSecFileAccessCallback(void *function) {
+ #ifndef _MSC_VER
#warning "REMOVE THIS NONSENSE"
#warning "REMOVE THIS NONSENSE"
***************
*** 30,33 ****
--- 31,35 ----
#warning "REMOVE THIS NONSENSE"
#warning "REMOVE THIS NONSENSE"
+ #endif
return 0;
}
***************
*** 607,611 ****
BITMAPINFO bmi;
ENHMETAHEADER header;
- int size;
DPRINTF(("Success\n"));
--- 609,612 ----
|