Committing in .

OpenVMS specific changes:
   setup.h_vms : updated configuration for OpenVMS
   threadspsx.cpp : the type long on OpenVMS is 32 bits. therefor some
                    casts are changed to long long, for OpenVMS only.

 Modified Files:
  Tag: WX_2_4_BRANCH
 	wxWindows/setup.h_vms wxWindows/src/unix/threadpsx.cpp
 ----------------------------------------------------------------------


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17605 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jouk Jansen
2002-10-22 07:11:32 +00:00
parent 6a8dabe2ae
commit 7f42651bb1
2 changed files with 38 additions and 9 deletions

View File

@@ -94,6 +94,7 @@
#undef __NETBSD__
#undef __BSD__
#undef __FREEBSD__
#undef __OPENBSD__
#define __VMS__
#undef __ULTRIX__
#undef __DATA_GENERAL__