home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wxos2240.zip / wxWindows-2.4.0 / src / os2 / dummydll.cpp < prev    next >
C/C++ Source or Header  |  2000-03-09  |  541b  |  27 lines

  1. /*
  2.  * File:  dummydll.cc
  3.  * Purpose:
  4.  * Author:  Julian Smart
  5.  * Created:  1993
  6.  * Updated:
  7.  * Copyright:   (c) 1993, AIAI, University of Edinburgh
  8.  */
  9.  
  10. /* static const char sccsid[] = "@(#)dummydll.cc  1.2 5/9/94"; */
  11.  
  12. /*
  13.  * A dummy file to include wx.h. If precompiling wx.h, I
  14.  * always start by compiling this and producing the PCH file.
  15.  * Then subsequent source files use the PCH file.
  16.  */
  17.  
  18. #include "wx/wxprec.h"
  19.  
  20. #define INCL_OS2
  21. #include <os2.h>
  22.  
  23. #if defined(__VISAGECPP__)
  24.     char wxDummyChar=0;
  25. #endif
  26.  
  27.